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

bc.spec

diff --git a/bc.spec b/bc.spec
index 0a85efe5b21324dfd9ce46daeac9606fb9080c63..01bf012b7fdfc07d3ee662b706a547076a3fe45a 100644 (file)
--- a/bc.spec
+++ b/bc.spec
@@ -97,8 +97,6 @@ rm -rf $RPM_BUILD_ROOT
 
 bzip2 -dc %{SOURCE1} | tar -xf - -C $RPM_BUILD_ROOT%{_mandir}
 
-gzip -9nf AUTHORS ChangeLog FAQ NEWS README
-
 %post
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
@@ -107,7 +105,7 @@ gzip -9nf AUTHORS ChangeLog FAQ NEWS README
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS ChangeLog FAQ NEWS README
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
 %lang(es) %{_mandir}/es/man1/*
This page took 0.046675 seconds and 4 git commands to generate.