rpms/roundcubemail/devel roundcubemail.spec,1.7,1.8

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Thu Apr 10 12:28:52 UTC 2008


Author: limb

Update of /cvs/pkgs/rpms/roundcubemail/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5761

Modified Files:
	roundcubemail.spec 
Log Message:
Drop %%pre script that was breaking pear packages.



Index: roundcubemail.spec
===================================================================
RCS file: /cvs/pkgs/rpms/roundcubemail/devel/roundcubemail.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- roundcubemail.spec	9 Apr 2008 13:42:52 -0000	1.7
+++ roundcubemail.spec	10 Apr 2008 12:28:13 -0000	1.8
@@ -1,7 +1,7 @@
 %define roundcubedir %{_datadir}/roundcubemail
 Name: roundcubemail
 Version:  0.1.1
-Release:  1%{?dist}
+Release:  2%{?dist}
 Summary: Round Cube Webmail is a browser-based multilingual IMAP client
 
 Group: Applications/System         
@@ -92,9 +92,6 @@
 %clean
 rm -rf %{buildroot}
 
-%pre
-rm -rf %{roundcubedir}/program/lib
-
 %post
 # replace default des string in config file for better security
 function makedesstr
@@ -126,6 +123,9 @@
 %config(noreplace) %{_sysconfdir}/logrotate.d/roundcubemail
 
 %changelog
+* Thu Apr 10 2008 Jon Ciesla <limb at jcomserv.net> = 0.1.1-2
+- Drop %%pre script that was breaking pear packages.
+
 * Wed Apr 09 2008 Jon Ciesla <limb at jcomserv.net> = 0.1.1-1
 - New upstream release.
 - Added patch to fix mysql update.




More information about the fedora-extras-commits mailing list