2012-12-07 14:31:46 +01:00
|
|
|
#
|
2012-12-21 09:08:33 +01:00
|
|
|
# spec file for package kollision
|
2012-12-07 14:31:46 +01:00
|
|
|
#
|
2018-11-25 00:45:03 +01:00
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
2012-12-07 14:31:46 +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.
|
|
|
|
|
2018-11-25 00:45:03 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-12-07 14:31:46 +01:00
|
|
|
#
|
|
|
|
|
2017-08-12 00:57:56 +02:00
|
|
|
|
2019-11-29 12:40:02 +01:00
|
|
|
%define kf5_version 5.60.0
|
2017-08-12 00:57:56 +02:00
|
|
|
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
2018-07-28 15:39:50 +02:00
|
|
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
2018-11-25 00:45:03 +01:00
|
|
|
%bcond_without lang
|
|
|
|
Name: kollision
|
2020-03-06 10:16:44 +01:00
|
|
|
Version: 19.12.3
|
2018-11-25 00:45:03 +01:00
|
|
|
Release: 0
|
2016-12-03 15:14:14 +01:00
|
|
|
Summary: Kollision game
|
2018-11-25 00:45:03 +01:00
|
|
|
License: GPL-2.0-or-later
|
2016-12-03 15:14:14 +01:00
|
|
|
Group: Amusements/Games/Board/Puzzle
|
2019-08-15 16:00:52 +02:00
|
|
|
URL: https://www.kde.org
|
2019-12-11 14:03:37 +01:00
|
|
|
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
2019-08-15 16:00:52 +02:00
|
|
|
%if %{with lang}
|
2019-12-11 14:03:37 +01:00
|
|
|
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
2019-08-15 16:00:52 +02:00
|
|
|
Source2: applications.keyring
|
|
|
|
%endif
|
2015-05-11 18:16:25 +02:00
|
|
|
BuildRequires: extra-cmake-modules
|
2019-11-29 12:40:02 +01:00
|
|
|
BuildRequires: cmake(KF5Config)
|
|
|
|
BuildRequires: cmake(KF5ConfigWidgets)
|
|
|
|
BuildRequires: cmake(KF5CoreAddons)
|
|
|
|
BuildRequires: cmake(KF5KDELibs4Support)
|
|
|
|
BuildRequires: cmake(KF5DocTools)
|
|
|
|
BuildRequires: cmake(KF5GuiAddons)
|
|
|
|
BuildRequires: cmake(KF5I18n)
|
|
|
|
BuildRequires: cmake(KF5IconThemes)
|
|
|
|
BuildRequires: cmake(KF5KIO)
|
|
|
|
BuildRequires: cmake(KF5ItemViews)
|
|
|
|
BuildRequires: cmake(KF5NewStuff)
|
|
|
|
BuildRequires: cmake(KF5NotifyConfig)
|
|
|
|
BuildRequires: cmake(KF5WidgetsAddons)
|
|
|
|
BuildRequires: cmake(KF5XmlGui)
|
|
|
|
BuildRequires: cmake(KF5KDEGames)
|
|
|
|
BuildRequires: cmake(Phonon4Qt5)
|
2015-05-11 18:16:25 +02:00
|
|
|
BuildRequires: update-desktop-files
|
2019-11-29 12:40:02 +01:00
|
|
|
BuildRequires: cmake(Qt5QuickWidgets)
|
|
|
|
BuildRequires: cmake(Qt5Svg)
|
|
|
|
BuildRequires: cmake(Qt5Test)
|
|
|
|
BuildRequires: cmake(Qt5Widgets)
|
2015-05-11 18:16:25 +02:00
|
|
|
Obsoletes: %{name}5 < %{version}
|
|
|
|
Provides: %{name}5 = %{version}
|
2017-08-12 00:57:56 +02:00
|
|
|
%if %{with lang}
|
2017-04-20 10:49:25 +02:00
|
|
|
Recommends: %{name}-lang
|
2017-08-12 00:57:56 +02:00
|
|
|
%endif
|
2012-12-07 14:31:46 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
KDE version of a classic arcade game
|
|
|
|
|
2017-04-15 15:28:32 +02:00
|
|
|
%if %{with lang}
|
|
|
|
%lang_package
|
|
|
|
%endif
|
|
|
|
|
2012-12-07 14:31:46 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n kollision-%{version}
|
|
|
|
|
|
|
|
%build
|
2015-05-11 18:16:25 +02:00
|
|
|
%cmake_kf5 -d build
|
2020-02-07 09:45:39 +01:00
|
|
|
%cmake_build
|
2012-12-07 14:31:46 +01:00
|
|
|
|
|
|
|
%install
|
2015-05-11 18:16:25 +02:00
|
|
|
%kf5_makeinstall -C build
|
2017-04-15 15:28:32 +02:00
|
|
|
%if %{with lang}
|
|
|
|
%find_lang %{name} --with-man --all-name
|
2018-11-25 00:45:03 +01:00
|
|
|
%{kf5_find_htmldocs}
|
2017-04-15 15:28:32 +02:00
|
|
|
%endif
|
2015-05-11 18:16:25 +02:00
|
|
|
%suse_update_desktop_file -r org.kde.kollision Game LogicGame
|
2012-12-07 14:31:46 +01:00
|
|
|
|
2016-12-03 15:14:14 +01:00
|
|
|
%files
|
2018-11-25 00:45:03 +01:00
|
|
|
%license COPYING COPYING.DOC
|
2017-08-12 00:57:56 +02:00
|
|
|
%doc %lang(en) %{_kf5_htmldir}/en/kollision/
|
2015-05-11 18:16:25 +02:00
|
|
|
%{_kf5_applicationsdir}/org.kde.kollision.desktop
|
2017-08-12 00:57:56 +02:00
|
|
|
%{_kf5_appsdir}/kollision/
|
|
|
|
%{_kf5_appstreamdir}/
|
|
|
|
%{_kf5_bindir}/kollision
|
2015-05-11 18:16:25 +02:00
|
|
|
%{_kf5_iconsdir}/hicolor/*/*/kollision.*
|
2015-08-07 12:06:05 +02:00
|
|
|
%{_kf5_iconsdir}/oxygen/*/*/kollision.*
|
2012-12-07 14:31:46 +01:00
|
|
|
|
2017-04-15 15:28:32 +02:00
|
|
|
%if %{with lang}
|
|
|
|
%files lang -f %{name}.lang
|
2018-11-25 00:45:03 +01:00
|
|
|
%license COPYING*
|
2017-04-15 15:28:32 +02:00
|
|
|
%endif
|
|
|
|
|
2012-12-07 14:31:46 +01:00
|
|
|
%changelog
|