From 014c069f9530aaeeda0b4ba042f4075a52daa394 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Sep 23 2008 14:45:31 +0000 Subject: - 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. --- diff --git a/.cvsignore b/.cvsignore index 8c4b8fc..b78287c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -iso-codes-3.1.tar.bz2 +iso-codes-3.3.tar.bz2 diff --git a/iso-codes.spec b/iso-codes.spec index dc8371e..337a9bf 100644 --- a/iso-codes.spec +++ b/iso-codes.spec @@ -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ä - 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 - 3.1-1 - Update to 3.1 diff --git a/sources b/sources index 73bcdb9..ef23135 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -570d30a0ebc5412f6aff7904c2b5404b iso-codes-3.1.tar.bz2 +2fb4f5400f28923d679d7b98fd7f3ab8 iso-codes-3.3.tar.bz2