Accepting request 25931 from GNOME:Apps
Copy from GNOME:Apps/gbrainy based on submit request 25931 from user vuntz OBS-URL: https://build.opensuse.org/request/show/25931 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gbrainy?expand=0&rev=9
This commit is contained in:
parent
67fd5aff26
commit
5a821998d3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2ca8cf64acea7e1bc79caab64aacc6c96ebf823f5adab851126e33330f1f8ff
|
||||
size 483642
|
3
gbrainy-1.20.tar.bz2
Normal file
3
gbrainy-1.20.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:daa3c3db75ac562c40ffb4300efd8240b1de04ec67bd76fca11a740296c85661
|
||||
size 524742
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 01:02:11 CET 2009 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 1.20:
|
||||
+ 6 new games
|
||||
+ Verbal analogies
|
||||
+ New translations
|
||||
+ Bug fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 12:51:14 UTC 2009 - crrodriguez@opensuse.org
|
||||
|
||||
- fix libdir.patch to apply with fuzz=0
|
||||
- pass --disable-static to configure
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 22 23:47:55 CEST 2009 - dimstar@opensuse.org
|
||||
|
||||
|
14
gbrainy.spec
14
gbrainy.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gbrainy (Version 1.12)
|
||||
# spec file for package gbrainy (Version 1.20)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,9 +19,9 @@
|
||||
|
||||
|
||||
Name: gbrainy
|
||||
Version: 1.12
|
||||
Version: 1.20
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
License: GPLv2+
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch: libdir.patch
|
||||
PreReq: filesystem
|
||||
@ -57,12 +57,6 @@ It provides the following types of games: * Logic puzzles. Games
|
||||
|
||||
* Memory trainers. Games designed to challenge your short term memory.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Jordi Mas i Hernandez <jmas@softcatala.org>
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch
|
||||
@ -70,7 +64,7 @@ Authors:
|
||||
%build
|
||||
export MONO_SHARED_DIR=/var/tmp
|
||||
autoreconf
|
||||
%configure
|
||||
%configure --disable-static
|
||||
make
|
||||
|
||||
%install
|
||||
|
18
libdir.patch
18
libdir.patch
@ -1,5 +1,7 @@
|
||||
--- src/gbrainy.in 2008-09-01 03:47:45.000000000 -0600
|
||||
+++ src/gbrainy.in 2008-09-02 12:56:08.000000000 -0600
|
||||
Index: src/gbrainy.in
|
||||
===================================================================
|
||||
--- src/gbrainy.in.orig 2009-08-20 22:34:52.000000000 +0200
|
||||
+++ src/gbrainy.in 2009-12-01 13:49:08.862712000 +0100
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
prefix=@prefix@
|
||||
@ -9,11 +11,13 @@
|
||||
|
||||
MONO_EXE="$libdir/gbrainy/gbrainy.exe"
|
||||
|
||||
--- src/Makefile.am 2008-09-01 03:47:45.000000000 -0600
|
||||
+++ src/Makefile.am 2008-09-02 12:55:15.000000000 -0600
|
||||
@@ -88,7 +88,7 @@
|
||||
-resource:$(top_srcdir)/data/memory-games-32.png \
|
||||
-resource:$(top_srcdir)/data/gbrainy.svg
|
||||
Index: src/Makefile.am
|
||||
===================================================================
|
||||
--- src/Makefile.am.orig 2009-08-20 22:37:18.000000000 +0200
|
||||
+++ src/Makefile.am 2009-12-01 13:49:08.869712000 +0100
|
||||
@@ -98,7 +98,7 @@ RESOURCES = \
|
||||
-resource:$(top_srcdir)/data/game-graphics/handshake.svg \
|
||||
-resource:$(srcdir)/gbrainy.addin.xml
|
||||
|
||||
-gbrainydir = $(libdir)/gbrainy
|
||||
+gbrainydir = $(prefix)/lib/gbrainy
|
||||
|
Loading…
Reference in New Issue
Block a user