Accepting request 44512 from games

Copy from games/fillets-ng based on submit request 44512 from user coolo

OBS-URL: https://build.opensuse.org/request/show/44512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fillets-ng?expand=0&rev=13
This commit is contained in:
OBS User autobuild 2010-08-04 21:31:04 +00:00 committed by Git OBS Bridge
parent 4b902a9057
commit 25b7fd32eb
5 changed files with 28 additions and 31 deletions

View File

@ -1,21 +0,0 @@
--- src/gengine/Makefile.am
+++ src/gengine/Makefile.am
@@ -1,6 +1,6 @@
INCLUDES = $(SDL_CFLAGS) $(LUA_CFLAGS) $(BOOST_CFLAGS)
-AM_CPPFLAGS = -DSYSTEM_DATA_DIR=\""@datadir@"\"
+AM_CPPFLAGS = -DSYSTEM_DATA_DIR=\""$(datadir)/games/@PACKAGE@"\"
if WITH_BOOST
FSPATH_IMPL = FsPath_boost.cpp
--- src/gengine/Makefile.in
+++ src/gengine/Makefile.in
@@ -226,7 +226,7 @@
target_os = @target_os@
target_vendor = @target_vendor@
INCLUDES = $(SDL_CFLAGS) $(LUA_CFLAGS) $(BOOST_CFLAGS)
-AM_CPPFLAGS = -DSYSTEM_DATA_DIR=\""@datadir@"\"
+AM_CPPFLAGS = -DSYSTEM_DATA_DIR=\""$(datadir)/games/@PACKAGE@"\"
@WITH_BOOST_FALSE@FSPATH_IMPL = FsPath.cpp
@WITH_BOOST_TRUE@FSPATH_IMPL = FsPath_boost.cpp
EXTRA_DIST = FsPath.cpp FsPath_boost.cpp

View File

@ -0,0 +1,13 @@
Index: src/gengine/Makefile.in
===================================================================
--- src/gengine/Makefile.in.orig
+++ src/gengine/Makefile.in
@@ -226,7 +226,7 @@ target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
INCLUDES = $(SDL_CFLAGS) $(LUA_CFLAGS) $(BOOST_CFLAGS)
-AM_CPPFLAGS = -DSYSTEM_DATA_DIR=\""@datadir@"\"
+AM_CPPFLAGS = -DSYSTEM_DATA_DIR=\""$(pkgdatadir)"\"
@WITH_BOOST_FALSE@FSPATH_IMPL = FsPath.cpp
@WITH_BOOST_TRUE@FSPATH_IMPL = FsPath_boost.cpp
EXTRA_DIST = FsPath.cpp FsPath_boost.cpp

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat May 1 18:49:15 UTC 2010 - cmorve69@yahoo.es
- Set the correct datadir so it works again with fillets-ng-data
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 12 13:58:12 UTC 2010 - dimstar@opensuse.org Fri Mar 12 13:58:12 UTC 2010 - dimstar@opensuse.org

View File

@ -3,3 +3,4 @@ Type=Application
Name=Fish Filets NG Name=Fish Filets NG
Exec=fillets Exec=fillets
Icon=fillets-ng Icon=fillets-ng
Categories=Game;LogicGame;

View File

@ -19,7 +19,7 @@
Name: fillets-ng Name: fillets-ng
Version: 0.9.3 Version: 0.9.3
Release: 1 Release: 6
License: GNU General Public License (GPL) - all versions License: GNU General Public License (GPL) - all versions
Summary: Fish Fillets - Next Generation Summary: Fish Fillets - Next Generation
Url: http://fillets.sourceforge.net/ Url: http://fillets.sourceforge.net/
@ -27,8 +27,8 @@ Group: Amusements/Games/Action/Arcade
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2
Source1: %{name}.desktop Source1: %{name}.desktop
Source2: %{name}.png Source2: %{name}.png
# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches Patch0: %{name}-%{version}-datadir.patch
Patch0: %{name}-0.8.1.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: SDL_image-devel BuildRequires: SDL_image-devel
BuildRequires: SDL_mixer-devel BuildRequires: SDL_mixer-devel
BuildRequires: SDL_ttf-devel BuildRequires: SDL_ttf-devel
@ -39,7 +39,6 @@ BuildRequires: pkgconfig
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
# There is no 0.9.3 data package, as this was a minor build fix only. # There is no 0.9.3 data package, as this was a minor build fix only.
Requires: %{name}-data = 0.9.2 Requires: %{name}-data = 0.9.2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
Fish Fillets is strictly a puzzle game. The goal in each of the 70 Fish Fillets is strictly a puzzle game. The goal in each of the 70
@ -53,13 +52,13 @@ your fish. The whole game is accompanied by quiet, comforting music.
%patch0 %patch0
%build %build
%configure --bindir=%{_prefix}/games %configure
make %{?jobs:-j %jobs} make %{?jobs:-j %jobs}
%install %install
%makeinstall make DESTDIR=%{buildroot} install
install -D -m 0644 %{S:2} %{buildroot}%{_datadir}/pixmaps/%{name}.png install -D -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/%{name}.png
%suse_update_desktop_file -i %{name} Game ArcadeGame %suse_update_desktop_file -i %{name}
%clean %clean
rm -rf %{buildroot} rm -rf %{buildroot}
@ -68,7 +67,7 @@ rm -rf %{buildroot}
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO %doc AUTHORS COPYING ChangeLog NEWS README TODO
%doc %{_mandir}/man6/* %doc %{_mandir}/man6/*
%{_prefix}/games/fillets %{_bindir}/fillets
%{_datadir}/applications/%{name}.desktop %{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png %{_datadir}/pixmaps/%{name}.png