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:03
Branch: HEAD Handle: 2002112209540201
Modified files:
openpkg-src/pgp pgp.spec
openpkg-web news.txt
Log:
reduce external dependencies to tools already present in bootstrap
Summary:
Revision Changes Path
1.23 +6 -8 openpkg-src/pgp/pgp.spec
1.2085 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/pgp/pgp.spec
============================================================
$ cvs diff -u -r1.22 -r1.23 pgp.spec
--- openpkg-src/pgp/pgp.spec 10 Oct 2002 12:23:39 -0000 1.22
+++ openpkg-src/pgp/pgp.spec 22 Nov 2002 09:54:03 -0000 1.23
@@ -37,7 +37,7 @@
Group: Cryptography
License: GPL
Version: %{V_long}
-Release: 20021010
+Release: 20021122
# list of sources
Source0:
ftp://ftp.pgpi.org/pub/pgp/%{V_short}/%{V_long}/pgpsrc%{V_strip}unix.tar.gz
@@ -46,8 +46,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, patch, gzip, tar
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20021120
+PreReq: OpenPKG, openpkg >= 20021120
AutoReq: no
AutoReqProv: no
@@ -58,12 +58,10 @@
%prep
%setup -c -n pgp-%{V_long}
rm -rf pgpsrc pgp-%{V_long}
- %{l_prefix}/bin/gzip -d -c %{SOURCE pgpsrc%{V_strip}unix.tar.gz} |\
- %{l_prefix}/bin/tar xf -
- %{l_prefix}/bin/gzip -d -c pgpsrc%{V_strip}unix.tar.gz |\
- %{l_prefix}/bin/tar xf -
+ %{l_gzip} -d -c %{SOURCE pgpsrc%{V_strip}unix.tar.gz} | %{l_tar} xf -
+ %{l_gzip} -d -c pgpsrc%{V_strip}unix.tar.gz | %{l_tar} xf -
cd pgpsrc
- %{l_prefix}/bin/patch -p0 <%{SOURCE pgpsrc%{V_strip}unix.patch}
+ %{l_patch} -p0 <%{SOURCE pgpsrc%{V_strip}unix.patch}
%build
cd pgpsrc
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.2084 -r1.2085 news.txt
--- openpkg-web/news.txt 22 Nov 2002 09:53:38 -0000 1.2084
+++ openpkg-web/news.txt 22 Nov 2002 09:54:02 -0000 1.2085
@@ -1,3 +1,4 @@
+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>
22-Nov-2002: Upgraded package: P<gup-0.5.8-20021122>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]