]> git.pld-linux.org Git - packages/fcgi.git/commitdiff
- new %%doc
authorjuandon <witekfl@pld-linux.org>
Wed, 27 Nov 2002 19:36:46 +0000 (19:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fcgi.spec -> 1.5

fcgi.spec

index 78ae7d51e6205397d0d3aad62ebc727d22f96a09..2c26b7efb534b130ab0864ad8ba8c0949221d587 100644 (file)
--- a/fcgi.spec
+++ b/fcgi.spec
@@ -107,9 +107,6 @@ install -d $RPM_BUILD_ROOT%{_examplesdir}/fastcgi
 
 cp -a examples/{Makefile*,*.c} $RPM_BUILD_ROOT%{_examplesdir}/fastcgi
 
-# note *.[13] files are already formatted to plain text :(
-gzip -9nf README LICENSE.TERMS doc/*.[13]
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -118,13 +115,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz doc/*.1.gz
+%doc README LICENSE.TERMS doc/*.1
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%doc doc/*.htm* doc/*.gif doc/fastcgi-* doc/*.3.gz
+%doc doc/*.htm* doc/*.gif doc/fastcgi-* doc/*.3
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
 %{_includedir}
This page took 0.08063 seconds and 4 git commands to generate.