OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 12-Jan-2004 12:48:37
Branch: HEAD Handle: 2004011211483502
Modified files:
openpkg-src/bzip2 bzip2.spec
openpkg-web news.txt
Log:
bzip2 add-on scripts should prefer "our" tools
Summary:
Revision Changes Path
1.24 +4 -1 openpkg-src/bzip2/bzip2.spec
1.8055 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bzip2/bzip2.spec
============================================================================
$ cvs diff -u -r1.23 -r1.24 bzip2.spec
--- openpkg-src/bzip2/bzip2.spec 23 Jul 2003 19:00:55 -0000 1.23
+++ openpkg-src/bzip2/bzip2.spec 12 Jan 2004 11:48:37 -0000 1.24
@@ -37,7 +37,7 @@
Group: Compression
License: GPL
Version: %{V_long}
-Release: 20030723
+Release: 20040112
# list of sources
Source0: ftp://sources.redhat.com/pub/bzip2/v%{V_short}/bzip2-%{V_long}.tar.gz
@@ -59,6 +59,9 @@
%prep
%setup -q
+ %{l_shtool} subst \
+ -e 's;^\(PATH="\)\(.*\)$;\1%{l_prefix}/bin:\2;' \
+ bzdiff bzgrep bzmore
%build
# build package
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.8054 -r1.8055 news.txt
--- openpkg-web/news.txt 12 Jan 2004 09:27:13 -0000 1.8054
+++ openpkg-web/news.txt 12 Jan 2004 11:48:35 -0000 1.8055
@@ -1,3 +1,4 @@
+12-Jan-2004: Upgraded package: P<bzip2-1.0.2-20040112>
12-Jan-2004: Upgraded package: P<fsl-1.4.0-20040112>
11-Jan-2004: New package: P<enscript-1.6.1-20040111>
11-Jan-2004: Upgraded package: P<lame-3.95-20040111>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]