From ffedf2bf6cf4b49cadb460f732d877d7df4a3bc8f2c4ee3e06b9f8c0e8a29477 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 15 Jan 2007 23:12:23 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fillets-ng?expand=0&rev=1 --- .gitattributes | 23 ++++++++ .gitignore | 1 + fillets-ng-0.7.3.diff | 11 ++++ fillets-ng-0.7.3.tar.bz2 | 3 + fillets-ng-lua.diff | 20 +++++++ fillets-ng.changes | 85 +++++++++++++++++++++++++++ fillets-ng.desktop | 5 ++ fillets-ng.png | 3 + fillets-ng.spec | 124 +++++++++++++++++++++++++++++++++++++++ ready | 0 10 files changed, 275 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 fillets-ng-0.7.3.diff create mode 100644 fillets-ng-0.7.3.tar.bz2 create mode 100644 fillets-ng-lua.diff create mode 100644 fillets-ng.changes create mode 100644 fillets-ng.desktop create mode 100644 fillets-ng.png create mode 100644 fillets-ng.spec create mode 100644 ready diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/fillets-ng-0.7.3.diff b/fillets-ng-0.7.3.diff new file mode 100644 index 0000000..ef02551 --- /dev/null +++ b/fillets-ng-0.7.3.diff @@ -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", diff --git a/fillets-ng-0.7.3.tar.bz2 b/fillets-ng-0.7.3.tar.bz2 new file mode 100644 index 0000000..af104f6 --- /dev/null +++ b/fillets-ng-0.7.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f887922d23eeca0a6c77dbbe1a4690b7e2ef3d915d74459cbe1e2e3f529fad0 +size 232773 diff --git a/fillets-ng-lua.diff b/fillets-ng-lua.diff new file mode 100644 index 0000000..5cfeeb9 --- /dev/null +++ b/fillets-ng-lua.diff @@ -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) diff --git a/fillets-ng.changes b/fillets-ng.changes new file mode 100644 index 0000000..f09109f --- /dev/null +++ b/fillets-ng.changes @@ -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 + diff --git a/fillets-ng.desktop b/fillets-ng.desktop new file mode 100644 index 0000000..cf79c6d --- /dev/null +++ b/fillets-ng.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Application +Name=Fish Filets NG +Exec=fillets +Icon=fillets-ng diff --git a/fillets-ng.png b/fillets-ng.png new file mode 100644 index 0000000..3de71a1 --- /dev/null +++ b/fillets-ng.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db715472802d90c19ae2291ff3625b77cbca57f94c66543c6c3d2c9090d6b4e +size 427 diff --git a/fillets-ng.spec b/fillets-ng.spec new file mode 100644 index 0000000..d8caa8f --- /dev/null +++ b/fillets-ng.spec @@ -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 + Ivo Danihelka + Pavel Danihelka + Frederic Panico + +%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 diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4