]> git.pld-linux.org Git - packages/apache1-mod_fastcgi.git/commitdiff
- work with uid/gid only, too (so entries in passwd/group no longer needed)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 7 Mar 2004 21:41:19 +0000 (21:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_fastcgi.spec -> 1.32

apache1-mod_fastcgi.spec

index 6c170165712175363cc4d207a90ba6d5d76a3d09..44e4970dc6fad62bf3564a354d47097bd21882bd 100644 (file)
@@ -11,6 +11,7 @@ License:      distributable
 Group:         Networking/Daemons
 Source0:       http://www.FastCGI.com/dist/mod_fastcgi-%{version}.tar.gz
 # Source0-md5: e994414304b535cb99e10b7d1cad1d1e
+Patch0:                %{name}-allow-uid-gid.patch
 Source1:       70_mod_fastcgi.conf
 URL:           http://www.FastCGI.com/
 BuildRequires: %{apxs}
@@ -50,6 +51,7 @@ FastCGI - 
 
 %prep
 %setup -q -n mod_fastcgi-%{version}
+%patch0 -p1
 
 %build
 %if %{_apache1}
@@ -65,7 +67,7 @@ install -d $RPM_BUILD_ROOT{%{_libexecdir},%{_htmldocdir}}
 %if %{_apache1}
 install mod_fastcgi.so $RPM_BUILD_ROOT%{_libexecdir}
 %else
-install -d $RPM_BUILD_ROOT{%{_sysconfdir}/httpd/httpd.conf
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/httpd/httpd.conf
 libtool --mode=install install mod_fastcgi.la $RPM_BUILD_ROOT%{_libexecdir}
 install %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/httpd/httpd.conf/
 %endif
This page took 0.054882 seconds and 4 git commands to generate.