|
|
@@ -33,7 +33,7 @@ Distribution: OpenPKG [EXP]
|
|
|
Group: Database
|
|
|
License: GPL
|
|
|
Version: 1.6.2.3
|
|
|
-Release: 20020425
|
|
|
+Release: 20020625
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ossp-jitterbug-%{version}.tar.gz
|
|
|
@@ -117,7 +117,7 @@ AutoReqProv: no
|
|
|
( echo "bugdb: \"|$RPM_INSTALL_PREFIX/bin/jitterbug-mail bugdb-guest\""
|
|
|
echo "owner-bugdb: postmaster"
|
|
|
) |\
|
|
|
- $RPM_INSTALL_PREFIX/sbin/rpmtool config \
|
|
|
+ $RPM_INSTALL_PREFIX/lib/openpkg/rpmtool config \
|
|
|
-a -i "$RPM_INSTALL_PREFIX:jitterbug" $aliases_file
|
|
|
if [ ".$update_command" != . ]; then
|
|
|
eval $update_command
|
|
|
@@ -131,7 +131,7 @@ AutoReqProv: no
|
|
|
echo " AllowOverride all"
|
|
|
echo "</Directory>"
|
|
|
) |\
|
|
|
- $RPM_INSTALL_PREFIX/sbin/rpmtool config \
|
|
|
+ $RPM_INSTALL_PREFIX/lib/openpkg/rpmtool config \
|
|
|
-a -i "$RPM_INSTALL_PREFIX:jitterbug" $apacheconf
|
|
|
fi
|
|
|
fi
|
|
|
@@ -142,7 +142,7 @@ AutoReqProv: no
|
|
|
aliases_file=`$RPM_INSTALL_PREFIX/etc/rc --query mta_aliases_file`
|
|
|
update_command=`$RPM_INSTALL_PREFIX/etc/rc --query mta_aliases_update`
|
|
|
if [ ".$aliases_file" != . ]; then
|
|
|
- $RPM_INSTALL_PREFIX/sbin/rpmtool config \
|
|
|
+ $RPM_INSTALL_PREFIX/lib/openpkg/rpmtool config \
|
|
|
-r -i "$RPM_INSTALL_PREFIX:jitterbug" $aliases_file
|
|
|
if [ ".$update_command" != . ]; then
|
|
|
eval $update_command
|
|
|
@@ -151,7 +151,7 @@ AutoReqProv: no
|
|
|
# remove hook from Apache configuration
|
|
|
apacheconf="$RPM_INSTALL_PREFIX/etc/apache/apache.conf"
|
|
|
if [ -f $apacheconf ]; then
|
|
|
- $RPM_INSTALL_PREFIX/sbin/rpmtool config \
|
|
|
+ $RPM_INSTALL_PREFIX/lib/openpkg/rpmtool config \
|
|
|
-r -i "$RPM_INSTALL_PREFIX:jitterbug" $apacheconf
|
|
|
fi
|
|
|
fi
|