]> git.pld-linux.org Git - packages/apache1-mod_fastcgi.git/commitdiff
- do not strip binaries (this perporms rpm in %install_post script), apache-mod_fastcgi-2_2_10-1
authorkloczek <kloczek@pld-linux.org>
Wed, 3 Jan 2001 16:25:28 +0000 (16:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- few other cosmetics.

Changed files:
    apache1-mod_fastcgi.spec -> 1.6

apache1-mod_fastcgi.spec

index d2735fc6d1feca0a15d84aa88ca85f2a0240b5f8..87c3573a936730857411998235d0173b9034d911 100644 (file)
@@ -12,15 +12,15 @@ BuildRequires:      apache-devel
 Requires:      apache >= 1.3.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define         _libexecdir     %{_libdir}/apache
+%define         _htmldocdir     /home/httpd/html/docs/%{name}_%{version}
+
 %description
 This 3rd party module provides support for the FastCGI protocol.
 FastCGI is a language independent, scalable, open extension to CGI
 that provides high performance and persistence without the limitations
 of server specific APIs.
 
-%define         _libexecdir     /usr/lib/apache
-%define         _htmldocdir     /home/httpd/html/docs/%{name}_%{version}
-
 %prep
 %setup -q -n mod_fastcgi_%{version}
 
@@ -38,8 +38,6 @@ install docs/*.html $RPM_BUILD_ROOT%{_htmldocdir}
 
 gzip -9nf docs/LICENSE.TERMS CHANGES
 
-strip --strip-unneeded $RPM_BUILD_ROOT%{_libexecdir}/*
-
 %post
 %{_sbindir}/apxs -e -a -n fastcgi %{_libexecdir}/mod_fastcgi.so 1>&2
 if [ -f /var/lock/subsys/httpd ]; then
@@ -61,6 +59,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc docs/*.gz CHANGES.gz
+%doc docs/*.gz *.gz
 %doc %{_htmldocdir}
 %attr(755,root,root) %{_libexecdir}/*
This page took 0.048937 seconds and 4 git commands to generate.