Back to the bastet rpmsCurrent spec in pydar2:
# $Id: bastet.spec 4335 2006-04-28 15:56:36Z dries $
# Authority: dries
# Upstream: Federico Poloni
Summary: Very nasty tetris game
Name: bastet
Version: 0.41
Release: 2
License: GPL
Group: Amusements/Games
URL: http://fph.altervista.org/prog/bastet.shtml
Source: http://fph.altervista.org/prog/bastet-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: ncurses-devel
%description
Bastet (stands for "bastard tetris") is a free (GPL'd) clone of Tetris(r)
(built on the top of petris by Peter Seidler) which is designed to be "as
bastard as possible": it tries to compute how useful blocks are and gives
you the worst, the most bastard it can find. Playing bastet can be a painful
experience, especially if you usually make "canyons" and wait for the long
I-shaped block.
Users can save their highscores if you add them to the 'games' group.
%prep
%setup
%build
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
%{__install} -Dp -m0755 bastet %{buildroot}%{_bindir}/bastet
%{__install} -d -m0755 %{buildroot}%{_localstatedir}/games/
touch %{buildroot}%{_localstatedir}/games/bastet.scores
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc AUTHORS BUGS COPYING NEWS README* TODO
%{_bindir}/bastet
%defattr(0775, root, games, 0755)
%{_localstatedir}/games/bastet.scores
%changelog
* Fri Apr 28 2006 Dries Verachtert - 0.41-2
- Changed the ownership of bastet.scores to root.games so users just
need to add themselves to the games group, thanks to Edward Rudd.
* Sat Apr 08 2006 Dries Verachtert - 0.41-1.2
- Rebuild for Fedora Core 5.
* Fri Oct 22 2004 Dries Verachtert - 0.41-1
- Update to release 0.41.
* Sat May 15 2004 Dag Wieers - 0.37-1
- Cosmetic cleanup.
* Sun May 2 2004 Dries Verachtert - 0.37-1
- Initial package.