OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 22-Nov-2002 10:54:29
Branch: HEAD Handle: 2002112209542800
Modified files:
openpkg-src/sav sav.spec
openpkg-web news.txt
Log:
reduce external dependencies to tools already present in bootstrap
Summary:
Revision Changes Path
1.4 +5 -5 openpkg-src/sav/sav.spec
1.2086 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/sav/sav.spec
============================================================
$ cvs diff -u -r1.3 -r1.4 sav.spec
--- openpkg-src/sav/sav.spec 13 Aug 2002 12:49:48 -0000 1.3
+++ openpkg-src/sav/sav.spec 22 Nov 2002 09:54:28 -0000 1.4
@@ -37,7 +37,7 @@
Group: Filesystem
License: Commercial/Free-Trail
Version: %{V_full}
-Release: 20020324
+Release: 20021122
# list of sources
Source0: http://www.sophos.com/downloads/ide/%{V_short}_ides.zip
@@ -50,8 +50,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, gzip, tar, infozip, bash
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20021120, infozip
+PreReq: OpenPKG, openpkg >= 20021120
AutoReq: no
AutoReqProv: no
@@ -69,7 +69,7 @@
*-solaris* ) engine="%{SOURCE3}" ;;
* ) echo "Sorry, platform %{l_target} not supported" 1>&2; exit 1 ;;
esac
- %{l_prefix}/bin/gzip -d -c $engine | %{l_prefix}/bin/tar xf -
+ %{l_gzip} -d -c $engine | %{l_tar} xf -
( mkdir ides; cd ides;
%{l_prefix}/bin/unzip -x %{SOURCE0}
)
@@ -88,7 +88,7 @@
( cd sav-install
chmod u+w install.sh
%{l_shtool} subst -e 's;chown;true;g' -e 's;chgrp;true;g' install.sh
- %{l_prefix}/bin/bash install.sh -readytogo -v \
+ %{l_bash} install.sh -readytogo -v \
-d $RPM_BUILD_ROOT%{l_prefix} \
-b $RPM_BUILD_ROOT%{l_prefix}/libexec/sav \
-l $RPM_BUILD_ROOT%{l_prefix}/libexec/sav \
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.2085 -r1.2086 news.txt
--- openpkg-web/news.txt 22 Nov 2002 09:54:02 -0000 1.2085
+++ openpkg-web/news.txt 22 Nov 2002 09:54:28 -0000 1.2086
@@ -1,3 +1,4 @@
+22-Nov-2002: Upgraded package: P<sav-3.56-20021122>
22-Nov-2002: Upgraded package: P<pgp-6.5.8-20021122>
22-Nov-2002: Upgraded package: P<pgp2-2.6.3i-20021122>
22-Nov-2002: Upgraded package: P<apache-1.3.27-20021122>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]