]> git.pld-linux.org Git - packages/apache-mod_vhost_dbi.git/blame - apache-mod_vhost_dbi.spec
- configure fix, now work with amd64
[packages/apache-mod_vhost_dbi.git] / apache-mod_vhost_dbi.spec
CommitLineData
5e32b716 1# $Rev$, $Date: 2005-09-13 09:57:30 $
d94f0aa6 2%define mod_name vhost_dbi
3%define apxs /usr/sbin/apxs
a98290b5
JB
4Summary: mod_vhost_dbi - dynamic virtual hosting using database to store information
5Summary(pl): mod_vhost_dbi - dynamiczne hosty wirtualne z informacjami trzymanymi w bazie danych
d94f0aa6 6Name: apache-mod_%{mod_name}
7Version: 0.1.0
8Release: 1
9License: GPL
10Group: Networking/Daemons
11Source0: http://www.outoforder.cc/downloads/mod_vhost_dbi/mod_%{mod_name}-%{version}.tar.bz2
12# Source0-md5: fd70c654e6b2e78280acb4643207ab68
a98290b5 13URL: http://www.outoforder.cc/projects/apache/mod_vhost_dbi/
d94f0aa6 14BuildRequires: %{apxs}
15BuildRequires: autoconf
16BuildRequires: automake
a98290b5
JB
17BuildRequires: apache-devel >= 2.0.40
18BuildRequires: apache-mod_dbi_pool-devel >= 0.4.0
d94f0aa6 19BuildRequires: libtool
5e32b716 20BuildRequires: sed
d94f0aa6 21Requires(post,preun): %{apxs}
a98290b5
JB
22Requires: apache >= 2.0.40
23Requires: apache-mod_dbi_pool >= 0.4.0
d94f0aa6 24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%define _pkglibdir %(%{apxs} -q LIBEXECDIR)
27
28%description
a98290b5
JB
29mod_vhost_dbi creates virtual hosts for Apache 2.0 completely
30dynamically, without the need to edit your configuration file or
31restart Apache if you change a Vhost.
d94f0aa6 32
33%description -l pl
a98290b5
JB
34