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

bzip.spec

index 361784bc522fe953b0ec9e9a3968c21c21f61394..2efeecbb1a2c07eae78bedbbeaa31847f8bba736 100644 (file)
--- a/bzip.spec
+++ b/bzip.spec
@@ -45,13 +45,12 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 install bzip ${RPM_BUILD_ROOT}%{_bindir}
 install bzip.1 ${RPM_BUILD_ROOT}%{_mandir}/man1
 ln -sf bzip ${RPM_BUILD_ROOT}%{_bindir}/bunzip
-gzip -9nf ALGORITHMS README
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {ALGORITHMS,README}.gz
+%doc ALGORITHMS README
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
This page took 0.132611 seconds and 4 git commands to generate.