forked from pool/roundcubemail
58 lines
1.9 KiB
RPMSpec
58 lines
1.9 KiB
RPMSpec
Name: roundcubemail
|
|
BuildRequires: apache2-devel pcre-devel
|
|
#BuildRequires: libapr-util1-devel
|
|
Version: 0.1beta2
|
|
Release: 0
|
|
Requires: mod_php_any
|
|
Requires: php-gettext
|
|
Requires: php-iconv
|
|
Requires: php-mbstring
|
|
Requires: php-openssl
|
|
Requires: php-session
|
|
Autoreqprov: on
|
|
Group: Productivity/Networking/Email/Clients
|
|
License: GNU General Public License (GPL)
|
|
URL: http://www.roundcube.net/
|
|
Summary: a web-mailer written in php4
|
|
Packager: Peter Nixon <peter+rpmspam@suntel.com.tr>
|
|
Vendor: Suntel Communications
|
|
Distribution: SUSE Linux
|
|
%define sqm_path /srv/www/htdocs/%{name}
|
|
%define b_sqm_path $RPM_BUILD_ROOT/%{sqm_path}
|
|
%define sqm_doc /%{_defaultdocdir}/roundcube
|
|
%define b_sqm_doc $RPM_BUILD_ROOT/%{sqm_doc}
|
|
Source0: %{name}-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildArchitectures: noarch
|
|
|
|
%description
|
|
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.
|
|
|
|
%debug_package
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
|
|
%install
|
|
install -d -m 0755 %{b_sqm_path}
|
|
cp -a * %{b_sqm_path}/
|
|
cp -a config/db.inc.php.dist %{b_sqm_path}/config/db.inc.php
|
|
cp -a config/main.inc.php.dist %{b_sqm_path}/config/main.inc.php
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-, root, root)
|
|
%doc %attr(- root root) CHANGELOG INSTALL UPGRADING LICENSE README
|
|
%dir %{sqm_path}
|
|
%dir %{sqm_path}/config
|
|
%config(noreplace) %{sqm_path}/config/.htaccess
|
|
%config(noreplace) %{sqm_path}/config/db.inc.php
|
|
%config(noreplace) %{sqm_path}/config/main.inc.php
|
|
%{sqm_path}/config/*.dist
|
|
%{sqm_path}/[^c]*
|
|
|
|
%changelog
|