SHA256
1
0
forked from pool/fillets-ng
OBS User unknown 2007-01-15 23:12:23 +00:00 committed by Git OBS Bridge
commit ffedf2bf6c
10 changed files with 275 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

11
fillets-ng-0.7.3.diff Normal file
View File

@ -0,0 +1,11 @@
--- configure.in
+++ configure.in
@@ -37,7 +37,7 @@
LUA_LIBS="`[$LUACONFIG --libs]`"
else dnl ...otherwise, attempt to guess
LUA_CFLAGS=""
- LUA_LIBS=""
+ LUA_LIBS="-ldl"
AC_CHECK_LIB(lua, lua_setfenv, LUA_LIBS="$LUA_LIBS -llua",
[AC_CHECK_LIB(lua50, lua_setfenv, LUA_LIBS="$LUA_LIBS -llua50",
[AC_CHECK_LIB(lua5.0, lua_setfenv, LUA_LIBS="$LUA_LIBS -llua5.0",

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

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

20
fillets-ng-lua.diff Normal file
View File

@ -0,0 +1,20 @@
--- configure.in
+++ configure.in
@@ -36,6 +36,8 @@
LUA_CFLAGS="`[$LUACONFIG --include]`"
LUA_LIBS="`[$LUACONFIG --static]`"
else dnl ...otherwise, attempt to guess
+ PKG_CHECK_MODULES(LUA,lua >= 5.1,LUA_FOUND=yes,LUA_FOUND=no)
+ if test "$LUA_FOUND" = no ; then
LUA_CFLAGS=""
LUA_LIBS="-ldl"
AC_CHECK_LIB(lua, lua_setfenv, LUA_LIBS="$LUA_LIBS -llua",
@@ -51,7 +53,8 @@
[AC_CHECK_LIB(lualib5.0, luaopen_base, LUA_LIBS="$LUA_LIBS -llualib5.0",
[AC_MSG_ERROR([*** Lualib5 is required.
You can download lua from http://www.lua.org])],
$LUA_LIBS)], $LUA_LIBS)], $LUA_LIBS)
+ fi
fi
fi
AC_SUBST(LUA_CFLAGS)

85
fillets-ng.changes Normal file
View File

@ -0,0 +1,85 @@
-------------------------------------------------------------------
Fri Oct 20 01:39:02 CEST 2006 - ro@suse.de
- fix build with current lua
-------------------------------------------------------------------
Tue Aug 15 18:06:04 CEST 2006 - anicka@suse.cz
- add desktop file and icon (#198287)
-------------------------------------------------------------------
Thu Mar 16 13:04:14 CET 2006 - anicka@suse.cz
- fix dependencies (#158267)
-------------------------------------------------------------------
Mon Jan 30 12:22:30 CET 2006 - ro@suse.de
- added gcc-c++ to BuildRequires
-------------------------------------------------------------------
Wed Jan 25 21:35:53 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Thu Jan 5 15:18:19 CET 2006 - anicka@suse.cz
- update to 0.7.3
- require fribidi
- add -ldl to LDFLAGS
-------------------------------------------------------------------
Fri Sep 9 00:50:32 CEST 2005 - ro@suse.de
- fix configure to find liblua
-------------------------------------------------------------------
Wed Jul 20 14:07:05 CEST 2005 - anicka@suse.cz
- update to 0.7.1
-------------------------------------------------------------------
Mon Jun 20 14:24:20 CEST 2005 - anicka@suse.cz
- update to 0.7.0
-------------------------------------------------------------------
Wed Oct 13 12:53:03 CEST 2004 - mcihar@suse.cz
- update to 0.6.0
- versioned dependancy on fillets-ng-data
-------------------------------------------------------------------
Thu Aug 12 12:43:15 CEST 2004 - mcihar@suse.cz
- version 0.5.0 doesn't require boost
-------------------------------------------------------------------
Thu Aug 12 11:16:50 CEST 2004 - mcihar@suse.cz
- update to 0.5.0
- split data to noarch package
-------------------------------------------------------------------
Wed Aug 04 14:42:32 CEST 2004 - mcihar@suse.cz
- update to 0.4.1
-------------------------------------------------------------------
Mon May 10 16:03:32 CEST 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 16:21:35 CEST 2004 - mcihar@suse.cz
- initial packaging

5
fillets-ng.desktop Normal file
View File

@ -0,0 +1,5 @@
[Desktop Entry]
Type=Application
Name=Fish Filets NG
Exec=fillets
Icon=fillets-ng

3
fillets-ng.png Normal file
View File

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

124
fillets-ng.spec Normal file
View File

@ -0,0 +1,124 @@
#
# spec file for package fillets-ng (Version 0.7.3)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: fillets-ng
BuildRequires: SDL_image-devel SDL_mixer-devel SDL_ttf fribidi-devel gcc-c++ lua-devel pkgconfig update-desktop-files
License: GNU General Public License (GPL) - all versions
Group: Amusements/Games/Action/Arcade
Summary: Fish Fillets--Next Generation
Version: 0.7.3
Release: 27
URL: http://fillets.sourceforge.net
Source0: %{name}-%{version}.tar.bz2
Source1: %name.desktop
Source2: %name.png
Patch: fillets-ng-%{version}.diff
Patch1: fillets-ng-lua.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: fillets-ng-data >= 0.7.1
%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.
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
%patch1
%build
%{suse_update_config}
aclocal --force
libtoolize --force
autoconf --force
automake -afc
CXXFLAGS="$RPM_OPT_FLAGS" \
CPPFLAGS="$RPM_OPT_FLAGS" \
LDFLAGS="-ldl" \
./configure --prefix=%{_prefix} \
--bindir=%{_prefix}/games \
--datadir=%{_datadir} \
--mandir=%{_mandir}
make
%install
make DESTDIR=$RPM_BUILD_ROOT install
mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps
install -m 0644 %{S:2} $RPM_BUILD_ROOT/usr/share/pixmaps/fillets-ng.png
%suse_update_desktop_file -i %name Game ArcadeGame
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog README COPYING NEWS TODO
%defattr(644,root,root,755)
%{_mandir}/man6/*
%defattr(755,root,root,755)
%{_prefix}/games/fillets
%{_datadir}/applications/%name.desktop
%{_datadir}/pixmaps/%name.png
%changelog -n fillets-ng
* 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
* Fri Sep 09 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

0
ready Normal file
View File