diff --git a/xinput_calibrator.spec b/xinput_calibrator.spec index c323655..c4870b8 100644 --- a/xinput_calibrator.spec +++ b/xinput_calibrator.spec @@ -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 - 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 - 0.7.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild