|
|
@@ -24,8 +24,9 @@
|
|
|
##
|
|
|
|
|
|
# package version
|
|
|
-%define V_real 5.08
|
|
|
-%define V_comp 508
|
|
|
+%define V_real 5.09
|
|
|
+%define V_comp_lnx 509
|
|
|
+%define V_comp_sol 508
|
|
|
|
|
|
# package information
|
|
|
Name: acroread
|
|
|
@@ -38,11 +39,11 @@ Class: EVAL
|
|
|
Group: Graphics
|
|
|
License: Commercial
|
|
|
Version: %{V_real}
|
|
|
-Release: 20040207
|
|
|
+Release: 20040602
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/linux-%{V_comp}.tar.gz
|
|
|
-Source1: ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/sol-%{V_comp}.tar.gz
|
|
|
+Source0: ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/linux-%{V_comp_lnx}.tar.gz
|
|
|
+Source1: ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/sol-%{V_comp_sol}.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -58,12 +59,12 @@ AutoReqProv: no
|
|
|
|
|
|
%track
|
|
|
prog acroread:linux = {
|
|
|
- version = %{V_comp}
|
|
|
+ version = %{V_comp_lnx}
|
|
|
url = ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/
|
|
|
regex = linux-(__VER__)\.tar\.gz
|
|
|
}
|
|
|
prog acroread:solaris = {
|
|
|
- version = %{V_comp}
|
|
|
+ version = %{V_comp_sol}
|
|
|
url = ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/
|
|
|
regex = sol-(__VER__)\.tar\.gz
|
|
|
}
|
|
|
@@ -84,7 +85,7 @@ AutoReqProv: no
|
|
|
# unpack the corresponding binary only
|
|
|
case "%{l_platform -t}" in
|
|
|
i?86-freebsd[45]* )
|
|
|
- tarball="%{SOURCE linux-%{V_comp}.tar.gz}"
|
|
|
+ tarball="%{SOURCE linux-%{V_comp_lnx}.tar.gz}"
|
|
|
shell="/compat/linux/bin/sh"
|
|
|
if [ ! -f $shell ]; then
|
|
|
( echo "The Linux ABI base system is not installed under /compat/linux/."
|
|
|
@@ -94,11 +95,11 @@ AutoReqProv: no
|
|
|
fi
|
|
|
;;
|
|
|
i?86-linux2* )
|
|
|
- tarball="%{SOURCE linux-%{V_comp}.tar.gz}"
|
|
|
+ tarball="%{SOURCE linux-%{V_comp_lnx}.tar.gz}"
|
|
|
shell="/bin/sh"
|
|
|
;;
|
|
|
sun4*-sunos5* )
|
|
|
- tarball="%{SOURCE sol-%{V_comp}.tar.gz}"
|
|
|
+ tarball="%{SOURCE sol-%{V_comp_sol}.tar.gz}"
|
|
|
shell="/bin/sh"
|
|
|
;;
|
|
|
* ) echo "Platform %{l_platform -t} not supported" | %{l_rpmtool} msg -b
|