- Update to 3.20

- Drop buildroot, %clean and cleaning buildroot in %install
This commit is contained in:
Parag Nemade 2010-09-07 09:34:55 +05:30
parent b3825d5d06
commit b7ecfb0b1e
3 changed files with 9 additions and 6 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
iso-codes-3.18.tar.bz2
iso-codes-3.19.tar.bz2
/sources
/iso-codes-3.20.tar.bz2

View File

@ -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 <pnemade AT redhat.com> - 3.20-1
- Update to 3.20
- Drop buildroot, %%clean and cleaning buildroot in %%install
* Wed Aug 04 2010 Parag Nemade <pnemade AT redhat.com> - 3.19-1
- Update to 3.19

View File

@ -1 +1,3 @@
8b57dd3098ed3985a22e1a4f86cb8d31 iso-codes-3.19.tar.bz2
f11353fb5734a7b73cec2647afbf9087 sources
90472da66aa4460b04f39c324208f8f2 iso-codes-3.20.tar.bz2