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

crawl.spec

index 50fdaf320ddf522e14cf7c35a984a23fdb11c447..22943568f03c7f2906cda3a02523142b747a9f6d 100644 (file)
@@ -60,14 +60,13 @@ install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 :> $RPM_BUILD_ROOT%{_datadir}/scores
 
-gzip -9nf init.txt licence.txt macro.txt readme.txt docs/buglist.txt docs/changes.* docs/crawl.txt docs/todo.txt docs/versions.txt
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz docs/*.gz
+%doc init.txt licence.txt macro.txt readme.txt docs/buglist.txt 
+%doc docs/changes.* docs/crawl.txt docs/todo.txt docs/versions.txt
 %attr(2755,root,games) %{_bindir}/crawl
 %attr(2775,root,games) %dir %{_datadir}
 %attr(664,root,games) %config(noreplace) %verify(not md5 size mtime) %{_datadir}/scores
This page took 0.063701 seconds and 4 git commands to generate.