1Summary: Stop Bill from loading his OS into all the computers.
2Name: xbill
3Version: 2.1
4Release: 1
5Copyright: GPL
6Group: Amusements/Games
7Source: ftp://ftp.xbill.org/pub/xbill/%{name}-%{version}.tar.gz
8BuildRoot: %{_tmppath}/%{name}-root
9
10%description
11The xbill game tests your reflexes as you seek out and destroy all
12forms of Bill, establish a new operating system throughout the
13universe, and boldly go where no geek has gone before.  Xbill has
14become an increasingly attractive option as the Linux Age progresses,
15and it is very popular at Red Hat.
16
17%prep
18%setup -q
19
20%build
21./configure --prefix=/usr --localstatedir=/var/lib/games --disable-motif
22make
23
24%install
25rm -rf $RPM_BUILD_ROOT
26
27make DESTDIR=$RPM_BUILD_ROOT install
28
29( cd $RPM_BUILD_ROOT
30  mkdir -p ./etc/X11/applnk/Games
31  cat > ./etc/X11/applnk/Games/xbill.desktop <<EOF
32[Desktop Entry]
33Name=xbill
34Type=Application
35Description=Save the world
36Exec=xbill
37EOF
38)
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(-,root,root)
45/usr/bin/xbill
46%config(noreplace) /var/lib/games/xbill/scores
47/usr/share/xbill
48%config /etc/X11/applnk/Games/xbill.desktop
49
50%changelog
51* Sun Oct 28 2001 Brian Wellington <bwelling@xbill.org>
52- Updated to 2.1
53
54* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
55- Bump release + rebuild.
56
57* Fri Apr 27 2001 Bill Nottingham <notting@redhat.com>
58- rebuild for C++ exception handling on ia64
59
60* Wed Oct 18 2000 Than Ngo <than@redhat.com>
61- rebuilt against gcc-2.96-60
62
63* Tue Jul 18 2000 Than Ngo <than@redhat.de>
64- rebuilt with gcc-2.96-4.0
65
66* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
67- automatic rebuild
68
69* Tue Jul  2 2000 Jakub Jelinek <jakub@redhat.com>
70- Rebuild with new C++
71
72* Sun Jun 18 2000 Than Ngo <than@redhat.de>
73- rebuilt in the new build environment
74- use RPM maccros
75
76* Mon May 08 2000 Preston Brown <pbrown@redhat.com>
77- fix for gcc 2.95 from t-matsuu@protein.osaka-u.ac.jp.
78
79* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
80- rebuild with config(noreplace) score file, new description
81- replace wmconfig with desktop file
82
83* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
84- auto rebuild in the new build environment (release 6)
85
86* Thu Dec 17 1998 Michael Maher <mike@redhat.com>
87- built pacakge for 6.0
88
89* Fri May 01 1998 Prospector System <bugs@redhat.com>
90- translations modified for de, fr, tr
91
92* Fri Aug 22 1997 Erik Troan <ewt@redhat.com>
93- built against glibc
94