|
|
@@ -23,6 +23,7 @@
|
|
|
## SUCH DAMAGE.
|
|
|
##
|
|
|
|
|
|
+# package version
|
|
|
%define V_real 5.06
|
|
|
%define V_comp 506
|
|
|
|
|
|
@@ -36,7 +37,7 @@ Distribution: OpenPKG [EVAL]
|
|
|
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 @@ Source1: ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/solaris-%{V_c
|
|
|
# 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 @@ AutoReqProv: no
|
|
|
%setup -q -T -c -n acroread-%{version}
|
|
|
|
|
|
%build
|
|
|
- # no-op
|
|
|
|
|
|
%install
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
@@ -95,7 +95,6 @@ AutoReqProv: no
|
|
|
%{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
|