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: 09-Feb-2005 19:52:46
Branch: HEAD Handle: 2005020918524600
Modified files:
openpkg-src/db db.spec
Log:
fix patch set handling and include third available patch
Summary:
Revision Changes Path
1.55 +6 -3 openpkg-src/db/db.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/db/db.spec
============================================================================
$ cvs diff -u -r1.54 -r1.55 db.spec
--- openpkg-src/db/db.spec 4 Feb 2005 06:05:43 -0000 1.54
+++ openpkg-src/db/db.spec 9 Feb 2005 18:52:46 -0000 1.55
@@ -25,7 +25,7 @@
# package version
%define V_version 4.3.27
-%define V_revision 2
+%define V_revision 3
# package information
Name: db
@@ -38,7 +38,7 @@
Group: Database
License: BSD
Version: %{V_version}.%{V_revision}
-Release: 20050204
+Release: 20050209
# package options
%option with_compat no
@@ -47,6 +47,9 @@
# list of sources
Source0: ftp://sleepycat1.inetu.net/releases/db-%{V_version}.tar.gz
Patch0: db.patch
+Patch1:
http://www.sleepycat.com/update/%{V_version}/patch.%{V_version}.1
+Patch2:
http://www.sleepycat.com/update/%{V_version}/patch.%{V_version}.2
+Patch3:
http://www.sleepycat.com/update/%{V_version}/patch.%{V_version}.3
# build information
Prefix: %{l_prefix}
@@ -79,7 +82,7 @@
%prep
%setup -q -n db-%{V_version}
- %patch -p0
+ %patch -p0 -P 0 1 2 3
%{l_shtool} subst \
-e 's;\($(ar) cr .*\);\1 _udivdi3.o _muldi3.o _clz.o;' \
-e 's;install_utilities install_docs;install_utilities;' \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]