Compare commits

...

5 Commits

Author SHA1 Message Date
24a179f184 scid_vs_pc 4.23 2022-05-12 10:24:38 -05:00
66b2d5755b Stockfish 15 2022-05-01 12:11:22 -05:00
f348f80d13 Fix Scid vs. PC dependencies 2022-02-01 10:40:03 -06:00
ba7d75d3e4 Stockfish 14.1 2022-02-01 10:39:40 -06:00
89b2b86509 Clean up Stockfish RPM spec 2021-09-12 19:12:46 -05:00
2 changed files with 13 additions and 9 deletions

View File

@ -1,13 +1,13 @@
Name: scid_vs_pc
Version: 4.22
Release: 1%{?dist}
Version: 4.23
Release: 0%{?dist}
Summary: scid_vs_pc
License: GPL
Source0: https://downloads.sourceforge.net/project/scidvspc/source/%{name}-%{version}.tgz
Source1: scid_vs_pc.desktop
BuildRequires: tcl-devel tk-devel
BuildRequires: gcc
BuildRequires: tcl-devel
BuildRequires: tk-devel
BuildRequires: gcc-c++
BuildRequires: make

View File

@ -3,16 +3,16 @@
%global _vpath_srcdir src
Name: stockfish
Version: 14
Release: 1%{?dist}
Source0: https://github.com/official-%{srcname}/%{name}/archive/sf_%{version}/%{srcname}-sf_%{version}.tar.gz
Version: 15
Release: 0%{?dist}
Source0: https://github.com/official-%{name}/%{srcname}/archive/sf_%{version}.tar.gz#/%{srcname}-sf_%{version}.tar.gz
Summary: Powerful open source chess engine
License: GPLv3+
URL: http://%{name}chess.org
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: make
BuildRequires: xz
%description
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
cd src
make build ARCH=x86-64-modern
%ifarch x86_64
make %{?_smp_mflags} build ARCH=x86-64
%endif
%install
cd src
@ -38,3 +40,5 @@ make PREFIX=%{buildroot}%{_prefix} install
%license Copying.txt
%doc AUTHORS README.md
%{_bindir}/%{name}
%changelog