]> git.pld-linux.org Git - packages/STonX.git/commitdiff
- svgalib on x86 and alpha, new %%doc
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 16 Aug 2002 16:32:24 +0000 (16:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    STonX.spec -> 1.8

STonX.spec

index d1c49866437b4ec205f03f19e21ad0327f895557..7c9648437b775a63015798d6adc60a71c72ed144 100644 (file)
@@ -3,7 +3,7 @@
 # _without_svga                without svgalib support
 #
 
-%ifnarch %{ix86}
+%ifnarch %{ix86} alpha
 %define _without_svga 1
 %endif
 
@@ -73,8 +73,6 @@ cd %{_libdir}/STonX
 exec ./stonx
 EOF
 
-gzip -9nf docs/{PROGRAMS,README,RELEASE_NOTES,TOS-VERSIONS}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -96,7 +94,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc docs/*.gz
+%doc docs/{PROGRAMS,README,RELEASE_NOTES,TOS-VERSIONS}
 %attr(755,root,root) %{_bindir}/*
 %dir %{_libdir}/STonX
 %attr(755,root,root) %{_libdir}/STonX/stonx
This page took 0.062581 seconds and 4 git commands to generate.