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

cvsweb.spec

index 4a940a021bb3890a1b123a32d5febf311aa69371..2a3623e1c3425f8d3ceabe064084f579f450acce 100644 (file)
@@ -47,14 +47,12 @@ install -d $RPM_BUILD_ROOT/{home/httpd/cgi-bin,%{_sysconfdir}}
 install cvsweb.cgi $RPM_BUILD_ROOT/home/httpd/cgi-bin
 install cvsweb.conf $RPM_BUILD_ROOT%{_sysconfdir}
 
-gzip -9nf INSTALL README TODO
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc INSTALL README TODO
 %doc icons
 %attr(755,root,root) /home/httpd/cgi-bin/cvsweb.cgi
 %config(noreplace) %{_sysconfdir}/cvsweb.conf
This page took 0.096473 seconds and 4 git commands to generate.