OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 28-Aug-2008 19:13:58
Branch: HEAD Handle: 2008082818135800
Modified files:
openpkg-src/data-isocodes
data-isocodes.spec
Removed files:
openpkg-src/data-isocodes
data-isocodes.patch
Log:
upgrading package: data-isocodes 3.2 -> 3.3
Summary:
Revision Changes Path
1.2 +0 -17 openpkg-src/data-isocodes/data-isocodes.patch
1.30 +5 -14 openpkg-src/data-isocodes/data-isocodes.spec
____________________________________________________________________________
rm -f openpkg-src/data-isocodes/data-isocodes.patch <<'@@ .'
Index: openpkg-src/data-isocodes/data-isocodes.patch
============================================================================
[NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/data-isocodes/data-isocodes.spec
============================================================================
$ cvs diff -u -r1.29 -r1.30 data-isocodes.spec
--- openpkg-src/data-isocodes/data-isocodes.spec 1 Aug 2008 16:22:03
-0000 1.29
+++ openpkg-src/data-isocodes/data-isocodes.spec 28 Aug 2008 17:13:58
-0000 1.30
@@ -22,9 +22,9 @@
##
# package version
-%define V_opkg 3.2
-%define V_dist 3.2
-%define V_subdir 3.2
+%define V_opkg 3.3
+%define V_dist 3.3
+%define V_subdir 3.3
# package information
Name: data-isocodes
@@ -37,16 +37,15 @@
Group: Data
License: Open Source
Version: %{V_opkg}
-Release: 20080801
+Release: 20080828
# list of sources
Source0:
http://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_%{V_dist}.orig.tar.gz
-Patch0: data-isocodes.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, python
+BuildPreReq: OpenPKG, openpkg >= 20040130
PreReq: OpenPKG, openpkg >= 20040130
AutoReq: no
AutoReqProv: no
@@ -68,13 +67,8 @@
%prep
%setup -q -n iso-codes-%{V_subdir}
- %patch -p0
%build
- ( cd iso_3166
- python iso3166tab.py iso_3166.xml | LC_ALL=C sort >iso_3166.tab
- python iso3166tab.py iso_3166_2/iso_3166_2.xml | LC_ALL=C sort
>iso_3166_2/iso_3166_2.tab
- ) || exit $?
%install
rm -rf $RPM_BUILD_ROOT
@@ -87,9 +81,6 @@
iso_3166/iso_3166.xml \
$RPM_BUILD_ROOT%{l_prefix}/share/data-isocodes/iso-3166-1.xml
%{l_shtool} install -c \
- iso_3166/iso_3166_2/iso_3166_2.tab \
- $RPM_BUILD_ROOT%{l_prefix}/share/data-isocodes/iso-3166-2.txt
- %{l_shtool} install -c \
iso_3166/iso_3166_2/iso_3166_2.xml \
$RPM_BUILD_ROOT%{l_prefix}/share/data-isocodes/iso-3166-2.xml
%{l_shtool} install -c \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]