forked from pool/gnubg
Accepting request 281435 from home:posophe:branches:games
Update OBS-URL: https://build.opensuse.org/request/show/281435 OBS-URL: https://build.opensuse.org/package/show/games/gnubg?expand=0&rev=23
This commit is contained in:
parent
59e67b3349
commit
6a4a32a9ee
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:609f66323dd20fcaa2e1f889b70f8453b5c53999a8c5afda971c131bcfa0e4f0
|
||||
size 15019572
|
3
gnubg-release-1.04.001-sources.tar.gz
Normal file
3
gnubg-release-1.04.001-sources.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f48bd4dd8650355acefc97597c972193a370a65e4d4e968b450c1d1ba21458c
|
||||
size 15024158
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 16:45:05 UTC 2015 - p.drouand@gmail.com
|
||||
|
||||
- Update to version 1.04.001
|
||||
+ play.c. external.c : Fix external interface bug that prevented
|
||||
external socket players from working. Fix bug that prevented
|
||||
external socket interface errors being displayed.
|
||||
https://savannah.gnu.org/bugs/?43747
|
||||
- Split out language files in their own subpackage
|
||||
- Make main package recommend gnubg-lang
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 5 13:02:34 UTC 2014 - cwh@suse.com
|
||||
|
||||
|
11
gnubg.spec
11
gnubg.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnubg
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2003 Achim Mueller, Germany.
|
||||
# Updated by Christopher Hofmann in 2010
|
||||
#
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: gnubg
|
||||
Version: 1.03.000
|
||||
Version: 1.04.001
|
||||
Release: 0
|
||||
Summary: Plays and analyzes backgammon games and matches on a world class level
|
||||
License: GPL-3.0+
|
||||
@ -62,6 +62,7 @@ BuildRequires: sqlite3-devel
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: sqlite-devel
|
||||
%endif
|
||||
Recommends: %{name}-lang
|
||||
|
||||
%description
|
||||
Program for playing and analysing backgammon positions, games and matches. It is
|
||||
@ -99,6 +100,8 @@ Group: Amusements/Games/Board/Other
|
||||
%description doc
|
||||
Manual for GNU Backgammon. See description of gnubg for more details.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q gnubg
|
||||
|
||||
@ -119,7 +122,7 @@ install -m 0644 $DOC %{buildroot}/%{_docdir}/%{name}/
|
||||
%endif
|
||||
%find_lang %{name}
|
||||
|
||||
%files -f %{name}.lang
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/*
|
||||
%{_mandir}/man?/%{name}*
|
||||
@ -155,4 +158,6 @@ install -m 0644 $DOC %{buildroot}/%{_docdir}/%{name}/
|
||||
%doc %{_docdir}/%{name}/gnubg.html
|
||||
%doc %{_docdir}/%{name}/allabout.html
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user