diff --git a/.cvsignore b/.cvsignore index 9d25a64..cce29e7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -iso-codes_1.0.orig.tar.gz -iso-codes_1.2.orig.tar.gz +iso-codes-1.3.tar.gz diff --git a/iso-codes.spec b/iso-codes.spec index 2197de1..34218f5 100644 --- a/iso-codes.spec +++ b/iso-codes.spec @@ -1,15 +1,17 @@ Name: iso-codes Summary: ISO code lists and translations -Version: 1.2 +Version: 1.3 Release: 1%{?dist} -License: LGPL +License: LGPLv2+ Group: System Environment/Base URL: http://alioth.debian.org/projects/pkg-isocodes/ -Source: http://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_%{version}.orig.tar.gz +Source: http://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes-%{version}.tar.gz BuildRequires: gettext BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArchitectures: noarch +BuildArch: noarch +# for /usr/share/xml +Requires: xml-common %description This package provides the ISO-639 Language code list, the ISO-3166 @@ -20,10 +22,12 @@ translations in gettext .po form. Summary: Files for development using %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} +# for /usr/share/pkgconfig +Requires: pkgconfig %description devel This package contains the pkg-config files for development -when building programs that use %{name} +when building programs that use %{name}. %prep @@ -39,15 +43,16 @@ make %{__rm} -rf $RPM_BUILD_ROOT %makeinstall +%find_lang iso-codes + %clean %{__rm} -rf $RPM_BUILD_ROOT -%files +%files -f iso-codes.lang %defattr(-,root,root,-) %doc ChangeLog README COPYING %dir %{_datadir}/iso-codes %{_datadir}/iso-codes/*.tab -%{_datadir}/locale/*/LC_MESSAGES/*.mo %dir %{_datadir}/xml/iso-codes %{_datadir}/xml/iso-codes/*.xml @@ -56,6 +61,11 @@ make %{_datadir}/pkgconfig/iso-codes.pc %changelog +* Wed Aug 8 2007 Matthias Clasen 1.3-1 +- Update to 1.3 +- Update the license field +- Use %%find_lang for translations + * Tue Jul 24 2007 Parag Nemade - Update to 1.2 diff --git a/sources b/sources index 108c87e..2c4f968 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -461bab4ae42e9b0c39e92a213b107e27 iso-codes_1.2.orig.tar.gz +5f275f795f39795f3747bb1c60276e08 iso-codes-1.3.tar.gz