Compare commits
5 Commits
df7e4bcc31
...
master
Author | SHA1 | Date | |
---|---|---|---|
24a179f184
|
|||
66b2d5755b
|
|||
f348f80d13
|
|||
ba7d75d3e4
|
|||
89b2b86509
|
@ -1,13 +1,13 @@
|
|||||||
Name: scid_vs_pc
|
Name: scid_vs_pc
|
||||||
Version: 4.22
|
Version: 4.23
|
||||||
Release: 1%{?dist}
|
Release: 0%{?dist}
|
||||||
Summary: scid_vs_pc
|
Summary: scid_vs_pc
|
||||||
License: GPL
|
License: GPL
|
||||||
Source0: https://downloads.sourceforge.net/project/scidvspc/source/%{name}-%{version}.tgz
|
Source0: https://downloads.sourceforge.net/project/scidvspc/source/%{name}-%{version}.tgz
|
||||||
Source1: scid_vs_pc.desktop
|
Source1: scid_vs_pc.desktop
|
||||||
|
|
||||||
BuildRequires: tcl-devel tk-devel
|
BuildRequires: tcl-devel
|
||||||
BuildRequires: gcc
|
BuildRequires: tk-devel
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
|
||||||
|
@ -3,16 +3,16 @@
|
|||||||
%global _vpath_srcdir src
|
%global _vpath_srcdir src
|
||||||
|
|
||||||
Name: stockfish
|
Name: stockfish
|
||||||
Version: 14
|
Version: 15
|
||||||
Release: 1%{?dist}
|
Release: 0%{?dist}
|
||||||
Source0: https://github.com/official-%{srcname}/%{name}/archive/sf_%{version}/%{srcname}-sf_%{version}.tar.gz
|
Source0: https://github.com/official-%{name}/%{srcname}/archive/sf_%{version}.tar.gz#/%{srcname}-sf_%{version}.tar.gz
|
||||||
Summary: Powerful open source chess engine
|
Summary: Powerful open source chess engine
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://%{name}chess.org
|
URL: http://%{name}chess.org
|
||||||
|
|
||||||
BuildRequires: gcc
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
BuildRequires: xz
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Stockfish is a free UCI chess engine derived from Glaurung 2.1. It is not a
|
Stockfish is a free UCI chess engine derived from Glaurung 2.1. It is not a
|
||||||
@ -28,7 +28,9 @@ information about how to use Stockfish with your GUI.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
cd src
|
cd src
|
||||||
make build ARCH=x86-64-modern
|
%ifarch x86_64
|
||||||
|
make %{?_smp_mflags} build ARCH=x86-64
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
cd src
|
cd src
|
||||||
@ -38,3 +40,5 @@ make PREFIX=%{buildroot}%{_prefix} install
|
|||||||
%license Copying.txt
|
%license Copying.txt
|
||||||
%doc AUTHORS README.md
|
%doc AUTHORS README.md
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
Reference in New Issue
Block a user