Update to 3.28
This commit is contained in:
parent
9f1a1d3df7
commit
421a21d59e
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ iso-codes-3.19.tar.bz2
|
|||||||
/iso-codes-3.25.1.tar.bz2
|
/iso-codes-3.25.1.tar.bz2
|
||||||
/iso-codes-3.27.tar.gz
|
/iso-codes-3.27.tar.gz
|
||||||
/iso-codes-3.27.1.tar.gz
|
/iso-codes-3.27.1.tar.gz
|
||||||
|
/iso-codes-3.28.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: iso-codes
|
Name: iso-codes
|
||||||
Summary: ISO code lists and translations
|
Summary: ISO code lists and translations
|
||||||
Version: 3.27.1
|
Version: 3.28
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -8,8 +8,8 @@ URL: http://alioth.debian.org/projects/pkg-isocodes/
|
|||||||
# following commands to generate the tarball:
|
# following commands to generate the tarball:
|
||||||
# git clone git://git.debian.org/git/iso-codes/iso-codes.git
|
# git clone git://git.debian.org/git/iso-codes/iso-codes.git
|
||||||
# cd iso-codes
|
# cd iso-codes
|
||||||
# export isocodescommit=c7edb664c324f4426b8baaa2dfb677f1d6839717
|
# export isocodescommit=d694ec174af3a8fd0fe04b8c3a0412c5d94fb833
|
||||||
# export version=3.27
|
# export version=3.28
|
||||||
# git archive --format tar --prefix iso-codes-${version}/ ${isocodescommit} |\
|
# git archive --format tar --prefix iso-codes-${version}/ ${isocodescommit} |\
|
||||||
# gzip -c > ../iso-codes-${version}.tar.gz
|
# gzip -c > ../iso-codes-${version}.tar.gz
|
||||||
#Source: ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-%%{version}.tar.bz2
|
#Source: ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-%%{version}.tar.bz2
|
||||||
@ -55,6 +55,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|||||||
%{_datadir}/pkgconfig/iso-codes.pc
|
%{_datadir}/pkgconfig/iso-codes.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 06 2011 Parag Nemade <pnemade AT redhat DOT com> - 3.28-1
|
||||||
|
- Update to 3.28
|
||||||
|
|
||||||
* Mon Aug 08 2011 Parag Nemade <pnemade AT redhat DOT com> - 3.27.1-1
|
* Mon Aug 08 2011 Parag Nemade <pnemade AT redhat DOT com> - 3.27.1-1
|
||||||
- Update to 3.27.1
|
- Update to 3.27.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user