2007-01-16 00:12:23 +01:00
|
|
|
#
|
2010-03-12 16:46:31 +01:00
|
|
|
# spec file for package fillets-ng (Version 0.9.3)
|
2007-01-16 00:12:23 +01:00
|
|
|
#
|
2010-03-12 16:46:31 +01:00
|
|
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:12:23 +01:00
|
|
|
#
|
2009-01-25 01:16:38 +01:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-16 00:12:23 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2009-01-25 01:16:38 +01:00
|
|
|
|
2007-01-16 00:12:23 +01:00
|
|
|
Name: fillets-ng
|
2010-03-12 16:46:31 +01:00
|
|
|
Version: 0.9.3
|
2010-08-04 23:31:04 +02:00
|
|
|
Release: 6
|
2010-03-12 16:46:31 +01:00
|
|
|
License: GNU General Public License (GPL) - all versions
|
|
|
|
Summary: Fish Fillets - Next Generation
|
|
|
|
Url: http://fillets.sourceforge.net/
|
|
|
|
Group: Amusements/Games/Action/Arcade
|
2007-01-16 00:12:23 +01:00
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
2010-03-12 16:46:31 +01:00
|
|
|
Source1: %{name}.desktop
|
|
|
|
Source2: %{name}.png
|
2010-08-04 23:31:04 +02:00
|
|
|
Patch0: %{name}-%{version}-datadir.patch
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2010-03-12 16:46:31 +01:00
|
|
|
BuildRequires: SDL_image-devel
|
|
|
|
BuildRequires: SDL_mixer-devel
|
|
|
|
BuildRequires: SDL_ttf-devel
|
|
|
|
BuildRequires: fribidi-devel
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: lua-devel
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: update-desktop-files
|
|
|
|
# There is no 0.9.3 data package, as this was a minor build fix only.
|
|
|
|
Requires: %{name}-data = 0.9.2
|
2007-01-16 00:12:23 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Fish Fillets is strictly a puzzle game. The goal in each of the 70
|
|
|
|
levels is always the same: find a safe way out. The fish utter witty
|
|
|
|
remarks about their surroundings and 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.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2010-03-12 16:46:31 +01:00
|
|
|
%patch0
|
2007-01-16 00:12:23 +01:00
|
|
|
|
|
|
|
%build
|
2010-08-04 23:31:04 +02:00
|
|
|
%configure
|
|
|
|
make %{?jobs:-j %jobs}
|
2007-01-16 00:12:23 +01:00
|
|
|
|
|
|
|
%install
|
2010-08-04 23:31:04 +02:00
|
|
|
make DESTDIR=%{buildroot} install
|
|
|
|
install -D -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/%{name}.png
|
|
|
|
%suse_update_desktop_file -i %{name}
|
2007-01-16 00:12:23 +01:00
|
|
|
|
|
|
|
%clean
|
2010-03-12 16:46:31 +01:00
|
|
|
rm -rf %{buildroot}
|
2007-01-16 00:12:23 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2010-03-12 16:46:31 +01:00
|
|
|
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
|
|
|
%doc %{_mandir}/man6/*
|
2010-08-04 23:31:04 +02:00
|
|
|
%{_bindir}/fillets
|
2010-03-12 16:46:31 +01:00
|
|
|
%{_datadir}/applications/%{name}.desktop
|
|
|
|
%{_datadir}/pixmaps/%{name}.png
|
2008-01-30 18:06:58 +01:00
|
|
|
|
2007-02-25 23:23:54 +01:00
|
|
|
%changelog
|