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

apg.spec

index 4328f83f308d632230a78df33a0b58478e87d740..de81757b89403fb2955947d51a23a6ac6a620092 100644 (file)
--- a/apg.spec
+++ b/apg.spec
@@ -31,14 +31,12 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 install apg apgbfm $RPM_BUILD_ROOT%{_bindir}
 install doc/man/{apgbfm,apg}.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
-gzip -9nf README CHANGES THANKS TODO doc/{APG_TIPS,rfc0972.txt,rfc1750.txt}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz doc/*.gz
+%doc README CHANGES THANKS TODO doc/{APG_TIPS,rfc0972.txt,rfc1750.txt}
 %attr(755,root,root) %{_bindir}/apg
 %attr(755,root,root) %{_bindir}/apgbfm
 %{_mandir}/man1/*
This page took 0.04256 seconds and 4 git commands to generate.