rpms/imp/F-13 imp.spec,1.12,1.13

Nick Bebout nb at fedoraproject.org
Mon Mar 29 15:50:20 UTC 2010


Author: nb

Update of /cvs/pkgs/rpms/imp/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7997

Modified Files:
	imp.spec 
Log Message:
Fix IMP_BASE


Index: imp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/imp/F-13/imp.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- imp.spec	10 Aug 2009 18:42:40 -0000	1.12
+++ imp.spec	29 Mar 2010 15:50:20 -0000	1.13
@@ -1,6 +1,6 @@
 Name:		imp
 Version:	4.3.4
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	The Internet Messaging Program: webmail access to IMAP/POP3 accounts
 
 Source0:	ftp://ftp.horde.org/pub/%{name}/%{name}-h3-%{version}.tar.gz
@@ -66,7 +66,7 @@ for d in *.dist; do
 done
 
 # Fix IMP_BASE in prefs.php
-%{__sed} --in-place "s#dirname(__FILE__) . '/..'#'/usr/share/horde/imp'#" prefs.php
+%{__sed} --in-place "s#dirname(__FILE__) . '/..#'/usr/share/horde/imp#" prefs.php
 
 popd
 
@@ -90,6 +90,9 @@ rm -rf %{buildroot}
 %{_datadir}/horde/%{name}
 
 %changelog
+* Mon Mar 29 2010 Nick Bebout <nb at fedoraproject.org - 4.3.4-3
+- Fix IMP_BASE
+
 * Mon Aug 10 2009 Jason L Tibbitts III <tibbs at math.uh.edu> - 4.3.4-2
 - Fix Source0: URL.
 



More information about the scm-commits mailing list