OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 19-Oct-2003 13:45:26
Branch: HEAD Handle: 2003101912452302
Modified files:
openpkg-src/acroread acroread.spec
openpkg-web news.txt
Log:
fix platform check; simplify %setup
Summary:
Revision Changes Path
1.23 +3 -3 openpkg-src/acroread/acroread.spec
1.7072 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/acroread/acroread.spec
============================================================================
$ cvs diff -u -r1.22 -r1.23 acroread.spec
--- openpkg-src/acroread/acroread.spec 9 Sep 2003 09:27:28 -0000 1.22
+++ openpkg-src/acroread/acroread.spec 19 Oct 2003 11:45:25 -0000 1.23
@@ -37,7 +37,7 @@
Group: Graphics
License: Commercial
Version: %{V_real}
-Release: 20030909
+Release: 20031019
# list of sources
Source0:
ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/linux-%{V_comp}.tar.gz
@@ -56,7 +56,7 @@
Adobe Portable Document Format (PDF).
%prep
- %setup -q -T -c -n acroread-%{version}
+ %setup -q -T -c
%build
@@ -84,7 +84,7 @@
tarball="%{SOURCE linux-%{V_comp}.tar.gz}"
shell="/bin/sh"
;;
- sparc*-sunos5* )
+ sun4*-sunos5* )
tarball="%{SOURCE sol-%{V_comp}.tar.gz}"
shell="/bin/sh"
;;
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7071 -r1.7072 news.txt
--- openpkg-web/news.txt 19 Oct 2003 11:42:54 -0000 1.7071
+++ openpkg-web/news.txt 19 Oct 2003 11:45:23 -0000 1.7072
@@ -1,3 +1,4 @@
+19-Oct-2003: Upgraded package: P<acroread-5.08-20031019>
19-Oct-2003: Upgraded package: P<snort-2.0.2-20031019>
19-Oct-2003: Upgraded package: P<linkchecker-1.9.3-20031019>
19-Oct-2003: Upgraded package: P<icon-9.4.2-20031019>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]