OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 04-Jun-2004 18:00:41
Branch: HEAD Handle: 2004060417004100
Modified files:
openpkg-src/xmlsec xmlsec.spec
Removed files:
openpkg-src/xmlsec xmlsec.patch
Log:
use a substitution instead of a patch for future maintenance
Summary:
Revision Changes Path
1.2 +0 -234 openpkg-src/xmlsec/xmlsec.patch
1.21 +3 -2 openpkg-src/xmlsec/xmlsec.spec
____________________________________________________________________________
rm -f openpkg-src/xmlsec/xmlsec.patch <<'@@ .'
Index: openpkg-src/xmlsec/xmlsec.patch
============================================================================
[NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/xmlsec/xmlsec.spec
============================================================================
$ cvs diff -u -r1.20 -r1.21 xmlsec.spec
--- openpkg-src/xmlsec/xmlsec.spec 4 Jun 2004 14:36:11 -0000 1.20
+++ openpkg-src/xmlsec/xmlsec.spec 4 Jun 2004 16:00:41 -0000 1.21
@@ -38,7 +38,6 @@
# list of sources
Source0: http://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
-Patch0: xmlsec.patch
# build information
Prefix: %{l_prefix}
@@ -62,7 +61,9 @@
%prep
%setup -q -n xmlsec1-%{version}
- %patch -p0
+ %{l_shtool} subst \
+ -e '/LINENO: error: C\+\+ preprocessor/{N;N;N;N;s/.*/:/;}' \
+ configure
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]