rpms/roundcubemail/F-9 roundcubemail.spec,1.12,1.13

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Mon Jun 16 14:59:12 UTC 2008


Author: limb

Update of /cvs/pkgs/rpms/roundcubemail/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10319

Modified Files:
	roundcubemail.spec 
Log Message:
Requires fixes.



Index: roundcubemail.spec
===================================================================
RCS file: /cvs/pkgs/rpms/roundcubemail/F-9/roundcubemail.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- roundcubemail.spec	13 Jun 2008 16:49:21 -0000	1.12
+++ roundcubemail.spec	16 Jun 2008 14:58:20 -0000	1.13
@@ -1,7 +1,7 @@
 %define roundcubedir %{_datadir}/roundcubemail
 Name: roundcubemail
 Version:  0.2
-Release:  0.alpha%{?dist}
+Release:  1.alpha%{?dist}
 Summary: Round Cube Webmail is a browser-based multilingual IMAP client
 
 Group: Applications/System         
@@ -26,6 +26,8 @@
 Requires: php-pear-MDB2
 Requires: php-pear-MDB2-Driver-mysql
 Requires: php-pecl-Fileinfo
+Requires: php-xml
+Requires: php-mbstring
 
 %description
 RoundCube Webmail is a browser-based multilingual IMAP client
@@ -45,6 +47,9 @@
 find . -type f -print | xargs chmod a-x
 find . -name \.htaccess -print | xargs rm -f
 
+# remove curious mac os x files
+find . -name '._*' -print | xargs rm -rf
+
 # fixup paths to use the right paths
 sed -i 's|temp/|${_tmppath}|' config/main.inc.php.dist
 sed -i 's|config/|%{_sysconfdir}/roundcubemail/|' config/main.inc.php.dist
@@ -127,6 +132,10 @@
 %config(noreplace) %{_sysconfdir}/logrotate.d/roundcubemail
 
 %changelog
+* Mon Jun 16 2008 Jon Ciesla <limb at jcomserv.net> = 0.2-1.alpha
+- Fixed php-xml, php-mbstring Requires.  BZ 451652.
+- Removing osx files, will be pulled from next upstream release.
+
 * Fri Jun 13 2008 Jon Ciesla <limb at jcomserv.net> = 0.2-0.alpha
 - Update to 0.2-alpha, security fixes for BZ 423271. 
 - mysql update and pear patches applied upstream.




More information about the fedora-extras-commits mailing list