2 |
%define name roundcube |
%define name roundcube |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 0.9.5 |
%define version 0.9.5 |
5 |
%define release 1 |
%define release 2 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
9 |
URL: http://www.dungog.net/sme |
URL: http://www.dungog.net/sme |
10 |
Group: SMEserver/addon |
Group: SMEserver/addon |
11 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
12 |
|
Patch0: roundcube-0.9.5-tasklist.patch |
13 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
14 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
15 |
Requires: e-smith-release >= 8.0 |
Requires: e-smith-release >= 8.0 |
21 |
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. |
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. |
22 |
|
|
23 |
%changelog |
%changelog |
24 |
|
* Sun Nov 24 2013 stephane de labrusse <stephdl@de-labrusse.fr> 0.9.5.2 |
25 |
|
- Add Tasklisk from kolab plugin |
26 |
|
|
27 |
* Sat Oct 26 2013 stephane de labrusse <stephdl@de-labrusse.fr> 0.9.5.1 |
* Sat Oct 26 2013 stephane de labrusse <stephdl@de-labrusse.fr> 0.9.5.1 |
28 |
- update to roundcube 0.9.5 |
- update to roundcube 0.9.5 |
29 |
* Sat Oct 26 2013 stephane de labrusse <stephdl@de-labrusse.fr> 0.9.4.4 |
* Sat Oct 26 2013 stephane de labrusse <stephdl@de-labrusse.fr> 0.9.4.4 |
57 |
|
|
58 |
%prep |
%prep |
59 |
%setup |
%setup |
60 |
|
%patch0 -p1 |
61 |
|
|
62 |
%build |
%build |
63 |
|
|
64 |
%install |
%install |
68 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
69 |
--dir '/opt/roundcube/logs' 'attr(777,www,www)' \ |
--dir '/opt/roundcube/logs' 'attr(777,www,www)' \ |
70 |
--dir '/opt/roundcube/temp' 'attr(777,www,www)' \ |
--dir '/opt/roundcube/temp' 'attr(777,www,www)' \ |
71 |
|
|grep -v "chpass-wrapper.pyc" |grep -v "chpass-wrapper.pyo" \ |
72 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
73 |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
74 |
|
echo "/opt/roundcube/plugins/password/helpers/chpass-wrapper.pyc">> %{name}-%{version}-filelist |
75 |
|
echo "/opt/roundcube/plugins/password/helpers/chpass-wrapper.pyo">> %{name}-%{version}-filelist |
76 |
|
|
77 |
%clean |
%clean |
78 |
cd .. |
cd .. |