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

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

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


Revision 1.4 - (hide annotations) (download)
Tue Nov 25 16:20:16 2008 UTC (15 years, 6 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +0 -0 lines
Restore

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

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