- Update to 3.20
- Drop buildroot, %clean and cleaning buildroot in %install
This commit is contained in:
parent
b3825d5d06
commit
b7ecfb0b1e
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
iso-codes-3.18.tar.bz2
|
||||
iso-codes-3.19.tar.bz2
|
||||
/sources
|
||||
/iso-codes-3.20.tar.bz2
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user