/[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.4 - (hide annotations) (download)
Sun Nov 10 15:04:09 2013 UTC (10 years, 6 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-roundcube-0_9-18_el5_sme
Changes since 1.3: +8 -12 lines
* Sun Nov 10 2013 JP Pialasse <tests@pialasse.com> 0.9-18.sme
- cleaning build section [SME: 7981]

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

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