OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 25-Jun-2003 17:17:15
Branch: HEAD Handle: 2003062516171301
Modified files:
openpkg-src/squirrelmail
squirrelmail.spec
openpkg-web news.txt
Log:
Fix config script with minimal substitutions, but is unfortunately an
incomplete solution
Summary:
Revision Changes Path
1.5 +5 -1 openpkg-src/squirrelmail/squirrelmail.spec
1.5013 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/squirrelmail/squirrelmail.spec
============================================================================
$ cvs diff -u -r1.4 -r1.5 squirrelmail.spec
--- openpkg-src/squirrelmail/squirrelmail.spec 16 Jun 2003 14:23:54 -0000
1.4
+++ openpkg-src/squirrelmail/squirrelmail.spec 25 Jun 2003 15:17:14 -0000
1.5
@@ -33,7 +33,7 @@
Group: Mail
License: GPL
Version: 1.4.0
-Release: 20030616
+Release: 20030625
# list of sources
Source0:
http://download.sourceforge.net/squirrelmail/squirrelmail-%{version}.tar.bz2
@@ -105,6 +105,10 @@
$RPM_BUILD_ROOT%{l_prefix}/share/squirrelmail/
# install the squirrelmail configuration perl script
%{l_shtool} install -c -m 755 \
+ -e 's;chdir($dir);chdir("%{l_prefix}/etc/squirrelmail");g' \
+ -e 's;\.\./plugins;%{l_prefix}/share/squirrelmail/plugins;g' \
+ -e 's;\.\./themes;%{l_prefix}/share/squirrelmail/themes;g' \
+ -e 's;config/config_local.php;config_local.php;g' \
config/conf.pl \
$RPM_BUILD_ROOT%{l_prefix}/bin/squirrelconf
# install main index file to view in client browser
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5012 -r1.5013 news.txt
--- openpkg-web/news.txt 25 Jun 2003 13:36:34 -0000 1.5012
+++ openpkg-web/news.txt 25 Jun 2003 15:17:13 -0000 1.5013
@@ -1,3 +1,4 @@
+25-Jun-2003: Upgraded package: P<squirrelmail-1.4.0-20030625>
25-Jun-2003: Upgraded package: P<nagios-1.1-20030625>
25-Jun-2003: Upgraded package: P<openpkg-tool-20030625-20030625>
25-Jun-2003: Upgraded package: P<rt-3.0.3-20030625>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]