forked from pool/gnugo
Accepting request 813669 from games
OBS-URL: https://build.opensuse.org/request/show/813669 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnugo?expand=0&rev=20
This commit is contained in:
parent
37f11dcb44
commit
907e0aea9f
13
_service
13
_service
@ -1,17 +1,16 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service mode="disabled" name="tar_scm">
|
||||||
<param name="url">http://git.savannah.gnu.org/r/gnugo.git</param>
|
<param name="url">https://git.savannah.gnu.org/git/gnugo.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
|
||||||
<param name="versionformat">3.9.1+git%cd.%h</param>
|
|
||||||
<param name="revision">master</param>
|
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
|
<param name="filename">gnugo</param>
|
||||||
|
<param name="changesauthor">mcepl@cepl.eu</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service mode="disabled" name="recompress">
|
||||||
<param name="file">gnugo-*.tar</param>
|
<param name="file">gnugo-*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="disabled">
|
<service mode="disabled" name="set_version">
|
||||||
<param name="basename">gnugo</param>
|
<param name="basename">gnugo</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">http://git.savannah.gnu.org/r/gnugo.git</param>
|
<param name="url">https://git.savannah.gnu.org/git/gnugo.git</param>
|
||||||
<param name="changesrevision">84a32e9cee2a70c0ec6ef58c1be279fed84a9a53</param></service></servicedata>
|
<param name="changesrevision">84a32e9cee2a70c0ec6ef58c1be279fed84a9a53</param></service></servicedata>
|
3
gnugo-1371149103.84a32e9c.tar.xz
Normal file
3
gnugo-1371149103.84a32e9c.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5570a1384806fe46564c9d086a5d74a9a5cb566de0ea8a73936ca5919bbc124f
|
||||||
|
size 2216196
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5c0b883bd716574b24177fc1664d8ea871a99ec055bec9eb3fa5ca811a409752
|
|
||||||
size 2214536
|
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 11 16:48:20 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Enable -fcommon which is not default with GCC10.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 11 10:39:24 UTC 2020 - mcepl@cepl.eu
|
||||||
|
|
||||||
|
- Update to version 1371149103.84a32e9c:
|
||||||
|
* Avoid crashing due to registering an invalid loss move reason.
|
||||||
|
* Change pieces to stones in board output in ascii mode.
|
||||||
|
* Update copyright notices for 2011.
|
||||||
|
* gunnar_9_2.1. Remove tactical semeai reading. (#228)
|
||||||
|
* Removed built joseki *.db files from EXTRA_DIST.
|
||||||
|
* Replaced .cvsignore files with .gitignore files.
|
||||||
|
* rel-3-9-1
|
||||||
|
* reran automake to finish remove of automake-1.4
|
||||||
|
* removed automake-1.4.patch from doc/Makefile.am
|
||||||
|
* removed automake-1.4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 11 10:34:03 UTC 2020 - mcepl@cepl.eu
|
||||||
|
|
||||||
|
- Update to version 20130613.84a32e9c:
|
||||||
|
* Avoid crashing due to registering an invalid loss move reason.
|
||||||
|
* Change pieces to stones in board output in ascii mode.
|
||||||
|
* Update copyright notices for 2011.
|
||||||
|
* gunnar_9_2.1. Remove tactical semeai reading. (#228)
|
||||||
|
* Removed built joseki *.db files from EXTRA_DIST.
|
||||||
|
* Replaced .cvsignore files with .gitignore files.
|
||||||
|
* reran automake to finish remove of automake-1.4
|
||||||
|
* removed automake-1.4.patch from doc/Makefile.am
|
||||||
|
* removed automake-1.4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 23 05:33:42 UTC 2015 - i@marguerite.su
|
Sun Aug 23 05:33:42 UTC 2015 - i@marguerite.su
|
||||||
|
|
||||||
|
17
gnugo.spec
17
gnugo.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnugo
|
# spec file for package gnugo
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,17 +12,17 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: gnugo
|
Name: gnugo
|
||||||
Version: 3.9.1+git20130613.84a32e9
|
Version: 1371149103.84a32e9c
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Chinese Board Game "Go"
|
Summary: Chinese Board Game "Go"
|
||||||
License: GPL-3.0+
|
License: GPL-3.0-or-later
|
||||||
Group: Amusements/Games/Board/Other
|
Group: Amusements/Games/Board/Other
|
||||||
Url: http://www.gnu.org/software/gnugo/gnugo.html
|
URL: https://savannah.gnu.org/projects/gnugo
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
Source1: suse-start-gnugo.el
|
Source1: suse-start-gnugo.el
|
||||||
Source2: xemacs-auto-autoloads.el
|
Source2: xemacs-auto-autoloads.el
|
||||||
@ -33,7 +33,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: xemacs
|
BuildRequires: xemacs
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
Requires(pre): %{install_info_prereq}
|
Requires(pre): info
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -45,6 +45,8 @@ Chinese ancient board game.
|
|||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export CFLAGS="%{optflags} -fcommon"
|
||||||
|
export CXXFLAGS="%{optflags} -fcommon"
|
||||||
%configure --prefix=%{_prefix}
|
%configure --prefix=%{_prefix}
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
pushd interface/xpms
|
pushd interface/xpms
|
||||||
@ -87,7 +89,8 @@ install -m 644 %{SOURCE2} \
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING AUTHORS THANKS ChangeLog TODO README NEWS
|
%doc AUTHORS THANKS ChangeLog TODO README NEWS
|
||||||
|
%license COPYING
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_infodir}/gnugo.info*.gz
|
%{_infodir}/gnugo.info*.gz
|
||||||
%{_mandir}/man6/gnugo.6.gz
|
%{_mandir}/man6/gnugo.6.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user