Blob Blame History Raw
Summary:        Game data files for Fish Fillets Next Generation
Name:           fillets-ng-data
Version:        0.6.1
Release:        1
License:        GPL
Group:          Amusements/Games
URL:            http://fillets.sourceforge.net/
Source:         http://dl.sf.net/fillets/fillets-ng-data-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
Requires:       fillets-ng >= 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


%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/
# Move away the license to not have it conflict with the data-cs one
%{__mv} %{buildroot}%{_datadir}/games/fillets-ng/COPYING \
        %{buildroot}%{_datadir}/games/fillets-ng/COPYING.data


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


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


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