OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 18-Oct-2004 12:54:29
Branch: HEAD Handle: 2004101811542900
Modified files:
openpkg-src/xmlsec xmlsec.spec
Log:
fix C/C++ preprocessor workaround substitution
Summary:
Revision Changes Path
1.23 +2 -2 openpkg-src/xmlsec/xmlsec.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xmlsec/xmlsec.spec
============================================================================
$ cvs diff -u -r1.22 -r1.23 xmlsec.spec
--- openpkg-src/xmlsec/xmlsec.spec 26 Aug 2004 19:18:33 -0000 1.22
+++ openpkg-src/xmlsec/xmlsec.spec 18 Oct 2004 10:54:29 -0000 1.23
@@ -34,7 +34,7 @@
Group: SGML
License: MIT
Version: 1.2.6
-Release: 20040826
+Release: 20041018
# list of sources
Source0: http://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
@@ -62,7 +62,7 @@
%prep
%setup -q -n xmlsec1-%{version}
%{l_shtool} subst \
- -e '/LINENO: error: C\+\+ preprocessor/{N;N;N;N;s/.*/:/;}' \
+ -e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \
configure
%build
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]