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: 02-May-2008 11:55:24
Branch: HEAD Handle: 2008050210552400
Modified files:
openpkg-src/db45 db45.spec
Log:
RPM 5 does not support multiple patches to be applied with a single
%patch macro
Summary:
Revision Changes Path
1.4 +4 -2 openpkg-src/db45/db45.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/db45/db45.spec
============================================================================
$ cvs diff -u -r1.3 -r1.4 db45.spec
--- openpkg-src/db45/db45.spec 1 Jan 2008 14:52:41 -0000 1.3
+++ openpkg-src/db45/db45.spec 2 May 2008 09:55:24 -0000 1.4
@@ -36,7 +36,7 @@
Group: Database
License: BSD
Version: %{V_version}.%{V_revision}
-Release: 20080101
+Release: 20080502
# list of sources
Source0:
http://download-uk.oracle.com/berkeley-db/db-%{V_version}.tar.gz
@@ -76,7 +76,9 @@
%prep
%setup -q -n db-%{V_version}
- %patch -p0 -P 0 1 2
+ %patch -p0 -P 0
+ %patch -p0 -P 1
+ %patch -p0 -P 2
%{l_shtool} subst \
-e 's;\($(ar) cr .*\);\1 _udivdi3.o _muldi3.o _clz.o;' \
-e 's;install_utilities install_docs;install_utilities;' \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]