]> git.pld-linux.org Git - packages/ctrace.git/commitdiff
- use new %%doc
authormarcus <marcus@pld-linux.org>
Thu, 10 Oct 2002 13:04:39 +0000 (13:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ctrace.spec -> 1.7

ctrace.spec

index 2bd7dfe323bc26046697c25bb544bebe23e38792..720167386a56092a02d0d8b77e2b43ac54a7a542 100644 (file)
@@ -27,13 +27,11 @@ install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man1}
 install ctrace $RPM_BUILD_ROOT%{_sbindir}
 install ctrace.man $RPM_BUILD_ROOT%{_mandir}/man1/ctrace.1
 
-gzip -9nf BUGS HISTORY
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc BUGS HISTORY
 %attr(755,root,root) %{_sbindir}/ctrace
 %{_mandir}/man1/*
This page took 0.074275 seconds and 4 git commands to generate.