rpms/imp/EL-5 imp.spec,1.6,1.7

Nick Bebout nb at fedoraproject.org
Mon Mar 29 15:42:47 UTC 2010


Author: nb

Update of /cvs/pkgs/rpms/imp/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6815

Modified Files:
	imp.spec 
Log Message:
Fix IMP_BASE


Index: imp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/imp/EL-5/imp.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- imp.spec	24 Jun 2008 04:20:02 -0000	1.6
+++ imp.spec	29 Mar 2010 15:42:47 -0000	1.7
@@ -1,6 +1,6 @@
 Name: 		imp
 Version:	4.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	The Internet Messaging Program: webmail access to IMAP/POP3 accounts
 
 Source0:	ftp://ftp.horde.org/pub/%{name}/tarballs/%{name}-h3-%{version}.tar.gz
@@ -66,7 +66,8 @@ 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 +91,9 @@ rm -rf %{buildroot}
 %{_datadir}/horde/%{name}
 
 %changelog
+* Mon Mar 29 2010 Nick Bebout <nick at bebout.net> - 4.2-2
+- Fix IMP_BASE
+
 * Wed May 28 2008 Nigel Jones <dev at nigelj.com> - 4.2-1
 - New Upstream (4.2) & Spec file cleanups
 



More information about the scm-commits mailing list