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

busybox.spec

index 556195ecf384083273e6110623b40298986c7d73..785663c08684b691170dd9a5e3b80494ead49920 100644 (file)
@@ -141,14 +141,12 @@ echo ".so BusyBox.1" > $RPM_BUILD_ROOT%{_mandir}/man1/busybox.1
 # install links to busybox binary, when linkfl is defined
 %{?_with_linkfl:make install PREFIX=$RPM_BUILD_ROOT}
 
-gzip -9nf AUTHORS TODO Changelog README
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz Config.h
+%doc AUTHORS TODO Changelog README Config.h
 
 %{?!_with_linkfl: %attr(755,root,root) %{_bindir}/busybox}
 
This page took 0.043364 seconds and 4 git commands to generate.