]> git.pld-linux.org Git - packages/libfpx.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:
    libfpx.spec -> 1.21

libfpx.spec

index bf79de6bb38bb65b588c5150bcf7647e3bcc1110..2926018591e6a2201845e74a0e43ae0b50544f28 100644 (file)
@@ -78,8 +78,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf AUTHORS COPYING ChangeLog NEWS README doc/readme.txt
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -88,12 +86,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS COPYING ChangeLog NEWS README
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%doc doc/*.pdf doc/*.gz
+%doc doc/*.pdf doc/readme.txt
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
 %{_includedir}/*
This page took 0.061632 seconds and 4 git commands to generate.