Blob Blame History Raw
Summary: Game data files for Fish Fillets Next Generation
Name: fillets-ng-data
Version: 0.7.1
Release: 2
License: GPL
Group: Amusements/Games
URL: http://fillets.sourceforge.net/
Source: http://dl.sf.net/fillets/fillets-ng-data-%{version}.tar.gz
Patch0: fillets-ng-data-0.7.1-pairs.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: fillets-ng >= 0.6.0
Obsoletes: fillets-ng-data-cs <= 0.6.0
BuildArch: noarch

%description
Fish Fillets is strictly a puzzle game. The goal in every of the
seventy levels is always the same: find a safe way out. The fish utter
witty remarks about their surroundings, the various inhabitants of
their underwater realm quarrel among themselves or comment on the
efforts of your fish. The whole game is accompanied by quiet,
comforting music.

This package contains the data files required to run the game.


%prep
%setup -q
cd script
%patch0 -p0
cd ..


%build
# Move along, nothing to see here! :-)


%install
%{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}%{_datadir}/games/fillets-ng
%{__cp} -a * %{buildroot}%{_datadir}/games/fillets-ng/


%clean
%{__rm} -rf %{buildroot}


%files
%defattr(0644, root, root, 0755)
%{_datadir}/games/fillets-ng/
%doc %{_datadir}/games/fillets-ng/COPYING
%doc %{_datadir}/games/fillets-ng/doc/


%changelog
* Fri Nov 10 2006 Matthias Saou <http://freshrpms.net/> 0.7.1-2
- Add pairs patch for lua 5.1 compatilibity (#212920, Ivo Danihelka).

* Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 0.7.1-1
- Minor spec file changes.

* Tue Aug 23 2005 Richard Henderson <rth@redhat.com> 0.7.1-1
- Update to 0.7.1. Obsolete the separate fillet-ng-data-cs package.

* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 0.6.1-2
- rebuilt

* Tue Feb  1 2005 Matthias Saou <http://freshrpms.net/> 0.6.1-1
- Split sources into separate source rpms (for data to be noarch).