Summary: IMAP Client, roundcube installed in /opt/roundcube %define name roundcube Name: %{name} %define version 0.1 %define release 479svn Version: %{version} Release: %{release}%{?dist} License: GPL URL: http://www.dungog.net/sme Group: SMEserver/addon Source: %{name}-%{version}.tar.gz BuildArchitectures: noarch BuildRoot: /var/tmp/%{name}-%{version} Requires: e-smith-release >= 7.0 Buildrequires: e-smith-devtools AutoReqProv: no %description http://www.roundcube.net/ 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. %changelog * Wed Feb 14 2007 Stephen Noble - upstream - [0.1-479svn] * Fri Dec 15 2006 Stephen Noble - upstream - [0.1-408svn] * Tue Dec 12 2006 Stephen Noble - initial release - [0.1-1] %prep %setup %build %install rm -rf $RPM_BUILD_ROOT (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) rm -f %{name}-%{version}-filelist /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ --dir '/opt/roundcube/logs' 'attr(777,www,www)' \ --dir '/opt/roundcube/temp' 'attr(777,www,www)' \ > %{name}-%{version}-filelist echo "%doc COPYING" >> %{name}-%{version}-filelist %clean cd .. rm -rf %{name}-%{version} %pre %preun %post %postun %files -f %{name}-%{version}-filelist %defattr(-,root,root)