]> git.pld-linux.org Git - packages/apache1-mod_fastcgi.git/commitdiff
- updated to 2.4.2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 7 Mar 2004 09:33:55 +0000 (09:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_fastcgi.spec -> 1.30

apache1-mod_fastcgi.spec

index 24f13c45e96cd208e07d6cfc614eab0be39295a9..f30dedb1391283245f39546b683fa330ac9a34e1 100644 (file)
@@ -4,16 +4,17 @@ Summary(pl):  Obs
 Summary(ru):   FastCGI - ÂÏÌÅÅ ÂÙÓÔÒÁÑ ×ÅÒÓÉÑ CGI
 Summary(uk):   FastCGI - Â¦ÌØÛ Û×ÉÄËÁ ×ÅÒӦѠCGI
 Name:          apache-mod_fastcgi
 Summary(ru):   FastCGI - ÂÏÌÅÅ ÂÙÓÔÒÁÑ ×ÅÒÓÉÑ CGI
 Summary(uk):   FastCGI - Â¦ÌØÛ Û×ÉÄËÁ ×ÅÒӦѠCGI
 Name:          apache-mod_fastcgi
-Version:       2.4.0
+Version:       2.4.2
 Release:       1
 License:       distributable
 Group:         Networking/Daemons
 Source0:       http://www.FastCGI.com/dist/mod_fastcgi-%{version}.tar.gz
 Release:       1
 License:       distributable
 Group:         Networking/Daemons
 Source0:       http://www.FastCGI.com/dist/mod_fastcgi-%{version}.tar.gz
-# Source0-md5: e4f5b1b185db4774021163dd0fcd2c56
+# Source0-md5: e994414304b535cb99e10b7d1cad1d1e
 Source1:       70_mod_fastcgi.conf
 URL:           http://www.FastCGI.com/
 BuildRequires: %{apxs}
 BuildRequires: apache-devel
 Source1:       70_mod_fastcgi.conf
 URL:           http://www.FastCGI.com/
 BuildRequires: %{apxs}
 BuildRequires: apache-devel
+BuildRequires: libtool
 Requires(post,preun):  %{apxs}
 Requires:      apache >= 1.3.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Requires(post,preun):  %{apxs}
 Requires:      apache >= 1.3.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -50,14 +51,16 @@ FastCGI - 
 %setup -q -n mod_fastcgi-%{version}
 
 %build
 %setup -q -n mod_fastcgi-%{version}
 
 %build
-mv Makefile.AP2 Makefile
-make top_dir=/usr/lib/apache INCLUDES=-I/usr/include/apache
+%{__make} -f Makefile.AP2 top_dir=%{_libexecdir} INCLUDES="-I%{_includedir}/apache"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
-libtool --mode=install install -d $RPM_BUILD_ROOT{%{_sysconfdir}/httpd/httpd.conf,%{_libexecdir},%{_htmldocdir}}
+install -d $RPM_BUILD_ROOT{%{_sysconfdir}/httpd/httpd.conf,%{_libexecdir},%{_htmldocdir}}
+
 libtool --mode=install install mod_fastcgi.la $RPM_BUILD_ROOT%{_libexecdir}
 libtool --mode=install install mod_fastcgi.la $RPM_BUILD_ROOT%{_libexecdir}
+
 install docs/*.html $RPM_BUILD_ROOT%{_htmldocdir}
 install docs/*.html $RPM_BUILD_ROOT%{_htmldocdir}
+
 install %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/httpd/httpd.conf/
 
 %clean
 install %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/httpd/httpd.conf/
 
 %clean
This page took 0.068638 seconds and 4 git commands to generate.