From: Paweł Gołaszewski Date: Mon, 7 Jul 2003 03:10:38 +0000 (+0000) Subject: - some small changes, inpired by kloczek X-Git-Tag: auto/ac/apache-mod_fastcgi-2_4_0-1~3 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fapache-mod_fastcgi.git;a=commitdiff_plain;h=6655d3b2f9e2a60c7f5b4f1971340a0a73cc0f0d - some small changes, inpired by kloczek Changed files: apache-mod_fastcgi.spec -> 1.27 --- diff --git a/apache-mod_fastcgi.spec b/apache-mod_fastcgi.spec index 1988295..0be4dae 100644 --- a/apache-mod_fastcgi.spec +++ b/apache-mod_fastcgi.spec @@ -11,8 +11,8 @@ Group: Networking/Daemons Source0: http://www.FastCGI.com/dist/mod_fastcgi-%{version}.tar.gz # Source0-md5: e4f5b1b185db4774021163dd0fcd2c56 URL: http://www.FastCGI.com/ -BuildRequires: apache-devel BuildRequires: %{apxs} +BuildRequires: apache-devel Requires(post,preun): %{apxs} Requires: apache >= 1.3.1 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -56,7 +56,6 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_libexecdir},%{_htmldocdir}} install mod_fastcgi.so $RPM_BUILD_ROOT%{_libexecdir} - install docs/*.html $RPM_BUILD_ROOT%{_htmldocdir} %clean