- Update to 3.21
This commit is contained in:
parent
b7ecfb0b1e
commit
773f784095
@ -1,13 +1,12 @@
|
|||||||
Name: iso-codes
|
Name: iso-codes
|
||||||
Summary: ISO code lists and translations
|
Summary: ISO code lists and translations
|
||||||
|
Version: 3.21
|
||||||
Version: 3.20
|
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://alioth.debian.org/projects/pkg-isocodes/
|
URL: http://alioth.debian.org/projects/pkg-isocodes/
|
||||||
Source: ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-%{version}.tar.bz2
|
Source: ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-%{version}.tar.bz2
|
||||||
BuildRequires: gettext >= 0.16
|
BuildRequires: gettext
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# for /usr/share/xml
|
# for /usr/share/xml
|
||||||
Requires: xml-common
|
Requires: xml-common
|
||||||
@ -21,8 +20,6 @@ sub-territory lists, and all their translations in gettext format.
|
|||||||
Summary: Files for development using %{name}
|
Summary: Files for development using %{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
# for /usr/share/pkgconfig
|
|
||||||
Requires: pkgconfig
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains the pkg-config files for development
|
This package contains the pkg-config files for development
|
||||||
@ -37,7 +34,7 @@ when building programs that use %{name}.
|
|||||||
make %{_smp_mflags}
|
make %{_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||||
|
|
||||||
%find_lang iso-codes --all-name
|
%find_lang iso-codes --all-name
|
||||||
|
|
||||||
@ -52,6 +49,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
%{_datadir}/pkgconfig/iso-codes.pc
|
%{_datadir}/pkgconfig/iso-codes.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 07 2010 Parag Nemade <pnemade AT redhat.com> - 3.20-1
|
||||||
- Update to 3.20
|
- Update to 3.20
|
||||||
- Drop buildroot, %%clean and cleaning buildroot in %%install
|
- Drop buildroot, %%clean and cleaning buildroot in %%install
|
||||||
|
Loading…
Reference in New Issue
Block a user