--- rpms/roundcube/contribs8/roundcube-0.9.5.spec 2013/10/27 17:35:36 1.1 +++ rpms/roundcube/contribs8/roundcube-0.9.5.spec 2013/11/25 18:50:20 1.3 @@ -2,13 +2,14 @@ Summary: IMAP Client, roundcube installe %define name roundcube Name: %{name} %define version 0.9.5 -%define release 1 +%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 @@ -20,6 +21,9 @@ 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 @@ -53,6 +57,8 @@ RoundCube Webmail is a browser-based mul %prep %setup +%patch0 -p1 + %build %install @@ -62,8 +68,11 @@ 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 ..