- Update to 3.21
This commit is contained in:
parent
b7ecfb0b1e
commit
773f784095
@ -1,13 +1,12 @@
|
||||
Name: iso-codes
|
||||
Summary: ISO code lists and translations
|
||||
|
||||
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
|
||||
Name: iso-codes
|
||||
Summary: ISO code lists and translations
|
||||
Version: 3.21
|
||||
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
|
||||
BuildArch: noarch
|
||||
# for /usr/share/xml
|
||||
Requires: xml-common
|
||||
@ -21,8 +20,6 @@ sub-territory lists, and all their translations in gettext format.
|
||||
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
|
||||
@ -37,7 +34,7 @@ when building programs that use %{name}.
|
||||
make %{_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
|
||||
%find_lang iso-codes --all-name
|
||||
|
||||
@ -52,6 +49,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{_datadir}/pkgconfig/iso-codes.pc
|
||||
|
||||
%changelog
|
||||
* Mon Oct 04 2010 Parag Nemade <pnemade AT redhat.com> - 3.21-1
|
||||
- Update to 3.21
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user