diff --git a/.gitignore b/.gitignore index 35e9f54..cfcef79 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ iso-codes-3.18.tar.bz2 iso-codes-3.19.tar.bz2 +/sources +/iso-codes-3.20.tar.bz2 diff --git a/iso-codes.spec b/iso-codes.spec index 8ff26a8..7508c52 100644 --- a/iso-codes.spec +++ b/iso-codes.spec @@ -1,14 +1,13 @@ Name: iso-codes Summary: ISO code lists and translations -Version: 3.19 +Version: 3.20 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Base URL: http://alioth.debian.org/projects/pkg-isocodes/ Source: ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-%{version}.tar.bz2 BuildRequires: gettext >= 0.16 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch # for /usr/share/xml Requires: xml-common @@ -38,14 +37,10 @@ when building programs that use %{name}. make %{_smp_mflags} %install -%{__rm} -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %find_lang iso-codes --all-name -%clean -%{__rm} -rf $RPM_BUILD_ROOT - %files -f iso-codes.lang %defattr(-,root,root,-) %doc ChangeLog README LICENSE @@ -57,6 +52,10 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_datadir}/pkgconfig/iso-codes.pc %changelog +* Tue Sep 07 2010 Parag Nemade - 3.20-1 +- Update to 3.20 +- Drop buildroot, %%clean and cleaning buildroot in %%install + * Wed Aug 04 2010 Parag Nemade - 3.19-1 - Update to 3.19 diff --git a/sources b/sources index 9a35e11..4f587c4 100644 --- a/sources +++ b/sources @@ -1 +1,3 @@ 8b57dd3098ed3985a22e1a4f86cb8d31 iso-codes-3.19.tar.bz2 +f11353fb5734a7b73cec2647afbf9087 sources +90472da66aa4460b04f39c324208f8f2 iso-codes-3.20.tar.bz2