2012-12-07 14:27:17 +01:00
|
|
|
#
|
2012-12-20 15:31:18 +01:00
|
|
|
# spec file for package kgoldrunner
|
2012-12-07 14:27:17 +01:00
|
|
|
#
|
2017-03-26 14:53:34 +02:00
|
|
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
2012-12-07 14:27:17 +01:00
|
|
|
#
|
|
|
|
# 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: kgoldrunner
|
2017-03-26 14:53:34 +02:00
|
|
|
BuildRequires: libkdegames4-devel
|
|
|
|
BuildRequires: xz
|
2012-12-20 15:31:18 +01:00
|
|
|
Summary: Action & Puzzle Solving Game
|
2012-12-07 14:27:17 +01:00
|
|
|
License: GPL-2.0+
|
|
|
|
Group: Amusements/Games/Action/Arcade
|
|
|
|
Url: http://www.kde.org
|
2017-04-12 16:51:57 +02:00
|
|
|
Version: 17.03.90
|
2017-03-26 14:53:34 +02:00
|
|
|
Release: 0
|
2012-12-07 14:27:17 +01:00
|
|
|
Source0: kgoldrunner-%{version}.tar.xz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2017-03-26 14:53:34 +02:00
|
|
|
%kde4_runtime_requires
|
2012-12-07 14:27:17 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
KGoldrunner is a game of action and puzzle solving
|
|
|
|
|
2017-03-26 14:53:34 +02:00
|
|
|
|
2012-12-07 14:27:17 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n kgoldrunner-%{version}
|
|
|
|
|
|
|
|
%build
|
2017-03-26 14:53:34 +02:00
|
|
|
%cmake_kde4 -d build
|
2012-12-07 14:27:17 +01:00
|
|
|
%make_jobs
|
|
|
|
|
|
|
|
%install
|
2017-03-26 14:53:34 +02:00
|
|
|
cd build
|
|
|
|
%kde4_makeinstall
|
|
|
|
%suse_update_desktop_file -r KGoldrunner Game ArcadeGame
|
|
|
|
%kde_post_install
|
2012-12-07 14:27:17 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc COPYING COPYING.DOC
|
2017-03-26 14:53:34 +02:00
|
|
|
%{_kde4_bindir}/kgoldrunner
|
|
|
|
%{_kde4_applicationsdir}/KGoldrunner.desktop
|
|
|
|
%{_kde4_htmldir}/en/kgoldrunner/
|
|
|
|
%{_kde4_iconsdir}/hicolor/*/apps/kgoldrunner.*
|
|
|
|
%{_kde4_appsdir}/kgoldrunner
|
|
|
|
%{_kde4_configdir}/kgoldrunner.knsrc
|
2012-12-07 14:27:17 +01:00
|
|
|
|
|
|
|
%changelog
|