SPECS: apache-mod_vhost_mysql.spec - added patch for public_html,
djrzulf
djrzulf at pld-linux.org
Thu Sep 28 17:48:43 CEST 2006
Author: djrzulf Date: Thu Sep 28 15:48:43 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added patch for public_html,
---- Files affected:
SPECS:
apache-mod_vhost_mysql.spec (1.15 -> 1.16)
---- Diffs:
================================================================
Index: SPECS/apache-mod_vhost_mysql.spec
diff -u SPECS/apache-mod_vhost_mysql.spec:1.15 SPECS/apache-mod_vhost_mysql.spec:1.16
--- SPECS/apache-mod_vhost_mysql.spec:1.15 Fri Apr 14 19:07:56 2006
+++ SPECS/apache-mod_vhost_mysql.spec Thu Sep 28 17:48:38 2006
@@ -1,16 +1,18 @@
# $Revision$, $Date$
%define mod_name vhost_mysql
%define apxs /usr/sbin/apxs
+%bcond_with publichtml # enables search of public_html in home taken from mysql
Summary: Apache vhost in MySQL
Summary(pl): Wirtualne hosty dla Apache'a w bazie MySQL
Name: apache-mod_%{mod_name}
Version: 0.10
-Release: 5
+Release: 6
License: GPL
Group: Networking/Daemons
Source0: http://fabienne.tc2.utelisys.net/~skinkie/mod_vhost_mysql2/mod_%{mod_name}2-%{version}.tar.gz
# Source0-md5: c47c8dc4ac41e9ed2c91a239c876d272
Source1: apache_vhost_mysql.conf
+Patch0: mod_%{mod_name}2-publichtml.patch
BuildRequires: %{apxs}
BuildRequires: apache-devel >= 2.0
BuildRequires: db-devel >= 4.2.52
@@ -33,6 +35,10 @@
%prep
%setup -q -n mod_%{mod_name}2-%{version}
rm -rf .libs *.{la,lo,o,slo}
+%if %{with publichtml}
+%patch -p1
+%endif
+
%build
%{__make} \
@@ -68,6 +74,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.16 2006/09/28 15:48:38 djrzulf
+- added patch for public_html,
+
Revision 1.15 2006/04/14 17:07:56 glen
- restart apache in %postun rather in %preun as the config file, loading module
is still there and module will be loaded after package is uninstalled, which
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/apache-mod_vhost_mysql.spec?r1=1.15&r2=1.16&f=u
More information about the pld-cvs-commit
mailing list