Accepting request 243773 from home:cwh:branches:games
Updated to recently released version OBS-URL: https://build.opensuse.org/request/show/243773 OBS-URL: https://build.opensuse.org/package/show/games/gnubg?expand=0&rev=18
This commit is contained in:
parent
8a5f1ce0a5
commit
f30e286ecb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7ece7fc02481f8e6c08869306f1cf52cad9ec5ddd675de67782cf028a6dcb504
|
|
||||||
size 14985346
|
|
3
gnubg-release-1.03.000-sources.tar.gz
Normal file
3
gnubg-release-1.03.000-sources.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:609f66323dd20fcaa2e1f889b70f8453b5c53999a8c5afda971c131bcfa0e4f0
|
||||||
|
size 15019572
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 5 13:02:34 UTC 2014 - cwh@suse.com
|
||||||
|
|
||||||
|
- 1.03.000
|
||||||
|
- added recommends: python-MySQL-python
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 18 08:28:30 UTC 2013 - cwh@suse.com
|
Wed Sep 18 08:28:30 UTC 2013 - cwh@suse.com
|
||||||
|
|
||||||
|
17
gnubg.spec
17
gnubg.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnubg
|
# spec file for package gnubg
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2003 Achim Mueller, Germany.
|
# Copyright (c) 2003 Achim Mueller, Germany.
|
||||||
# Updated by Christopher Hofmann in 2010
|
# Updated by Christopher Hofmann in 2010
|
||||||
#
|
#
|
||||||
@ -19,17 +19,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnubg
|
Name: gnubg
|
||||||
Version: 1.02.000
|
Version: 1.03.000
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Plays and analyzes backgammon games and matches on a world class level
|
Summary: Plays and analyzes backgammon games and matches on a world class level
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: Amusements/Games/Board/Other
|
Group: Amusements/Games/Board/Other
|
||||||
Url: http://www.gnubg.org
|
Url: http://www.gnubg.org
|
||||||
Source: http://gnubg.org/media/sources/gnubg-release-1.02.000-sources.tar.gz
|
Source: http://gnubg.org/media/sources/gnubg-release-%{version}-sources.tar.gz
|
||||||
Source1: %{name}.desktop
|
Source1: %{name}.desktop
|
||||||
# PATCH-FIX-UPSTREAM docdir.patch cwh@suse.de -- install documentation to a LSB conform place
|
|
||||||
Patch0: docdir.patch
|
|
||||||
Patch1: glu.patch
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
@ -59,6 +56,7 @@ BuildRequires: update-desktop-files
|
|||||||
Recommends: gnubg-databases = %{version}
|
Recommends: gnubg-databases = %{version}
|
||||||
Recommends: gnubg-sounds = %{version}
|
Recommends: gnubg-sounds = %{version}
|
||||||
Recommends: gnubg-doc = %{version}
|
Recommends: gnubg-doc = %{version}
|
||||||
|
Recommends: python-MySQL-python
|
||||||
BuildRequires: sqlite3-devel
|
BuildRequires: sqlite3-devel
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
@ -103,8 +101,6 @@ Manual for GNU Backgammon. See description of gnubg for more details.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q gnubg
|
%setup -q gnubg
|
||||||
%patch0 -p0
|
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
@ -127,6 +123,11 @@ install -m 0644 $DOC %{buildroot}/%{_docdir}/%{name}/
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/man?/%{name}*
|
%{_mandir}/man?/%{name}*
|
||||||
|
%{_mandir}/man?/bearoffdump.*
|
||||||
|
%{_mandir}/man?/makebearoff.*
|
||||||
|
%{_mandir}/man?/makehyper.*
|
||||||
|
%{_mandir}/man?/makeweights.*
|
||||||
|
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%{_datadir}/applications/gnubg.desktop
|
%{_datadir}/applications/gnubg.desktop
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user