Summary: Game data files for Fish Fillets Next Generation Name: fillets-ng-data Version: 0.9.0 Release: 6 # The GPLv2 is included and nothing indicates "any later version". Exceptions : # - images/menu/flags/ is Public Domain # - font/ is GPLv2+ (taken from "freefont") License: GPLv2 Group: Amusements/Games URL: http://fillets.sourceforge.net/ Source: http://downloads.sf.net/fillets/fillets-ng-data-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: fillets-ng >= 0.9.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 %build # Move along, nothing to see here! :-) %install %{__rm} -rf %{buildroot} %{__mkdir_p} %{buildroot}%{_datadir}/fillets-ng %{__cp} -a * %{buildroot}%{_datadir}/fillets-ng/ %clean %{__rm} -rf %{buildroot} %files %defattr(0644,root,root,0755) %{_datadir}/fillets-ng/ %doc %{_datadir}/fillets-ng/COPYING %doc %{_datadir}/fillets-ng/doc/ %changelog * Wed Feb 13 2013 Fedora Release Engineering - 0.9.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Jul 19 2012 Fedora Release Engineering - 0.9.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jan 13 2012 Fedora Release Engineering - 0.9.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 08 2011 Fedora Release Engineering - 0.9.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Tue Sep 15 2009 Matthias Saou 0.9.0-2 - Rebuild for devel/F-12 to have the new package payload. * Sat Sep 12 2009 Matthias Saou 0.9.0-1 - Update to 0.9.0. - Don't replace fonts with symlinks, as it's fragile (see #505192) and the files have changed names now. * Fri Jul 24 2009 Fedora Release Engineering - 0.8.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Tue Mar 31 2009 Tom "spot" Callaway - 0.8.1-3 - fix broken font requires * Tue Feb 24 2009 Fedora Release Engineering - 0.8.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Fri Feb 13 2009 Matthias Saou 0.8.1-1 - Update to 0.8.1. * Mon Dec 22 2008 Matthias Saou 0.8.0-2 - Replace the 3 identical bundled copies of the FreeSansBold font with symlinks to the original and require the freefont package (#477385). * Sun Feb 24 2008 Matthias Saou 0.8.0-1 - Update to 0.8.0. * Mon Aug 6 2007 Matthias Saou 0.7.4-2 - Update License field. * Wed Jun 20 2007 Matthias Saou 0.7.4-1 - Update to 0.7.4. - Move all files from datadir/games/ to datadir/. - Switch to use downloads.sf.net source URL. * Fri Nov 10 2006 Matthias Saou 0.7.1-2 - Add pairs patch for lua 5.1 compatilibity (#212920, Ivo Danihelka). * Mon Aug 28 2006 Matthias Saou 0.7.1-1 - Minor spec file changes. * Tue Aug 23 2005 Richard Henderson 0.7.1-1 - Update to 0.7.1. Obsolete the separate fillet-ng-data-cs package. * Fri Apr 7 2005 Michael Schwendt 0.6.1-2 - rebuilt * Tue Feb 1 2005 Matthias Saou 0.6.1-1 - Split sources into separate source rpms (for data to be noarch).