/[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.2 - (hide annotations) (download)
Mon Apr 5 06:25:55 2021 UTC (3 years, 1 month ago) by brianr
Branch: MAIN
CVS Tags: smeserver-roundcube-1_2-10_el7_sme
Changes since 1.1: +6 -1 lines
* Sun Apr 04 2021 Brian Read <brianr@bjsystems.co.uk> 1.2-10.sme
- Add-update-event-in-createlinks-and-fix-smtp-port-in-config [SME: 11430]

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

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