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

boxes.spec

index 3da888439a36bc873e15bb64d93ef10765a513e8..97c844190771a3cde1452c2e2e671846727c60e6 100644 (file)
@@ -47,14 +47,12 @@ install src/boxes $RPM_BUILD_ROOT%{_bindir}
 install doc/boxes.1 $RPM_BUILD_ROOT%{_mandir}/man1
 install boxes-config $RPM_BUILD_ROOT%{_sysconfdir}/boxes.conf
 
-gzip -9nf README
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README.gz
+%doc README
 %attr(755,root,root) %{_bindir}/boxes
 %{_mandir}/man1/boxes.1
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/boxes.conf
This page took 0.090542 seconds and 4 git commands to generate.