- 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:
Ville Skyttä 2008-09-23 14:45:31 +00:00
parent d533085b43
commit 014c069f95
3 changed files with 14 additions and 10 deletions

View File

@ -1 +1 @@
iso-codes-3.1.tar.bz2
iso-codes-3.3.tar.bz2

View File

@ -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

View File

@ -1 +1 @@
570d30a0ebc5412f6aff7904c2b5404b iso-codes-3.1.tar.bz2
2fb4f5400f28923d679d7b98fd7f3ab8 iso-codes-3.3.tar.bz2