]> git.pld-linux.org Git - packages/apache-mod_fastcgi.git/commitdiff
- fixed socket dir; rel 7
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 21 Dec 2005 15:21:45 +0000 (15:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_fastcgi.spec -> 1.43

apache-mod_fastcgi.spec

index 605befa470920cd08f30c559f0e6877214c63cd1..c60c2b0130d9e29cc0ec6a6c6cddd5c0a418b854 100644 (file)
@@ -7,7 +7,7 @@ Summary(uk):    FastCGI - ¦
 Name:          apache-mod_%{mod_name}
 # NOTE: remember about apache1-mod_fastcgi.spec when messing here
 Version:       2.4.2
-Release:       6
+Release:       7
 License:       distributable
 Group:         Networking/Daemons
 Source0:       http://www.FastCGI.com/dist/mod_%{mod_name}-%{version}.tar.gz
@@ -18,16 +18,15 @@ Patch2:             %{name}-socketdir.patch
 Source1:       %{name}.conf
 URL:           http://www.FastCGI.com/
 BuildRequires: %{apxs}
-BuildRequires: apache-devel >= 2
+BuildRequires: apache-devel >= 2.2
 BuildRequires: libtool
 Requires(post,preun):  %{apxs}
-Requires:      apache >= 2
+Requires:      apache(modules-api) = %apache_modules_api
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     %(%{apxs} -q SYSCONFDIR)
 %define                _pkglibdir      %(%{apxs} -q LIBEXECDIR)
-# FIXME /var/run/httpd, but apache.spec owns /var/run/apache, so fix there first.
-%define                _socketdir      /var/run/apache/fastcgi
+%define                _socketdir      /var/run/httpd/fastcgi
 
 %description
 This 3rd party module provides support for the FastCGI protocol.
This page took 0.068697 seconds and 4 git commands to generate.