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: 30-May-2003 20:43:02
Branch: HEAD Handle: 2003053019430001
Modified files:
openpkg-src/acroread acroread.spec
openpkg-web news.txt
Log:
simplify packaging by removing chmod before subst and do some package
cleanups
Summary:
Revision Changes Path
1.14 +4 -5 openpkg-src/acroread/acroread.spec
1.4642 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/acroread/acroread.spec
============================================================================
$ cvs diff -u -r1.13 -r1.14 acroread.spec
--- openpkg-src/acroread/acroread.spec 14 Jan 2003 14:14:50 -0000 1.13
+++ openpkg-src/acroread/acroread.spec 30 May 2003 18:43:01 -0000 1.14
@@ -23,6 +23,7 @@
## SUCH DAMAGE.
##
+# package version
%define V_real 5.06
%define V_comp 506
@@ -36,7 +37,7 @@
Group: Graphics
License: Commercial
Version: %{V_real}
-Release: 20030114
+Release: 20030530
# list of sources
Source0:
ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/linux-%{V_comp}.tar.gz
@@ -45,8 +46,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20021002
-PreReq: OpenPKG, openpkg >= 20021002, X11
+BuildPreReq: OpenPKG, openpkg >= 20030516
+PreReq: OpenPKG, openpkg >= 20030516, X11
AutoReq: no
AutoReqProv: no
@@ -58,7 +59,6 @@
%setup -q -T -c -n acroread-%{version}
%build
- # no-op
%install
rm -rf $RPM_BUILD_ROOT
@@ -95,7 +95,6 @@
%{l_gzip} -c -d $tarball | %{l_tar} xf -
# perform the standard installation procedure
- chmod u+w INSTALL
%{l_shtool} subst -e 's;Linux);Linux|FreeBSD);' INSTALL
PAGER="cat"
export PAGER
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.4641 -r1.4642 news.txt
--- openpkg-web/news.txt 30 May 2003 18:36:55 -0000 1.4641
+++ openpkg-web/news.txt 30 May 2003 18:43:00 -0000 1.4642
@@ -1,3 +1,4 @@
+30-May-2003: Upgraded package: P<acroread-5.06-20030530>
30-May-2003: Upgraded package: P<openpkg-20030530-20030530>
30-May-2003: Upgraded package: P<iozone-3.178-20030530>
30-May-2003: New package: P<postfix-mailgraph-1.2-20030530>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]