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

as31.spec

index 0693bd5b707abf923e6fff7fec7f5a6a8f454a4d..6ca8f0f3b789ca707a2d086d205091e49789d356 100644 (file)
--- a/as31.spec
+++ b/as31.spec
@@ -29,13 +29,11 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 install %{name}                $RPM_BUILD_ROOT%{_bindir}
 install %{name}.1      $RPM_BUILD_ROOT%{_mandir}/man1
 
-gzip -9nf README
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc README
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man*/*.gz
This page took 0.08153 seconds and 4 git commands to generate.