]> git.pld-linux.org Git - packages/0verkill.git/commitdiff
- use new %doc infrastructure.
authorkloczek <kloczek@pld-linux.org>
Sat, 25 May 2002 20:15:32 +0000 (20:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    0verkill.spec -> 1.16

0verkill.spec

index f89dbd5e7b3df44fc12e246ef788df07f34382fc..49b27beb2aeb94ce7cb5f8bf7a0e4ffcaffeff5a 100644 (file)
@@ -59,17 +59,14 @@ for l in data/* ; do
 done
 install grx/* $RPM_BUILD_ROOT%{_datadir}/%{name}/grx
 
-gzip -9nf doc/AUTHORS doc/CHANGELOG doc/*.txt
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc doc/AUTHORS.gz doc/CHANGELOG.gz doc/*.html doc/*.txt.gz
+%doc doc/AUTHORS doc/CHANGELOG doc/*.{txt,html}
 %attr(755,root,root) %{_bindir}/*
-%dir %{_datadir}/%{name}
-%{_datadir}/%{name}/*
+%{_datadir}/%{name}
 
 %files x11
 %defattr(644,root,root,755)
This page took 0.037237 seconds and 4 git commands to generate.