Accepting request 39291 from GNOME:Apps

Copy from GNOME:Apps/gbrainy based on submit request 39291 from user dimstar

OBS-URL: https://build.opensuse.org/request/show/39291
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gbrainy?expand=0&rev=14
This commit is contained in:
OBS User autobuild 2010-05-03 21:29:09 +00:00 committed by Git OBS Bridge
parent 506f32814d
commit 75fbef25ff
3 changed files with 9 additions and 2 deletions

View File

@ -21,7 +21,7 @@ Index: src/Clients/Classical/gbrainy.in
-prefix=@prefix@ -prefix=@prefix@
-exec_prefix=@exec_prefix@ -exec_prefix=@exec_prefix@
-libdir=@libdir@ -libdir=@libdir@
+pkglibexecdir=@libexecdir@ +pkglibexecdir=@libexecdir@/@PACKAGE@
-MONO_EXE="$libdir/gbrainy/gbrainy.exe" -MONO_EXE="$libdir/gbrainy/gbrainy.exe"
+MONO_EXE="$pkglibexecdir/gbrainy.exe" +MONO_EXE="$pkglibexecdir/gbrainy.exe"

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun May 2 21:03:00 UTC 2010 - dimstar@opensuse.org
- bnc#601771: Fix gbrainy-use-libexecdir-patch: the game is
installed in libexecidir/packagename. The shell wrapper missed
this.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 2 22:37:21 CEST 2010 - vuntz@opensuse.org Fri Apr 2 22:37:21 CEST 2010 - vuntz@opensuse.org

View File

@ -20,7 +20,7 @@
Name: gbrainy Name: gbrainy
Version: 1.41 Version: 1.41
Release: 1 Release: 2
License: GPLv2+ License: GPLv2+
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Patch: gbrainy-use-libexecdir.patch Patch: gbrainy-use-libexecdir.patch