OBS User unknown 2008-09-04 23:00:15 +00:00 committed by Git OBS Bridge
parent 230e022032
commit d22f983a6d
5 changed files with 31 additions and 15 deletions

View File

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

3
gbrainy-1.00.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Sep 2 12:35:17 MDT 2008 - ajorgensen@novell.com
- Update to version 1.00
* 1 new logic puzzle, 1 new memory puzzle
* Better look and feel (new background)
* Switch font drawing to Pango
* Better I18N support
* Bug fixes
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 7 19:32:58 EDT 2008 - mauro@suse.de Thu Aug 7 19:32:58 EDT 2008 - mauro@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package gbrainy (Version 0.70) # spec file for package gbrainy (Version 1.00)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -19,7 +19,7 @@
Name: gbrainy Name: gbrainy
Version: 0.70 Version: 1.00
Release: 1 Release: 1
License: GPL v2 or later License: GPL v2 or later
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
@ -29,7 +29,7 @@ PreReq: filesystem
Url: http://live.gnome.org/gbrainy Url: http://live.gnome.org/gbrainy
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gtk-sharp2 intltool mono-devel perl-XML-Parser BuildRequires: gtk-sharp2 intltool librsvg-devel mono-devel perl-XML-Parser
Group: Amusements/Games/Logic Group: Amusements/Games/Logic
Summary: A brain teaser game and trainer to have fun and to keep your brain trained Summary: A brain teaser game and trainer to have fun and to keep your brain trained
%if 0%{?suse_version} %if 0%{?suse_version}
@ -87,6 +87,7 @@ rm -rf "$RPM_BUILD_ROOT"
%{_bindir}/gbrainy %{_bindir}/gbrainy
%dir %{_prefix}/lib/gbrainy %dir %{_prefix}/lib/gbrainy
%{_prefix}/lib/gbrainy/gbrainy.exe %{_prefix}/lib/gbrainy/gbrainy.exe
%{_prefix}/lib/gbrainy/gbrainy.exe.config
%dir %{_datadir}/games/gbrainy %dir %{_datadir}/games/gbrainy
%{_datadir}/applications/gbrainy.desktop %{_datadir}/applications/gbrainy.desktop
%{_datadir}/games/gbrainy/* %{_datadir}/games/gbrainy/*
@ -94,6 +95,13 @@ rm -rf "$RPM_BUILD_ROOT"
%{_datadir}/man/man6/gbrainy.6.gz %{_datadir}/man/man6/gbrainy.6.gz
%changelog %changelog
* Tue Sep 02 2008 ajorgensen@novell.com
- Update to version 1.00
* 1 new logic puzzle, 1 new memory puzzle
* Better look and feel (new background)
* Switch font drawing to Pango
* Better I18N support
* Bug fixes
* Thu Aug 07 2008 mauro@suse.de * Thu Aug 07 2008 mauro@suse.de
- Update to version 0.7 - Update to version 0.7
* 8 new puzzles * 8 new puzzles

View File

@ -1,24 +1,22 @@
diff -Naur src/gbrainy.in src/gbrainy.in --- src/gbrainy.in 2008-09-01 03:47:45.000000000 -0600
--- src/gbrainy.in 2008-02-13 14:50:42.000000000 -0700 +++ src/gbrainy.in 2008-09-02 12:56:08.000000000 -0600
+++ src/gbrainy.in 2008-02-13 14:48:20.000000000 -0700
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
prefix=@prefix@ prefix=@prefix@
exec_prefix=@exec_prefix@ exec_prefix=@exec_prefix@
-libdir=@libdir@ -libdir=@libdir@
+libdir=$prefix/lib +libdir=@prefix@/lib
MONO_EXE="$libdir/gbrainy/gbrainy.exe" MONO_EXE="$libdir/gbrainy/gbrainy.exe"
diff -Naur src/Makefile.am src/Makefile.am --- src/Makefile.am 2008-09-01 03:47:45.000000000 -0600
--- src/Makefile.am 2008-02-13 14:50:27.000000000 -0700 +++ src/Makefile.am 2008-09-02 12:55:15.000000000 -0600
+++ src/Makefile.am 2008-02-13 14:48:14.000000000 -0700 @@ -88,7 +88,7 @@
@@ -73,7 +73,7 @@
-resource:$(top_srcdir)/data/memory-games-32.png \ -resource:$(top_srcdir)/data/memory-games-32.png \
-resource:$(top_srcdir)/data/gbrainy.svg -resource:$(top_srcdir)/data/gbrainy.svg
-gbrainydir = $(libdir)/gbrainy -gbrainydir = $(libdir)/gbrainy
+gbrainydir = $(prefix)/lib/gbrainy +gbrainydir = $(prefix)/lib/gbrainy
gbrainy_SCRIPTS = gbrainy.exe gbrainy_SCRIPTS = gbrainy.exe ../data/gbrainy.exe.config
bin_SCRIPTS = gbrainy bin_SCRIPTS = gbrainy