Summary: IMAP Client, roundcube installed in /opt/roundcube %define name roundcube Name: %{name} %define version 0.9.5 %define release 2 Version: %{version} Release: %{release}%{?dist} License: GPL URL: http://www.dungog.net/sme Group: SMEserver/addon Source: %{name}-%{version}.tar.gz Patch0: roundcube-0.9.5-tasklist.patch BuildArchitectures: noarch BuildRoot: /var/tmp/%{name}-%{version} Requires: e-smith-release >= 8.0 Buildrequires: e-smith-devtools AutoReqProv: no %description http://www.roundcube.net/ RoundCube Webmail is a browser-based multilingual IMAP client with an application-like user interface. It provides full functionality you expect from an e-mail client, including MIME support, address book, folder manipulation, message searching and spell checking. RoundCube Webmail is written in PHP and requires the MySQL database. The user interface is fully skinnable using XHTML and CSS 2. %changelog * Sun Nov 24 2013 stephane de labrusse 0.9.5.2 - Add Tasklisk from kolab plugin * Sat Oct 26 2013 stephane de labrusse 0.9.5.1 - update to roundcube 0.9.5 * Sat Oct 26 2013 stephane de labrusse 0.9.4.4 - Change the version of roundcubemail-plugins-kolab to 3.02 : http://git.kolab.org/roundcubemail-plugins-kolab/ * Sat Oct 13 2013 stephane de labrusse 0.9.4.3 - Add the Kolab calendar plugin : http://git.kolab.org/roundcubemail-plugins-kolab/tree/plugins/calendar - Add the context menu for right click, very useful : http://www.tehinterweb.co.uk/roundcube/#picontextmenu - Add the "Mark as Junk 2" to kick spam to junkmail : http://www.tehinterweb.co.uk/roundcube/#pimarkasjunk2 * Sat Sep 21 2013 Stephane de Labrusse - Add carddav functionnality http://www.crash-override.net/carddav.html * Thu Sep 18 2013 Stephane de Labrusse - upstream roundecubemail 0.9.4 for sme8 * Mon Jun 03 2013 Stephane de Labrusse - upstream roundecubemail 0.9.1 for sme8 * Wed Feb 14 2007 Stephen Noble - upstream - [0.1-479svn] * Fri Dec 15 2006 Stephen Noble - upstream - [0.1-408svn] * Tue Dec 12 2006 Stephen Noble - initial release - [0.1-1] %prep %setup %patch0 -p1 %build %install rm -rf $RPM_BUILD_ROOT (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) rm -f %{name}-%{version}-filelist /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ --dir '/opt/roundcube/logs' 'attr(777,www,www)' \ --dir '/opt/roundcube/temp' 'attr(777,www,www)' \ |grep -v "chpass-wrapper.pyc" |grep -v "chpass-wrapper.pyo" \ > %{name}-%{version}-filelist echo "%doc COPYING" >> %{name}-%{version}-filelist echo "/opt/roundcube/plugins/password/helpers/chpass-wrapper.pyc">> %{name}-%{version}-filelist echo "/opt/roundcube/plugins/password/helpers/chpass-wrapper.pyo">> %{name}-%{version}-filelist %clean cd .. rm -rf %{name}-%{version} %pre %preun %post %postun %files -f %{name}-%{version}-filelist %defattr(-,root,root)