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: 07-Mar-2006 15:14:51
Branch: HEAD Handle: 2006030714145100
Modified files:
openpkg-src/expat expat.spec
Log:
cleanup and fix packaging by removing obsolete subst and adding
missing dependency to GNU make
Summary:
Revision Changes Path
1.29 +5 -6 openpkg-src/expat/expat.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/expat/expat.spec
============================================================================
$ cvs diff -u -r1.28 -r1.29 expat.spec
--- openpkg-src/expat/expat.spec 12 Jan 2006 06:46:14 -0000 1.28
+++ openpkg-src/expat/expat.spec 7 Mar 2006 14:14:51 -0000 1.29
@@ -33,7 +33,7 @@
Group: Converter
License: MIT/X11-style
Version: 2.0.0
-Release: 20060112
+Release: 20060307
# list of sources
Source0: http://osdn.dl.sourceforge.net/expat/expat-%{version}.tar.gz
@@ -41,8 +41,10 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, zlib
-PreReq: OpenPKG, openpkg >= 20040130, zlib
+BuildPreReq: OpenPKG, openpkg >= 20040130, make
+PreReq: OpenPKG, openpkg >= 20040130
+BuildPreReq: zlib
+PreReq: zlib
AutoReq: no
AutoReqProv: no
@@ -59,9 +61,6 @@
%prep
%setup -q
- %{l_shtool} subst \
- -e 's;\(XML_STATUS_SUSPENDED = 2\),;\1;' \
- lib/expat.h
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]