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

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

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


Revision 1.5 - (show annotations) (download)
Mon Nov 25 18:54:33 2013 UTC (10 years, 6 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-roundcube-0_9-19_el5_sme
Changes since 1.4: +6 -2 lines
* Sun Nov 24 2013 stephane de labrusse <stephdl@de-labrusse.fr> 0.9.19.sme
- Add Tasklisk from kolab plugin

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

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