OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 16-Jan-2003 16:21:57
Branch: HEAD Handle: 2003011615215601
Modified files:
openpkg-src/cfengine cfengine.spec
openpkg-web news.txt
Log:
strip junk from installation
Summary:
Revision Changes Path
1.10 +6 -2 openpkg-src/cfengine/cfengine.spec
1.2858 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cfengine/cfengine.spec
============================================================================
$ cvs diff -u -r1.9 -r1.10 cfengine.spec
--- openpkg-src/cfengine/cfengine.spec 3 Jan 2003 10:51:24 -0000 1.9
+++ openpkg-src/cfengine/cfengine.spec 16 Jan 2003 15:21:57 -0000 1.10
@@ -33,7 +33,7 @@
Group: System
License: GPL
Version: 2.0.5pre2
-Release: 20021231
+Release: 20030116
# list of sources
Source0: ftp://ftp.iu.hio.no/pub/cfengine/cfengine-%{version}.tar.gz
@@ -41,7 +41,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, db, openssl
+BuildPreReq: OpenPKG, openpkg >= 20020206, db, openssl, bison
PreReq: OpenPKG, openpkg >= 20020206, db, openssl
AutoReq: no
AutoReqProv: no
@@ -72,7 +72,11 @@
%install
rm -rf $RPM_BUILD_ROOT
%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
+
+ # strip installation area
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
+
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2857 -r1.2858 news.txt
--- openpkg-web/news.txt 16 Jan 2003 15:02:06 -0000 1.2857
+++ openpkg-web/news.txt 16 Jan 2003 15:21:56 -0000 1.2858
@@ -1,3 +1,4 @@
+16-Jan-2003: Upgraded package: P<cfengine-2.0.5pre2-20030116>
16-Jan-2003: New package: P<mysql4-4.0.9gamma-20030116>
16-Jan-2003: Upgraded package: P<openpkg-tool-20030116-20030116>
16-Jan-2003: Upgraded package: P<apache-1.3.27-20030116>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]