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

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

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


Revision 1.1 - (hide annotations) (download)
Sun Oct 27 17:35:36 2013 UTC (10 years, 7 months ago) by unnilennium
Branch: MAIN
CVS Tags: roundcube-0_9_5-1
Initial import of srpm

1 unnilennium 1.1 Summary: IMAP Client, roundcube installed in /opt/roundcube
2     %define name roundcube
3     Name: %{name}
4     %define version 0.9.5
5     %define release 1
6     Version: %{version}
7     Release: %{release}%{?dist}
8     License: GPL
9     URL: http://www.dungog.net/sme
10     Group: SMEserver/addon
11     Source: %{name}-%{version}.tar.gz
12     BuildArchitectures: noarch
13     BuildRoot: /var/tmp/%{name}-%{version}
14     Requires: e-smith-release >= 8.0
15     Buildrequires: e-smith-devtools
16     AutoReqProv: no
17    
18     %description
19     http://www.roundcube.net/
20     RoundCube Webmail is a browser-based multilingual IMAP client with an application-like user interface. It provides full functionality you expect from an e-mail client, including MIME support, address book, folder manipulation, message searching and spell checking. RoundCube Webmail is written in PHP and requires the MySQL database. The user interface is fully skinnable using XHTML and CSS 2.
21    
22     %changelog
23     * Sat Oct 26 2013 stephane de labrusse <stephdl@de-labrusse.fr> 0.9.5.1
24     - update to roundcube 0.9.5
25     * Sat Oct 26 2013 stephane de labrusse <stephdl@de-labrusse.fr> 0.9.4.4
26     - Change the version of roundcubemail-plugins-kolab to 3.02 : http://git.kolab.org/roundcubemail-plugins-kolab/
27    
28     * Sat Oct 13 2013 stephane de labrusse <stephdl@de-labrusse.fr> 0.9.4.3
29     - Add the Kolab calendar plugin : http://git.kolab.org/roundcubemail-plugins-kolab/tree/plugins/calendar
30     - Add the context menu for right click, very useful : http://www.tehinterweb.co.uk/roundcube/#picontextmenu
31     - Add the "Mark as Junk 2" to kick spam to junkmail : http://www.tehinterweb.co.uk/roundcube/#pimarkasjunk2
32    
33     * Sat Sep 21 2013 Stephane de Labrusse <stephdl@de-labrusse.fr>
34     - Add carddav functionnality http://www.crash-override.net/carddav.html
35    
36     * Thu Sep 18 2013 Stephane de Labrusse <stephdl@de-labrusse.fr>
37     - upstream roundecubemail 0.9.4 for sme8
38    
39     * Mon Jun 03 2013 Stephane de Labrusse <stephdl@de-labrusse.fr>
40     - upstream roundecubemail 0.9.1 for sme8
41    
42     * Wed Feb 14 2007 Stephen Noble <support@dungog.net>
43     - upstream
44     - [0.1-479svn]
45    
46     * Fri Dec 15 2006 Stephen Noble <support@dungog.net>
47     - upstream
48     - [0.1-408svn]
49    
50     * Tue Dec 12 2006 Stephen Noble <support@dungog.net>
51     - initial release
52     - [0.1-1]
53    
54     %prep
55     %setup
56     %build
57    
58     %install
59     rm -rf $RPM_BUILD_ROOT
60     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
61     rm -f %{name}-%{version}-filelist
62     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
63     --dir '/opt/roundcube/logs' 'attr(777,www,www)' \
64     --dir '/opt/roundcube/temp' 'attr(777,www,www)' \
65     > %{name}-%{version}-filelist
66     echo "%doc COPYING" >> %{name}-%{version}-filelist
67    
68     %clean
69     cd ..
70     rm -rf %{name}-%{version}
71    
72     %pre
73     %preun
74     %post
75     %postun
76    
77     %files -f %{name}-%{version}-filelist
78     %defattr(-,root,root)
79    

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