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

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

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


Revision 1.6 - (hide annotations) (download)
Tue Nov 26 22:52:26 2013 UTC (10 years, 6 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-roundcube-0_9-20_el5_sme
Changes since 1.5: +5 -3 lines
* Tue Nov 26 2013 JP Pialasse <tests@pialasse.com> 0.9-20.sme
-reverting

1 unnilennium 1.1 %define name smeserver-roundcube
2     %define version 0.9
3 unnilennium 1.6 %define release 20
4 unnilennium 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     Patch0: smeserver-roundcube-0.9-domain.patch
11     Patch1: smeserver-roundcube-0.9-tmp_folder.patch
12     Patch2: smeserver-roundcube-0.9-LdapAdressbooks.patch
13     Patch3: smeserver-roundcube-0.9-calendar-junk-contextmenu.patch
14     Patch4: smeserver-roundcube-0.9-force-https.patch
15 unnilennium 1.2 Patch5: smeserver-roundcube-0.9-patch1.patch
16 unnilennium 1.4 Patch6: smeserver-roundcube-0.9-patch6.patch
17 unnilennium 1.1 License: GNU GPL version 2
18     URL: http://www.dungog.net/sme
19     Group: SMEserver/addon
20     BuildRoot: %{_tmppath}/%{name}-buildroot
21     Prefix: %{_prefix}
22     BuildArchitectures: noarch
23     BuildRequires: e-smith-devtools
24     Requires: e-smith-release >= 8.0
25     Requires: roundcube
26     AutoReqProv: no
27    
28     %description
29     smserver rpm to setup the roundcube IMAP mail client.
30    
31     %changelog
32 unnilennium 1.6 * Tue Nov 26 2013 JP Pialasse <tests@pialasse.com> 0.9-20.sme
33     -reverting
34    
35 unnilennium 1.5 * Sun Nov 24 2013 stephane de labrusse <stephdl@de-labrusse.fr> 0.9.19.sme
36     - Add Tasklisk from kolab plugin
37    
38 unnilennium 1.4 * Sun Nov 10 2013 JP Pialasse <tests@pialasse.com> 0.9-18.sme
39     - cleaning build section [SME: 7981]
40    
41     * Wed Nov 6 2013 JP Pialasse <tests@pialasse.com> 0.9-17.sme
42 unnilennium 1.3 - corrected bug: typo in patch1 [SME: 7981]
43    
44 unnilennium 1.2 * Thu Nov 5 2013 JP Pialasse <tests@pialasse.com> 0.9-16.sme
45     - corrected bug [SME: 7981]
46     - moved out spec file sql init and other event and actions
47    
48 unnilennium 1.1 * Sat Oct 26 2013 stephane de labrusse <stephdl@de-labrusse.fr> 0.9.15
49     - Change the version of roundcubemail-plugins-kolab to 3.02 : http://git.kolab.org/roundcubemail-plugins-kolab/
50    
51     * Sun Oct 20 2013 stephane de labrusse <stephdl@de-labrusse.fr> 0.9.14
52     - Change the original https_only
53    
54     * Sat Oct 13 2013 stephane de labrusse <stephdl@de-labrusse.fr> 0.9.13
55     - Add the Kolab calendar plugin : http://git.kolab.org/roundcubemail-plugins-kolab/tree/plugins/calendar
56     - Add the context menu for right click, very useful : http://www.tehinterweb.co.uk/roundcube/#picontextmenu
57     - Add the "Mark as Junk 2" to kick spam to junkmail : http://www.tehinterweb.co.uk/roundcube/#pimarkasjunk2
58    
59     * Sat Oct 5 2013 stephane de Labrusse <stephdl@de-labrusse.fr> 0.9.12
60     - Add the SME Server internal LDAP addressbooks in roundcube
61    
62     * Sat Sep 21 2013 Stephane de Labrusse <stephdl@de-labrusse.fr> 0.9.11
63     - Add carddav functionnality http://www.crash-override.net/carddav.html
64    
65     * Wed Jun 05 2013 Stephane de Labrusse <stephdl@de-labrusse.fr> 0.9.9
66     - add a tmp folder in httpd.conf
67     * Mon Jun 03 2013 Stephane de Labrusse <stephdl@de-labrusse.fr>
68     - requires sme8 0.9-8
69    
70     * Thu Jun 28 2007 Stephen Noble <stephen@dungog.net>
71     - add domain property to use existing host or domain 0.9-7
72    
73     * Thu Jun 21 2007 Stephen Noble <stephen@dungog.net>
74     - update .spec file 0.9-6
75    
76     * Thu Jun 21 2007 Stephen Noble <stephen@dungog.net>
77     - automate config file creation
78     - proxypass to fix https redirect bug
79     - [0.9-5]
80    
81     * Fri Apr 6 2007 Stephen Noble <stephen@dungog.net>
82     - revert mysql password creation
83     - [0.9-4]
84    
85     * Wed Feb 14 2007 Stephen Noble <stephen@dungog.net>
86     - remove phpinfo
87     - simplify mysql password creation
88     - don't alias / in httpd for nul values in URL
89     - [0.9-3]
90    
91     * Thu Dec 14 2006 Stephen Noble <support@dungog.net>
92     - php_admin_value eaccelerator enabled
93     - [0.9-2]
94    
95     * Tue Dec 12 2006 Stephen Noble <support@dungog.net>
96     - initial release
97     - [0.9-1]
98    
99     %prep
100     %setup
101     %patch0 -p1
102     %patch1 -p1
103     %patch2 -p1
104     %patch3 -p1
105     %patch4 -p1
106 unnilennium 1.2 %patch5 -p1
107 unnilennium 1.4 %patch6 -p1
108 unnilennium 1.6 #%patch7 -p1
109 unnilennium 1.1
110     %build
111 unnilennium 1.2 perl createlinks
112 unnilennium 1.1
113     %install
114     rm -rf $RPM_BUILD_ROOT
115     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
116     rm -f %{name}-%{version}-filelist
117     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
118     echo "%doc COPYING" >> %{name}-%{version}-filelist
119    
120     %clean
121     cd ..
122     rm -rf %{name}-%{version}
123    
124     %pre
125     %preun
126    
127     %post
128 unnilennium 1.2
129 unnilennium 1.1
130     %postun
131     #uninstall
132     if [ $1 = 0 ] ; then
133     /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
134     /usr/local/bin/svc -h /service/httpd-e-smith
135     fi
136    
137     %files -f %{name}-%{version}-filelist
138     %defattr(-,root,root)
139    

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