/[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.1 - (hide annotations) (download)
Thu Aug 13 15:07:28 2015 UTC (8 years, 9 months ago) by stephdl
Branch: MAIN
* Thu Aug 13 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.9.1-1.sme
- test of branch creation in cvs , stephdl repository gets the uptodate version

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

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