|
|
@@ -37,7 +37,7 @@ Distribution: OpenPKG [PRIV]
|
|
|
Group: Filesystem
|
|
|
License: Commercial/Free-Trail
|
|
|
Version: %{V_full}
|
|
|
-Release: 20020324
|
|
|
+Release: 20021122
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.sophos.com/downloads/ide/%{V_short}_ides.zip
|
|
|
@@ -50,8 +50,8 @@ Source5: freebsd.libc.so.3
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
-BuildPreReq: OpenPKG, openpkg >= 20020206, gzip, tar, infozip, bash
|
|
|
-PreReq: OpenPKG, openpkg >= 20020206
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 20021120, infozip
|
|
|
+PreReq: OpenPKG, openpkg >= 20021120
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
|
|
|
@@ -69,7 +69,7 @@ AutoReqProv: no
|
|
|
*-solaris* ) engine="%{SOURCE3}" ;;
|
|
|
* ) echo "Sorry, platform %{l_target} not supported" 1>&2; exit 1 ;;
|
|
|
esac
|
|
|
- %{l_prefix}/bin/gzip -d -c $engine | %{l_prefix}/bin/tar xf -
|
|
|
+ %{l_gzip} -d -c $engine | %{l_tar} xf -
|
|
|
( mkdir ides; cd ides;
|
|
|
%{l_prefix}/bin/unzip -x %{SOURCE0}
|
|
|
)
|
|
|
@@ -88,7 +88,7 @@ AutoReqProv: no
|
|
|
( cd sav-install
|
|
|
chmod u+w install.sh
|
|
|
%{l_shtool} subst -e 's;chown;true;g' -e 's;chgrp;true;g' install.sh
|
|
|
- %{l_prefix}/bin/bash install.sh -readytogo -v \
|
|
|
+ %{l_bash} install.sh -readytogo -v \
|
|
|
-d $RPM_BUILD_ROOT%{l_prefix} \
|
|
|
-b $RPM_BUILD_ROOT%{l_prefix}/libexec/sav \
|
|
|
-l $RPM_BUILD_ROOT%{l_prefix}/libexec/sav \
|