Accepting request 34679 from games

Copy from games/fillets-ng based on submit request 34679 from user dimstar

OBS-URL: https://build.opensuse.org/request/show/34679
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fillets-ng?expand=0&rev=9
This commit is contained in:
OBS User autobuild 2010-03-12 15:46:31 +00:00 committed by Git OBS Bridge
parent 430252d1f0
commit fdaa1a915b
5 changed files with 63 additions and 109 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0de9e4f575bb62efc020fe40f0beff1ce21e9fb8fadb30714e740215df726299
size 259531

3
fillets-ng-0.9.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d2c5747af88dacd84a544125563dc80f75c5d894527694905ada4da6a0bf25f0
size 276714

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Fri Mar 12 13:58:12 UTC 2010 - dimstar@opensuse.org
- Update to 0.9.3:
+ Fixed compilation with the newer fribidi-0.19.2
-------------------------------------------------------------------
Thu Dec 10 14:49:47 CET 2009 - anicka@suse.cz
- update to 0.9.2
* Fixed undefined behavior in the last levels. The outgoing
objects could be stopped by obstacle
* Fixed strange background colors on the F10 and F1 screens.
SDL-1.2.14 would fix these too.
* Used sound frequency 44100 to prevent crackles
-------------------------------------------------------------------
Tue Jun 16 17:54:28 CEST 2009 - prusnak@suse.cz
- updated to 0.9.0
* Level 'linux' (by Mirek Olsak).
* Level 'electromagnet' (by Stephan Barth).
* Embedded intro video (thanks to Mirek Olsak).
* Faster undo (hold -) (thanks to Mirek Olsak).
* Redo (hold +).
* Czech spoken dialogs for level 'keys' (thanks to Mirek Olsak).
* Updated Bulgarian translation (by Damyan Ivanov).
* Updated Swedish translation (by Olov Gustavsson).
* Enhanced graphics for the NG levels (by Fank Skalicky).
-------------------------------------------------------------------
Fri Jan 23 16:19:42 CET 2009 - anicka@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package fillets-ng (Version 0.8.1)
# spec file for package fillets-ng (Version 0.9.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,28 +15,31 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: fillets-ng
BuildRequires: SDL_image-devel SDL_mixer-devel fribidi-devel gcc-c++ lua-devel pkgconfig update-desktop-files
%if 0%{?suse_version} >= 1020
BuildRequires: SDL_ttf-devel
%else
BuildRequires: SDL_ttf
%endif
License: GPL v2 or later
Group: Amusements/Games/Action/Arcade
Summary: Fish Fillets--Next Generation
Version: 0.8.1
Version: 0.9.3
Release: 1
Url: http://fillets.sourceforge.net
License: GNU General Public License (GPL) - all versions
Summary: Fish Fillets - Next Generation
Url: http://fillets.sourceforge.net/
Group: Amusements/Games/Action/Arcade
Source0: %{name}-%{version}.tar.bz2
Source1: %name.desktop
Source2: %name.png
Patch: %name-0.7.4.diff
Source1: %{name}.desktop
Source2: %{name}.png
# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
Patch0: %{name}-0.8.1.patch
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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: fillets-ng-data = %version
%description
Fish Fillets is strictly a puzzle game. The goal in each of the 70
@ -45,107 +48,28 @@ 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.
Authors:
--------
ALTAR interactive <info@altarinteractive.com>
Ivo Danihelka <ivo@danihelka.net>
Pavel Danihelka <fillets@danihelka.net>
Frederic Panico <fratloev@yahoo.fr>
%prep
%setup -q
%patch
%patch0
%build
%{suse_update_config}
aclocal --force
libtoolize --force
autoconf --force
automake -afc
%configure --bindir=%{_prefix}/games
make %{?jobs:-j%jobs}
%install
%makeinstall
mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps
install -m644 %{S:2} $RPM_BUILD_ROOT/usr/share/pixmaps/fillets-ng.png
%suse_update_desktop_file -i %name Game ArcadeGame
install -D -m 0644 %{S:2} %{buildroot}%{_datadir}/pixmaps/%{name}.png
%suse_update_desktop_file -i %{name} Game ArcadeGame
%clean
rm -rf $RPM_BUILD_ROOT
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog README COPYING NEWS TODO
%{_mandir}/man6/*
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%doc %{_mandir}/man6/*
%{_prefix}/games/fillets
%{_datadir}/applications/%name.desktop
%{_datadir}/pixmaps/%name.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%changelog
* Fri Jan 23 2009 anicka@suse.cz
- update to 0.8.1
* Two extra levels (by Stephan Barth and Mirek Olsak).
* Added support for translated images (by Leonid Myravjev).
* Prevented music restart on undo.
* Fixed checking for solvable room before undo saving.
* Fixed checking for second dead fish.
* Tue Jan 29 2008 lrupp@suse.de
- update to 0.8.0:
+ Undo (on key '-')
+ Five extra levels (by Mirek Olsak)
+ Slovenian translation (by Marko Burjek)
+ Brazilian Portuguese translation (by Ricardo Faria)
+ Russian translation
(by Leonid Myravjev, Maria Antropova, Gregory Bonik)
* Thu Oct 25 2007 anicka@suse.cz
- fix for gcc 4.3
* Tue Jul 03 2007 anicka@suse.cz
- fix dependency on SDL_ttf-devel
* Mon Feb 19 2007 anicka@suse.cz
- update to 0.7.4
* fixes for new version of lua
- update fixes #246724
- remove last patch (fixed in upstream)
* Fri Oct 20 2006 ro@suse.de
- fix build with current lua
* Tue Aug 15 2006 anicka@suse.cz
- add desktop file and icon (#198287)
* Thu Mar 16 2006 anicka@suse.cz
- fix dependencies (#158267)
* Mon Jan 30 2006 ro@suse.de
- added gcc-c++ to BuildRequires
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Jan 05 2006 anicka@suse.cz
- update to 0.7.3
- require fribidi
- add -ldl to LDFLAGS
* Thu Sep 08 2005 ro@suse.de
- fix configure to find liblua
* Wed Jul 20 2005 anicka@suse.cz
- update to 0.7.1
* Mon Jun 20 2005 anicka@suse.cz
- update to 0.7.0
* Wed Oct 13 2004 mcihar@suse.cz
- update to 0.6.0
- versioned dependancy on fillets-ng-data
* Thu Aug 12 2004 mcihar@suse.cz
- version 0.5.0 doesn't require boost
* Thu Aug 12 2004 mcihar@suse.cz
- update to 0.5.0
- split data to noarch package
* Wed Aug 04 2004 mcihar@suse.cz
- update to 0.4.1
* Mon May 10 2004 mcihar@suse.cz
- updated to 0.3.0:
   * game world map
   * save/load (F2/F3)
   * two new levels
   * two animated videos
   * optional controls with spacebar and arrow keys
   * How to Play manual
* Fri Apr 23 2004 mcihar@suse.cz
- initial packaging