forked from pool/gnubg
- Update to 1.02.000
- Improved performance (speed) - Support for AVX(SIMD) - Better Python support - Stronger neural network - Even/Odd ply effect reduced - Some analysis options have been simplified - Various miscellaneous bug fixes OBS-URL: https://build.opensuse.org/package/show/games/gnubg?expand=0&rev=14
This commit is contained in:
parent
42b9e11c24
commit
028db9211c
3
gnubg-release-1.02.000-sources.tar.bz2
Normal file
3
gnubg-release-1.02.000-sources.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:41a31ffa4e767aeb0e42ab4a7f83a4b08016db7f77152fa64cca6667576c7ad7
|
||||||
|
size 14199949
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5cf34da617e37f09a7c76bcf85aacbd91d9393e06b562080a2ea40126837e25a
|
|
||||||
size 13436624
|
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 19 07:50:13 UTC 2013 - cwh@suse.com
|
||||||
|
|
||||||
|
- Update to 1.02.000
|
||||||
|
- Improved performance (speed)
|
||||||
|
- Support for AVX(SIMD)
|
||||||
|
- Better Python support
|
||||||
|
- Stronger neural network
|
||||||
|
- Even/Odd ply effect reduced
|
||||||
|
- Some analysis options have been simplified
|
||||||
|
- Various miscellaneous bug fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 29 13:22:43 UTC 2013 - cwh@suse.com
|
Mon Jul 29 13:22:43 UTC 2013 - cwh@suse.com
|
||||||
|
|
||||||
|
19
gnubg.spec
19
gnubg.spec
@ -19,14 +19,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnubg
|
Name: gnubg
|
||||||
%define timestamp 20130725
|
Version: 1.02.000
|
||||||
Version: 0.9.0.99_%{timestamp}
|
|
||||||
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: %{name}-source-SNAPSHOT-%{timestamp}.tar.bz2
|
Source: http://gnubg.org/media/sources/gnubg-release-1.02.000-sources.tar.bz2
|
||||||
Source1: %{name}.desktop
|
Source1: %{name}.desktop
|
||||||
# PATCH-FIX-UPSTREAM docdir.patch cwh@suse.de -- install documentation to a LSB conform place
|
# PATCH-FIX-UPSTREAM docdir.patch cwh@suse.de -- install documentation to a LSB conform place
|
||||||
Patch0: docdir.patch
|
Patch0: docdir.patch
|
||||||
@ -91,7 +90,7 @@ Group: Amusements/Games/Board/Other
|
|||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
%description sounds
|
%description sounds
|
||||||
Sounds for GNU Backgammon.
|
Sounds for GNU Backgammon. See description of gnubg for more details.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Documentation for gnubg
|
Summary: Documentation for gnubg
|
||||||
@ -99,25 +98,22 @@ License: GFDL-1.3
|
|||||||
Group: Amusements/Games/Board/Other
|
Group: Amusements/Games/Board/Other
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
Manual for GNU Backgammon.
|
Manual for GNU Backgammon. See description of gnubg for more details.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c gnubg
|
%setup -q gnubg
|
||||||
%patch0 -p0
|
%patch0 -p0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
#export SUSE_ASNEEDED=0
|
|
||||||
%configure --docdir=%{_docdir}/%{name}
|
%configure --docdir=%{_docdir}/%{name}
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
DOC="ABOUT-NLS CODING COPYING NEWS README TODO"
|
DOC="ABOUT-NLS COPYING NEWS README TODO"
|
||||||
#for FILE in $DOC ; do
|
install -m 0644 $DOC %{buildroot}/%{_docdir}/%{name}/
|
||||||
install -m 0644 $DOC %{buildroot}/%{_docdir}/%{name}/
|
|
||||||
#done
|
|
||||||
|
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%suse_update_desktop_file -i %{name}
|
%suse_update_desktop_file -i %{name}
|
||||||
@ -133,6 +129,7 @@ DOC="ABOUT-NLS CODING COPYING NEWS README TODO"
|
|||||||
%endif
|
%endif
|
||||||
%{_datadir}/icons/hicolor/*/apps/gnubg.png
|
%{_datadir}/icons/hicolor/*/apps/gnubg.png
|
||||||
%{_datadir}/gnubg
|
%{_datadir}/gnubg
|
||||||
|
%attr(755, -, root) %{_datadir}/gnubg/scripts/query_player.sh
|
||||||
%exclude %{_datadir}/gnubg/*.bd
|
%exclude %{_datadir}/gnubg/*.bd
|
||||||
%exclude %{_datadir}/gnubg/sounds
|
%exclude %{_datadir}/gnubg/sounds
|
||||||
%doc %{_docdir}/%{name}
|
%doc %{_docdir}/%{name}
|
||||||
|
Loading…
Reference in New Issue
Block a user