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: 25-Aug-2003 12:03:01
Branch: OPENPKG_UPGRADE_RPM42 Handle: 2003082511030100
Modified files: (Branch: OPENPKG_UPGRADE_RPM42)
openpkg-src/openpkg openpkg.spec
Log:
remove perl/ subdir stuff (no longer needed), just remove zlib (no
need to backup); remove 6MB of unnecessary docs (to preserve disk
space) and consistently use 'rm -f'
Summary:
Revision Changes Path
1.192.2.14 +3 -5 openpkg-src/openpkg/openpkg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.192.2.13 -r1.192.2.14 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 23 Aug 2003 21:57:58 -0000 1.192.2.13
+++ openpkg-src/openpkg/openpkg.spec 25 Aug 2003 10:03:01 -0000 1.192.2.14
@@ -521,14 +521,12 @@
echo "ac_cv_path___DOXYGEN=true"
echo "acl_cv_rpath=no"
) >config.cache
- mkdir perl >/dev/null 2>&1 || true
- touch perl/Makefile.in
- touch perl/Makefile.PL.in
+ rm -rf db/docs
# move embedded zlib out of the way, we are linking with our own zlib
- mv zlib zlib.old
+ rm -rf zlib
# kill linux-preconfigured db header, the makefile will symlink the
# header that is configured for the current system
- rm rpmdb/db.h
+ rm -f rpmdb/db.h
CC="${l_cc} -DOPENPKG -I$br/zlib-%{V_zlib} -I$br/bzip2-%{V_bzip2}
-I$br/beecrypt-%{V_beecrypt}" \
CFLAGS="-DOPENPKG -I$br/zlib-%{V_zlib} -I$br/bzip2-%{V_bzip2}
-I$br/beecrypt-%{V_beecrypt}" \
CPPFLAGS="-DOPENPKG -I$br/zlib-%{V_zlib} -I$br/bzip2-%{V_bzip2}
-I$br/beecrypt-%{V_beecrypt}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]