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

alsa-utils.spec

index c45156d2ee15ebaea602d6c5b800590d232174fd..bb03d1248c5370e2acf6c08a452c1de2c3b7b7ed 100644 (file)
@@ -114,8 +114,6 @@ echo ".so aplay.1" > $RPM_BUILD_ROOT%{_mandir}/man1/arecord.1
 
 touch $RPM_BUILD_ROOT%{_sysconfdir}/asound.conf
 
-gzip -9nf README ChangeLog
-
 %post
 /sbin/chkconfig --add alsasound
 if [ -f /var/lock/subsys/alsasound ]; then
@@ -137,7 +135,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc README ChangeLog
 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/asound.conf
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_sbindir}/*
This page took 0.034161 seconds and 4 git commands to generate.