Update to 3.27
This commit is contained in:
parent
39516a6964
commit
72a1ea4e6d
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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 <pnemade AT redhat DOT com> - 3.27-1
|
||||
- Update to 3.27
|
||||
|
||||
* Mon May 02 2011 Parag Nemade <pnemade AT redhat.com> - 3.25.1-1
|
||||
- Update to 3.25.1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user