Author: misc
Date: Fri Feb 9 10:18:21 2007
New Revision: 118340
Modified:
packages/cooker/rt/current/SPECS/rt.spec
Log:
- update to 3.6.3
Modified: packages/cooker/rt/current/SPECS/rt.spec
==============================================================================
--- packages/cooker/rt/current/SPECS/rt.spec (original)
+++ packages/cooker/rt/current/SPECS/rt.spec Fri Feb 9 10:18:21 2007
@@ -5,7 +5,7 @@
#
Name: rt
-Version: 3.4.5
+Version: 3.6.3
Release: %mkrel 1
Summary: A enterprise-grade ticketing system
Group: Networking/WWW
@@ -65,9 +65,9 @@
-exec chmod a-x {} \;
chmod -x UPGRADING README C* aclocal.* config.* *.ac *.in
-perl -pi -e 's/Set\(\$WebPath//' etc/RT_Config.pm
+perl -pi -e 's/Set\(\$WebPath//' etc/RT_Config.pm.in
-echo "Set($WebPath , "/rt3");" >> etc/RT_Config.pm
+echo "Set($WebPath , "/rt3");" >> etc/RT_Config.pm.in
# Patch backups added by rpm disturb
#find -name '*.orig' -exec rm -f {} \;