/[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.4 - (hide annotations) (download)
Sat Dec 22 22:18:29 2007 UTC (16 years, 6 months ago) by slords
Branch: MAIN
Changes since 1.3: +0 -2 lines
Remove Packager/Distribution (added by buildsys)

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 slords 1.3 Release: %{release}%{?dist}
8 slords 1.2 License: GPL
9 slords 1.1 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 >= 7.0
15     AutoReqProv: no
16    
17     %description
18     http://www.roundcube.net/
19     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.
20    
21     %changelog
22     * Wed Feb 14 2007 Stephen Noble <support@dungog.net>
23     - upstream
24     - [0.1-479svn]
25    
26     * Fri Dec 15 2006 Stephen Noble <support@dungog.net>
27     - upstream
28     - [0.1-408svn]
29    
30     * Tue Dec 12 2006 Stephen Noble <support@dungog.net>
31     - initial release
32     - [0.1-1]
33    
34     %prep
35     %setup
36     %build
37    
38     %install
39     rm -rf $RPM_BUILD_ROOT
40     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
41     rm -f %{name}-%{version}-filelist
42     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
43     --dir '/opt/roundcube/logs' 'attr(777,www,www)' \
44     --dir '/opt/roundcube/temp' 'attr(777,www,www)' \
45     > %{name}-%{version}-filelist
46     echo "%doc COPYING" >> %{name}-%{version}-filelist
47    
48     %clean
49     cd ..
50     rm -rf %{name}-%{version}
51    
52     %pre
53     %preun
54     %post
55     %postun
56    
57     %files -f %{name}-%{version}-filelist
58     %defattr(-,root,root)
59    

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