]> git.pld-linux.org Git - packages/xbill.git/commitdiff
- cleanup
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 2 Nov 1999 13:30:21 +0000 (13:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- macros
- striping binaries
- gziping docs
- CVS tags
- FHS 2.0

Changed files:
    xbill.spec -> 1.2

xbill.spec

index e5c2c73f1d16a8b930d3cafe11f694a0f8f4f907..b42f82a4a7a39bb5daf994fc27db80104391a66a 100644 (file)
@@ -1,12 +1,12 @@
-Summary: Stop Bill from loading his OS into all the computers.
-Name: xbill
-Version: 2.0
-Release: 6
-Copyright: MIT
-Group: Amusements/Games
-Source: ftp://ftp.x.org/contrib/games/xbill-2.0.tgz
-Patch0: xbill-2.0-rh.patch
-BuildRoot: /var/tmp/xbill-root
+Summary:       Stop Bill from loading his OS into all the computers.
+Name:          xbill
+Version:       2.0
+Release:       6
+Copyright:     MIT
+Group:         Amusements/Games
+Source:                ftp://ftp.x.org/contrib/games/%{name}-%{version}.tgz
+Patch:         xbill-2.0-rh.patch
+BuildRoot:     /tmp/%{name}-%{version}-root
 
 %description
 The xbill game tests your reflexes as you seek out and destroy all forms
@@ -16,7 +16,7 @@ Linux Age progresses, and it is very popular at Red Hat.
 
 %prep
 %setup -q
-%patch -p1 -b .rh
+%patch -p1
 
 %build
 xmkmf
@@ -48,11 +48,11 @@ EOF
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root)
+%defattr(644,root,root,755)
 %attr(2755,root,games) /usr/X11R6/bin/xbill
-%attr(0775,root,games) %dir /var/lib/games/xbill
-%attr(0664,root,games) %config /var/lib/games/xbill/scores
-/var/lib/games/xbill/bitmaps
-/var/lib/games/xbill/pixmaps
+%attr(775,root,games)  %dir /var/state/games/xbill
+%attr(664,root,games)  %config /var/state/games/xbill/scores
+/var/state/games/xbill/bitmaps
+/var/state/games/xbill/pixmaps
 /usr/lib/xbill
 %config /etc/X11/wmconfig/xbill
This page took 0.661783 seconds and 4 git commands to generate.