File geekofall.spec of Package geekofall
#
# spec file for package geekofall
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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: geekofall
Version: 0.1535974195.9104dcc
Release: 0
Summary: Drop the Geeko screensaver
License: GPLv3-or-later
Group: Amusements/Toys/Screensavers
URL: https://github.com/ikapelyukhin/geekofall
Source: geekofall-%{version}.tar
BuildRequires: gcc-c++
BuildRequires: libBox2D-devel
BuildRequires: libX11-devel
BuildRequires: nlohmann_json-devel
BuildRequires: sfml2-devel
%description
%prep
%setup -q
%build
make %{?_smp_mflags}
%install
%make_install
%post
%postun
%files
%{_bindir}/geekofall
%dir %{_datadir}/geekofall
%{_datadir}/geekofall/geeko.json
%{_datadir}/geekofall/geeko.png
%license LICENSE
%doc README.md
%changelog