/[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.3 - (show annotations) (download)
Tue Apr 6 17:12:02 2021 UTC (3 years, 2 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-roundcube-1_2-11_el7_sme
Changes since 1.2: +5 -2 lines
* Mon Apr 05 2021 Brian Read <brianr@bjsystems.co.uk> 1.2-11.sme
- Update spec file to take out plugin rpm [SME: 11430 ]

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

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