- Update to 3.3.
- Address minor issues in merge review (#225918): update %description, don't use %makeinstall, drop unneeded %debug_package override, use parallel build.
This commit is contained in:
parent
d533085b43
commit
014c069f95
@ -1 +1 @@
|
||||
iso-codes-3.1.tar.bz2
|
||||
iso-codes-3.3.tar.bz2
|
||||
|
@ -1,9 +1,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: iso-codes
|
||||
Summary: ISO code lists and translations
|
||||
|
||||
Version: 3.1
|
||||
Version: 3.3
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Base
|
||||
@ -16,9 +14,9 @@ BuildArch: noarch
|
||||
Requires: xml-common
|
||||
|
||||
%description
|
||||
This package provides the ISO-639 Language code list, the ISO-3166
|
||||
Territory code list, and ISO-3166-2 sub-territory lists, and all their
|
||||
translations in gettext .po form.
|
||||
This package provides the ISO 639 Language code list, the ISO 4217
|
||||
Currency code list, the ISO 3166 Territory code list, and ISO 3166-2
|
||||
sub-territory lists, and all their translations in gettext format.
|
||||
|
||||
%package devel
|
||||
Summary: Files for development using %{name}
|
||||
@ -37,11 +35,11 @@ when building programs that use %{name}.
|
||||
|
||||
%build
|
||||
%configure
|
||||
make
|
||||
make %{_smp_mflags}
|
||||
|
||||
%install
|
||||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
%makeinstall
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
%find_lang iso-codes --all-name
|
||||
|
||||
@ -61,6 +59,12 @@ make
|
||||
%{_datadir}/pkgconfig/iso-codes.pc
|
||||
|
||||
%changelog
|
||||
* Sat Sep 20 2008 Ville Skyttä <ville.skytta at iki.fi> - 3.3-1
|
||||
- Update to 3.3.
|
||||
- Address minor issues in merge review (#225918): update %%description,
|
||||
don't use %%makeinstall, drop unneeded %%debug_package override, use
|
||||
parallel build.
|
||||
|
||||
* Wed Jul 2 2008 Christopher Aillon <caillon@redhat.com> - 3.1-1
|
||||
- Update to 3.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user