File thyme.spec of Package thyme
#
# spec file for package thyme
#
# Copyright (c) 2019, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: thyme
Version: 0.0.0+git.20190210
Release: 0
Summary: An open source re-implementation of C&C Generals : Zero Hour
License: GPL-2.0-or-later
Group: Amusements/Games/Strategy/Other
URL: https://github.com/TheAssemblyArmada/Thyme
#Git-Clone: https://github.com/TheAssemblyArmada/Thyme.git
Source: %{name}-%{version}.tar.xz
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: libicu-devel
#BuildRequires: git-core
%description
Thyme is an open source re-implementation of Command & Conquer Generals: Zero Hour.
Zero Hour is the expansion pack of Command & Conquer Generals, released in 2003.
%prep
%setup -q
%build
%cmake -DSTANDALONE=ON
%make_jobs
%install
install -D -m0755 build/thyme %{buildroot}%{_bindir}/thyme
%files
%license LICENSE
%license LICENSE
%doc README.md
%{_bindir}/thyme
%changelog