]> git.pld-linux.org Git - packages/apache-mod_vhost_dbi.git/commitdiff
- URL, descs, versioned deps
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 12 Apr 2005 19:12:28 +0000 (19:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_vhost_dbi.spec -> 1.2

apache-mod_vhost_dbi.spec

index b844bf4ccf27fd2065571b0265e95d34e8762263..b7087290f1b59643906a8ebd1c0523380286f4f5 100644 (file)
@@ -1,9 +1,8 @@
-# $Rev$, $Date: 2005-04-12 12:38:50 $
-
+# $Rev$, $Date: 2005-04-12 19:12:28 $
 %define                mod_name        vhost_dbi
 %define        apxs            /usr/sbin/apxs
-Summary:       mod_vhost_dbi
-Summary(pl):   mod_vhost_dbi
+Summary:       mod_vhost_dbi - dynamic virtual hosting using database to store information
+Summary(pl):   mod_vhost_dbi - dynamiczne hosty wirtualne z informacjami trzymanymi w bazie danych
 Name:          apache-mod_%{mod_name}
 Version:       0.1.0
 Release:       1
@@ -11,22 +10,29 @@ License:    GPL
 Group:         Networking/Daemons
 Source0:       http://www.outoforder.cc/downloads/mod_vhost_dbi/mod_%{mod_name}-%{version}.tar.bz2
 # Source0-md5: fd70c654e6b2e78280acb4643207ab68
+URL:           http://www.outoforder.cc/projects/apache/mod_vhost_dbi/
 BuildRequires: %{apxs}
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: apache-devel
-BuildRequires: apache-mod_dbi_pool-devel
+BuildRequires: apache-devel >= 2.0.40
+BuildRequires: apache-mod_dbi_pool-devel >= 0.4.0
 BuildRequires: libtool
 Requires(post,preun):  %{apxs}
-Requires:      apache
-Requires:      apache-mod_dbi_pool
+Requires:      apache >= 2.0.40
+Requires:      apache-mod_dbi_pool >= 0.4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _pkglibdir      %(%{apxs} -q LIBEXECDIR)
 
 %description
+mod_vhost_dbi creates virtual hosts for Apache 2.0 completely
+dynamically, without the need to edit your configuration file or
+restart Apache if you change a Vhost.
 
 %description -l pl
+mod_vhost_dbi tworzy wirtualne hosty dla Apache'a 2.0 w sposób
+ca³kowicie dynamiczny, bez potrzeby modyfikowania pliku
+konfiguracyjnego czy restartowania Apache'a po zmianie vhosta.
 
 %prep
 %setup -q -n mod_%{mod_name}-%{version}
This page took 0.065131 seconds and 4 git commands to generate.