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

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

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


Revision 1.5 - (hide annotations) (download)
Thu Mar 17 20:41:19 2016 UTC (8 years, 2 months ago) by stephdl
Branch: MAIN
CVS Tags: smeserver-roundcube-1_2-9_el6_sme, HEAD
Changes since 1.4: +4 -1 lines
* Thu Mar 17 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 1.2-9.sme
- Bump the version to force the composer update

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

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