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

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

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


Revision 1.4 - (hide annotations) (download)
Tue Aug 2 02:12:28 2022 UTC (22 months ago) by jpp
Branch: MAIN
Changes since 1.3: +8 -3 lines
* Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.2-12.sme
- update to httpd 2.4 access syntax [SME: 12059]

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

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