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: 03-Oct-2002 20:01:59
Branch: HEAD Handle: 2002100319015701
Modified files:
openpkg-src/acroread acroread.spec
openpkg-web news.txt
Log:
simplify deps, fix name in message
Summary:
Revision Changes Path
1.8 +5 -6 openpkg-src/acroread/acroread.spec
1.1685 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/acroread/acroread.spec
============================================================
$ cvs diff -u -r1.7 -r1.8 acroread.spec
--- openpkg-src/acroread/acroread.spec 13 Aug 2002 12:47:23 -0000 1.7
+++ openpkg-src/acroread/acroread.spec 3 Oct 2002 18:01:58 -0000 1.8
@@ -36,7 +36,7 @@
Group: Graphics
License: Commercial
Version: %{V_real}
-Release: 20020724
+Release: 20021003
# list of sources
Source0:
ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/linux-%{V_comp}.tar.gz
@@ -45,8 +45,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020416, gzip, tar
-PreReq: OpenPKG, openpkg >= 20020416, X11
+BuildPreReq: OpenPKG, openpkg >= 20021002
+PreReq: OpenPKG, openpkg >= 20021002, X11
AutoReq: no
AutoReqProv: no
@@ -86,8 +86,7 @@
exit 1
;;
esac
- %{l_prefix}/bin/gzip -c -d $tarball |\
- %{l_prefix}/bin/tar xf -
+ %{l_gzip} -c -d $tarball | %{l_tar} xf -
# perform the standard installation procedure
%{l_shtool} subst -e 's;Linux);Linux|FreeBSD);' INSTALL
@@ -140,7 +139,7 @@
[Yy][Ee][Ss])
;;
* )
- ( echo "TSM requires the Linux ABI in the kernel."
+ ( echo "Acrobat Reader requires the Linux ABI in the
kernel."
echo "Run /usr/sbin/linux manually before running TSM"
echo "or add the following line to /etc/rc.conf:"
echo "linux_enable=\"YES\""
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1684 -r1.1685 news.txt
--- openpkg-web/news.txt 3 Oct 2002 07:44:17 -0000 1.1684
+++ openpkg-web/news.txt 3 Oct 2002 18:01:57 -0000 1.1685
@@ -1,3 +1,4 @@
+03-Oct-2002: Upgraded package: P<acroread-5.06-20021003>
03-Oct-2002: Upgraded package: P<perl-xml-20021003-20021003>
03-Oct-2002: Upgraded package: P<uvscan-4.1.6.4227-20021003>
03-Oct-2002: Upgraded package: P<postgresql-7.2.3-20021003>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]