1 |
%define name smeserver-roundcube |
2 |
%define version 1.2 |
3 |
%define release 12 |
4 |
|
5 |
Summary: smserver rpm to setup roundcube, an IMAP mail client |
6 |
Name: %{name} |
7 |
Version: %{version} |
8 |
Release: %{release}%{?dist} |
9 |
Source: %{name}-%{version}.tar.gz |
10 |
License: GNU GPL version 2 |
11 |
URL: http://www.contribs.org |
12 |
Group: SMEserver/addon |
13 |
BuildRoot: %{_tmppath}/%{name}-buildroot |
14 |
Prefix: %{_prefix} |
15 |
BuildArchitectures: noarch |
16 |
BuildRequires: e-smith-devtools |
17 |
Requires: e-smith-release >= 10.0 |
18 |
Requires: e-smith-apache >= 2.6.0-19 |
19 |
Requires: roundcubemail >= 1.1.3 |
20 |
Requires: git |
21 |
Requires: smeserver-dovecot-extras |
22 |
#Requires: roundcubemail_plugins |
23 |
Obsoletes: roundcube |
24 |
AutoReqProv: no |
25 |
Patch0: smeserver-roundcube-1.2.RemoveCalendar_Tasklist.patch |
26 |
Patch1: smeserver-roundcube-1.2-Add-update-event-in-createlinks-and-fix-smtp-port-in-config.patch |
27 |
Patch2: smeserver-roundcube-1.2-bz12059-24syntax.patch |
28 |
Patch3: smeserver-roundcube-1.2-bz11430-login.patch |
29 |
|
30 |
%description |
31 |
smserver rpm to setup the roundcube IMAP mail client. |
32 |
|
33 |
%changelog |
34 |
* Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.2-12.sme |
35 |
- update to httpd 2.4 access syntax [SME: 12059] |
36 |
thanks to Vasarhelyi Zsolt |
37 |
- accept self signed certificates for imap and smtp [SME: 11430] |
38 |
- Use of undefined constant, quote around module names [SME: 11430] |
39 |
|
40 |
* Mon Apr 05 2021 Brian Read <brianr@bjsystems.co.uk> 1.2-11.sme |
41 |
- Update spec file to take out plugin rpm [SME: 11430 ] |
42 |
|
43 |
* Sun Apr 04 2021 Brian Read <brianr@bjsystems.co.uk> 1.2-10.sme |
44 |
- Add-update-event-in-createlinks-and-fix-smtp-port-in-config [SME: 11430] |
45 |
|
46 |
* Thu Mar 17 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2-9.sme |
47 |
- Bump the version to force the composer update |
48 |
|
49 |
* Mon Sep 21 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2-8.sme |
50 |
- libcalendaring calendar and tasklist are no more in the contribs |
51 |
|
52 |
* Wed Sep 02 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2-6.sme |
53 |
- Initial release to contribs9 |
54 |
|
55 |
* Thu Apr 16 2015 stephane de labrusse <stephdl@de-labrusse.fr> 1.2-5 |
56 |
- managesieve is no more used, I prefer to use sieverules (only for new installation) |
57 |
|
58 |
* Thu Apr 16 2015 stephane de labrusse <stephdl@de-labrusse.fr> 1.2-4 |
59 |
- Carddav is a hugly plugin, it is now removed |
60 |
- Added a migrate fragment to remove it from DB |
61 |
|
62 |
* Sun Feb 22 2015 stephane de labrusse <stephdl@de-labrusse.fr> 1.2-3 |
63 |
- Added sieverules plugins |
64 |
- Added a link for kolab-LDAP3 |
65 |
|
66 |
* Thu Feb 12 2015 stephane de labrusse <stephdl@de-labrusse.fr> 1.2-2 |
67 |
- Add a migrate fragment if the dns of the main domain is set to external |
68 |
- Plugins are updated by the %post section |
69 |
- Communication beetween roundcube and imap are ssl based |
70 |
- Password and login fields are saved, a random key encrypt them in cookies |
71 |
- the installer folder is forbidden by apache and by configuration file |
72 |
- The configuration is now templated in serveral files |
73 |
|
74 |
* Wed Feb 11 2015 stephane de labrusse <stephdl@de-labrusse.fr> 1.2-1 |
75 |
- Switch to roundcubemail from Epel. |
76 |
|
77 |
* Sun Nov 30 2014 stephane de labrusse <stephdl@de-labrusse.fr> 1.1-5 |
78 |
- code developed by Mats Schuh <m.schuh@neckargeo.net> |
79 |
- split the config.inc.php; now the sieve vacation gets its own template |
80 |
|
81 |
* Fri Nov 28 2014 stephane de labrusse <stephdl@de-labrusse.fr> 1.1-4 |
82 |
- code developed by Mats Schuh <m.schuh@neckargeo.net> |
83 |
- Add a template in /opt/roundcube/plugins/managesieve/config.inc.php |
84 |
- Allow managesieve following the status of sieve. |
85 |
|
86 |
* Fri Sep 05 2014 stephane de labrusse <stephdl@de-labrusse.fr> 1.1-3 |
87 |
- added a template in httpd.conf to forbid to browse /tmp /config /logs |
88 |
|
89 |
* Sun May 11 2014 stephane de labrusse <stephdl@de-labrusse.fr> 1.1-2 |
90 |
- adapted /etc/e-smith/sql/init/80roundcube for mysql tasklists Table |
91 |
|
92 |
* Sat May 10 2014 stephane de labrusse <stephdl@de-labrusse.fr> 1.1-1 |
93 |
- removed openbasedir and uploadtmpdir for roundcube compatibility |
94 |
|
95 |
* Wed Apr 14 2014 stephane de labrusse <stephdl@de-labrusse.fr> 1.0-7 |
96 |
- removed the copymessage plugin activated |
97 |
|
98 |
* Wed Apr 02 2014 stephane de labrusse <stephdl@de-labrusse.fr> 1.0-6 |
99 |
- corrected issue with the tasklists db issue |
100 |
- added auto-update for composer in the script rcplugin_update.sh |
101 |
|
102 |
* Sat Feb 15 2014 stephane de labrusse <stephdl@de-labrusse.fr> 1.0-5 |
103 |
- adapted to the upstream update eg roundcube 1.0 |
104 |
|
105 |
* Sun Nov 10 2013 JP Pialasse <tests@pialasse.com> 0.9-18.sme |
106 |
- cleaning build section [SME: 7981] |
107 |
|
108 |
* Wed Nov 6 2013 JP Pialasse <tests@pialasse.com> 0.9-17.sme |
109 |
- corrected bug: typo in patch1 [SME: 7981] |
110 |
|
111 |
* Thu Nov 5 2013 JP Pialasse <tests@pialasse.com> 0.9-16.sme |
112 |
- corrected bug [SME: 7981] |
113 |
- moved out spec file sql init and other event and actions |
114 |
|
115 |
* Sat Oct 26 2013 stephane de labrusse <stephdl@de-labrusse.fr> 0.9.15 |
116 |
- Change the version of roundcubemail-plugins-kolab to 3.02 : http://git.kolab.org/roundcubemail-plugins-kolab/ |
117 |
|
118 |
* Sun Oct 20 2013 stephane de labrusse <stephdl@de-labrusse.fr> 0.9.14 |
119 |
- Change the original https_only |
120 |
|
121 |
* Sat Oct 13 2013 stephane de labrusse <stephdl@de-labrusse.fr> 0.9.13 |
122 |
- Add the Kolab calendar plugin : http://git.kolab.org/roundcubemail-plugins-kolab/tree/plugins/calendar |
123 |
- Add the context menu for right click, very useful : http://www.tehinterweb.co.uk/roundcube/#picontextmenu |
124 |
- Add the "Mark as Junk 2" to kick spam to junkmail : http://www.tehinterweb.co.uk/roundcube/#pimarkasjunk2 |
125 |
|
126 |
* Sat Oct 5 2013 stephane de Labrusse <stephdl@de-labrusse.fr> 0.9.12 |
127 |
- Add the SME Server internal LDAP addressbooks in roundcube |
128 |
|
129 |
* Sat Sep 21 2013 Stephane de Labrusse <stephdl@de-labrusse.fr> 0.9.11 |
130 |
- Add carddav functionnality http://www.crash-override.net/carddav.html |
131 |
|
132 |
* Wed Jun 05 2013 Stephane de Labrusse <stephdl@de-labrusse.fr> 0.9.9 |
133 |
- add a tmp folder in httpd.conf |
134 |
* Mon Jun 03 2013 Stephane de Labrusse <stephdl@de-labrusse.fr> |
135 |
- requires sme8 0.9-8 |
136 |
|
137 |
* Thu Jun 28 2007 Stephen Noble <stephen@dungog.net> |
138 |
- add domain property to use existing host or domain 0.9-7 |
139 |
|
140 |
* Thu Jun 21 2007 Stephen Noble <stephen@dungog.net> |
141 |
- update .spec file 0.9-6 |
142 |
|
143 |
* Thu Jun 21 2007 Stephen Noble <stephen@dungog.net> |
144 |
- automate config file creation |
145 |
- proxypass to fix https redirect bug |
146 |
- [0.9-5] |
147 |
|
148 |
* Fri Apr 6 2007 Stephen Noble <stephen@dungog.net> |
149 |
- revert mysql password creation |
150 |
- [0.9-4] |
151 |
|
152 |
* Wed Feb 14 2007 Stephen Noble <stephen@dungog.net> |
153 |
- remove phpinfo |
154 |
- simplify mysql password creation |
155 |
- don't alias / in httpd for nul values in URL |
156 |
- [0.9-3] |
157 |
|
158 |
* Thu Dec 14 2006 Stephen Noble <support@dungog.net> |
159 |
- php_admin_value eaccelerator enabled |
160 |
- [0.9-2] |
161 |
|
162 |
* Tue Dec 12 2006 Stephen Noble <support@dungog.net> |
163 |
- initial release |
164 |
- [0.9-1] |
165 |
|
166 |
%prep |
167 |
%setup |
168 |
%patch0 -p1 |
169 |
%patch1 -p1 |
170 |
%patch2 -p1 |
171 |
%patch3 -p1 |
172 |
|
173 |
%build |
174 |
perl createlinks |
175 |
|
176 |
%install |
177 |
rm -rf $RPM_BUILD_ROOT |
178 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
179 |
rm -f %{name}-%{version}-filelist |
180 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
181 |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
182 |
|
183 |
%clean |
184 |
cd .. |
185 |
rm -rf %{name}-%{version} |
186 |
|
187 |
%pre |
188 |
%preun |
189 |
|
190 |
%post |
191 |
#Update the plugins |
192 |
echo "" |
193 |
echo "Update the Roundcube Plugins, please wait" |
194 |
echo "" |
195 |
/usr/bin/rcplugin_update.sh |
196 |
echo "" |
197 |
|
198 |
%postun |
199 |
#uninstall |
200 |
if [ $1 = 0 ] ; then |
201 |
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |
202 |
/usr/local/bin/svc -h /service/httpd-e-smith |
203 |
fi |
204 |
|
205 |
%files -f %{name}-%{version}-filelist |
206 |
%defattr(-,root,root) |
207 |
%attr(755,root,root) /usr/bin/rcplugin_update.sh |