Add French translation in spec file

epel9
Matthieu Saulnier 13 years ago
parent 5b7fcb00da
commit 6a9668537a

@ -1,7 +1,8 @@
Name: qrencode
Version: 3.3.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Generate QR 2D barcodes
Summary(fr): Génère les code-barres en 2D QR
License: LGPLv2+
URL: http://megaui.net/fukuchi/works/qrencode/index.en.html
@ -14,15 +15,25 @@ BuildRequires: libpng-devel chrpath
Qrencode is a utility software using libqrencode to encode string data in
a QR Code and save as a PNG image.
%description -l fr
Qrencode est un logiciel utilitaire utilisant libqrencode pour encoder
les données dans un QR Code et sauvegarde dans une image PNG.
%package devel
Summary: QR Code encoding library - Development files
Group: Development/Libraries
Summary(fr): Bibliothèque d'encodage QR Code - Fichiers de développement
Requires: %{name} = %{version}-%{release}
%description devel
The qrencode-devel package contains libraries and header files for developing
applications that use qrencode.
%description devel -l fr
Le paquet qrencode-devel contient les bibliothèques et les fichiers d'en-tête
pour le développement d'applications utilisant qrencode.
%prep
%setup -q
@ -37,6 +48,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
rm -rf $RPM_BUILD_ROOT%{_libdir}/libqrencode.la
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/qrencode
%check
cd ./tests
sh test_all.sh
@ -60,6 +72,10 @@ sh test_all.sh
%changelog
* Thu Aug 16 2012 Matthieu Saulnier <fantom@fedoraproject.org> - 3.3.1-3
- Add French translation in spec file
- Fix incomplete removing Group tags in spec file
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

Loading…
Cancel
Save