Add French translation in spec file
This commit is contained in:
parent
5df4ad56dd
commit
8da83c577b
1 changed files with 22 additions and 4 deletions
|
|
@ -1,15 +1,16 @@
|
|||
Name: xinput_calibrator
|
||||
Version: 0.7.5
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: A generic touchscreen calibration program for X.Org
|
||||
Group: Applications/System
|
||||
Summary(fr): Programme de calibrage d'écran tactile générique pour X.Org
|
||||
|
||||
License: MIT
|
||||
URL: http://www.freedesktop.org/wiki/Software/xinput_calibrator
|
||||
Source0: http://github.com/downloads/tias/xinput_calibrator/xinput_calibrator-%{version}.tar.gz
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: libXtst-devel
|
||||
BuildRequires: gtk2-devel
|
||||
#Requires
|
||||
|
||||
|
||||
%description
|
||||
|
|
@ -22,6 +23,18 @@ It currently features:
|
|||
- outputs the calibration as xorg.conf.d snippet or HAL policy file
|
||||
- and more
|
||||
|
||||
%description -l fr
|
||||
xinput_calibrator est un programme pour calibrer votre écran tactile, quand
|
||||
le système X Window est utilisé.
|
||||
Il propose actuellement:
|
||||
- fonctionnement sur n'importe quel pilote Xorg d'écran tactile standard
|
||||
(utilise le protocole XInput)
|
||||
- détection des faux-clics (prévient les calibrations boguées)
|
||||
- recalibre dynamiquement le pilote evdev
|
||||
- fragmente les sorties de calibration pour xorg.conf.d ou fichier de règle
|
||||
HAL
|
||||
- et plus encore
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
|
@ -44,13 +57,18 @@ desktop-file-install \
|
|||
%files
|
||||
%doc README COPYING Changelog
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man1/%{name}.1.*
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/pixmaps/%{name}.svg
|
||||
%{_datadir}/pixmaps/%{name}.xpm
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 16 2012 Matthieu Saulnier <fantom@fedoraproject.org> - 0.7.5-6
|
||||
- Add French translation in spec file
|
||||
- Remove Group tag in spec file
|
||||
- Fix manfile extention in %%files section
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue