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 13:58:02
Branch: HEAD Handle: 2004101812580100
Modified files:
openpkg-src/db db.spec
Log:
workaround some installation problems
Summary:
Revision Changes Path
1.50 +2 -2 openpkg-src/db/db.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/db/db.spec
============================================================================
$ cvs diff -u -r1.49 -r1.50 db.spec
--- openpkg-src/db/db.spec 30 Jun 2004 07:14:35 -0000 1.49
+++ openpkg-src/db/db.spec 18 Oct 2004 11:58:01 -0000 1.50
@@ -38,7 +38,7 @@
Group: Database
License: BSD
Version: %{V_version}.%{V_revision}
-Release: 20040630
+Release: 20041018
# package options
%option with_compat no
@@ -86,6 +86,7 @@
%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;' \
dist/Makefile.in
%build
@@ -129,7 +130,6 @@
%{l_make} %{l_mflags} install \
prefix=$RPM_BUILD_ROOT%{l_prefix} \
) || exit $?
- rm -rf $RPM_BUILD_ROOT%{l_prefix}/docs
rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/libdb-[0-9]*.a
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
%if "%{with_compat}" == "no"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]