/[smecontribs]/rpms/roundcube/contribs7/roundcube-0.1.spec
ViewVC logotype

Annotation of /rpms/roundcube/contribs7/roundcube-0.1.spec

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


Revision 1.2 - (hide annotations) (download)
Sat Dec 22 21:41:56 2007 UTC (16 years, 6 months ago) by slords
Branch: MAIN
Changes since 1.1: +1 -1 lines
Change Copyright to License

1 slords 1.1 Summary: IMAP Client, roundcube installed in /opt/roundcube
2     %define name roundcube
3     Name: %{name}
4     %define version 0.1
5     %define release 479svn
6     Version: %{version}
7     Release: %{release}
8     Distribution: SME Server
9 slords 1.2 License: GPL
10 slords 1.1 URL: http://www.dungog.net/sme
11     Group: SMEserver/addon
12     Source: %{name}-%{version}.tar.gz
13     Packager: Stephen Noble <support@dungog.net>
14     BuildArchitectures: noarch
15     BuildRoot: /var/tmp/%{name}-%{version}
16     Requires: e-smith-release >= 7.0
17     AutoReqProv: no
18    
19     %description
20     http://www.roundcube.net/
21     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.
22    
23     %changelog
24     * Wed Feb 14 2007 Stephen Noble <support@dungog.net>
25     - upstream
26     - [0.1-479svn]
27    
28     * Fri Dec 15 2006 Stephen Noble <support@dungog.net>
29     - upstream
30     - [0.1-408svn]
31    
32     * Tue Dec 12 2006 Stephen Noble <support@dungog.net>
33     - initial release
34     - [0.1-1]
35    
36     %prep
37     %setup
38     %build
39    
40     %install
41     rm -rf $RPM_BUILD_ROOT
42     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
43     rm -f %{name}-%{version}-filelist
44     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
45     --dir '/opt/roundcube/logs' 'attr(777,www,www)' \
46     --dir '/opt/roundcube/temp' 'attr(777,www,www)' \
47     > %{name}-%{version}-filelist
48     echo "%doc COPYING" >> %{name}-%{version}-filelist
49    
50     %clean
51     cd ..
52     rm -rf %{name}-%{version}
53    
54     %pre
55     %preun
56     %post
57     %postun
58    
59     %files -f %{name}-%{version}-filelist
60     %defattr(-,root,root)
61    

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