From 72a1ea4e6d4680ae3fc9e5c8c8fd7e7141ffc585 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Jul 13 2011 07:01:48 +0000 Subject: Update to 3.27 --- diff --git a/.gitignore b/.gitignore index 277bff2..314da5a 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ iso-codes-3.19.tar.bz2 /iso-codes-3.24.2.tar.bz2 /iso-codes-3.25.tar.bz2 /iso-codes-3.25.1.tar.bz2 +/iso-codes-3.27.tar.gz diff --git a/iso-codes.spec b/iso-codes.spec index 81abf79..879a211 100644 --- a/iso-codes.spec +++ b/iso-codes.spec @@ -1,11 +1,19 @@ -Name: iso-codes +Name: iso-codes Summary: ISO code lists and translations -Version: 3.25.1 +Version: 3.27 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 +Group: System Environment/Base +URL: http://alioth.debian.org/projects/pkg-isocodes/ +# following commands to generate the tarball: +# git clone git://git.debian.org/git/iso-codes/iso-codes.git +# cd iso-codes +# export isocodescommit=c7edb664c324f4426b8baaa2dfb677f1d6839717 +# export version=3.27 +# git archive --format tar --prefix iso-codes-${version}/ ${isocodescommit} |\ +# gzip -c > ../iso-codes-${version}.tar.gz +#Source: ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-%%{version}.tar.bz2 +Source0: %{name}-%{version}.tar.gz BuildRequires: gettext BuildArch: noarch # for /usr/share/xml @@ -17,9 +25,9 @@ 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} -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Summary: Files for development using %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} %description devel This package contains the pkg-config files for development @@ -39,16 +47,17 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %find_lang iso-codes --all-name %files -f iso-codes.lang -%defattr(-,root,root,-) %doc ChangeLog README LICENSE %dir %{_datadir}/xml/iso-codes %{_datadir}/xml/iso-codes/*.xml %files devel -%defattr(-,root,root,-) %{_datadir}/pkgconfig/iso-codes.pc %changelog +* Wed Jul 13 2011 Parag Nemade - 3.27-1 +- Update to 3.27 + * Mon May 02 2011 Parag Nemade - 3.25.1-1 - Update to 3.25.1 diff --git a/sources b/sources index 2cb7a09..32a4377 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4e5620cc9e64b64ebcce0a00e22a22f7 iso-codes-3.25.1.tar.bz2 +6ec2a48718332d61705bb6370243cab6 iso-codes-3.27.tar.gz