Author: baggins Date: Sun Sep 23 22:31:35 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - fix stupid rewrites - proper mod_rewrite useage for out-of-docroot rewrites - fix default config
---- Files affected: SPECS: openvcp-web.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/openvcp-web.spec diff -u SPECS/openvcp-web.spec:1.7 SPECS/openvcp-web.spec:1.8 --- SPECS/openvcp-web.spec:1.7 Sun Sep 23 19:42:46 2007 +++ SPECS/openvcp-web.spec Mon Sep 24 00:31:30 2007 @@ -2,12 +2,14 @@ Summary: VServer Control Panel Web interface Name: openvcp-web Version: 0.3 -Release: 0.1 +Release: 0.3 License: GPL Group: Applications/WWW Source0: http://files.openvcp.org/%{name}-%{version}.tar.gz # Source0-md5: 2d9733679fbb0b3a5f1b028d551043a1 Source1: %{name}-apache.conf +Patch0: %{name}-conf.patch +Patch1: %{name}-actions.patch URL: http://www.openvcp.org/ BuildRequires: rpmbuild(macros) >= 1.268 Requires(triggerpostun): sed >= 4.0 @@ -34,6 +36,8 @@ %prep %setup -q -n %{name}-%{version}-rc2 +%patch0 -p1 +%patch1 -p1 %install rm -rf $RPM_BUILD_ROOT @@ -88,6 +92,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2007/09/23 22:31:30 baggins +- fix stupid rewrites +- proper mod_rewrite useage for out-of-docroot rewrites +- fix default config + Revision 1.7 2007/09/23 17:42:46 baggins - more typos ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/openvcp-web.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
