/[smecontribs]/rpms/smeserver-roundcube/contribs10/smeserver-roundcube.spec
ViewVC logotype

Contents of /rpms/smeserver-roundcube/contribs10/smeserver-roundcube.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.14 - (show annotations) (download)
Sun Dec 11 21:10:01 2022 UTC (17 months, 3 weeks ago) by jpp
Branch: MAIN
CVS Tags: smeserver-roundcube-1_2-18_el7_sme
Changes since 1.13: +5 -2 lines
* Sun Dec 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.2-18.sme
- fix previous patch [SME: 11430]

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed