Author: blues Date: Mon Nov 5 18:58:46 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - drop setup.php - it's not needed
---- Files affected: SPECS: postfixadmin.spec (1.15 -> 1.16) ---- Diffs: ================================================================ Index: SPECS/postfixadmin.spec diff -u SPECS/postfixadmin.spec:1.15 SPECS/postfixadmin.spec:1.16 --- SPECS/postfixadmin.spec:1.15 Thu May 24 14:06:34 2007 +++ SPECS/postfixadmin.spec Mon Nov 5 19:58:40 2007 @@ -1,12 +1,13 @@ # $Revision$, $Date$ # TODO # - webapps support: apache1, lighttpd -# - maybe split into 3 subpackages: admin, users, common? +# - find nice way to split it into 4 parts: user, admin, domain-admin and common +# - package css and templates as config. Summary: Web Based Management tool created for Postfix Summary(pl.UTF-8): Narzędzie WWW do zarządzania Postfiksem Name: postfixadmin Version: 2.1.0 -Release: 0.6 +Release: 0.7 License: freely usable and distributable with restrictions (see URL) Group: Networking/Utilities Source0: http://dl.sourceforge.net/postfixadmin/%{name}-%{version}.tgz @@ -20,6 +21,7 @@ Requires(pre): /usr/sbin/useradd Requires(pre): /usr/sbin/groupadd Requires: php(pcre) +Requires: php(session) Requires: webserver(access) Requires: webserver(php) BuildArch: noarch @@ -102,6 +104,9 @@ ln -s %{_sysconfdir}/$motd $RPM_BUILD_ROOT%{_appdir} done +# We don't need it: +rm -f $RPM_BUILD_ROOT%{_appdir}/setup.php + %clean rm -rf $RPM_BUILD_ROOT @@ -179,6 +184,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.16 2007/11/05 18:58:40 blues +- drop setup.php - it's not needed + Revision 1.15 2007/05/24 12:06:34 blues - move templates to etc - it's up to user to modify how this frontend looks like; package motd* as configs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/postfixadmin.spec?r1=1.15&r2=1.16&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
