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

Contents of /rpms/roundcube/contribs7/roundcube.spec

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


Revision 1.1 - (show annotations) (download)
Tue Feb 26 01:05:31 2008 UTC (16 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: roundcube-0_1-479svn_el4_sme
Remove version from spec

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

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