2012-12-07 14:28:33 +01:00
|
|
|
#
|
2012-12-20 15:32:01 +01:00
|
|
|
# spec file for package kiriki
|
2012-12-07 14:28:33 +01:00
|
|
|
#
|
2022-11-17 23:58:25 +01:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2012-12-07 14:28:33 +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:44:49 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-12-07 14:28:33 +01:00
|
|
|
#
|
|
|
|
|
2017-08-12 00:56:48 +02:00
|
|
|
|
|
|
|
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
2018-07-28 15:35:31 +02:00
|
|
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
2022-01-06 13:44:46 +01:00
|
|
|
%bcond_without released
|
2018-11-25 00:44:49 +01:00
|
|
|
Name: kiriki
|
2023-02-02 19:37:34 +01:00
|
|
|
Version: 22.12.2
|
2018-11-25 00:44:49 +01:00
|
|
|
Release: 0
|
2016-12-03 16:10:45 +01:00
|
|
|
Summary: Yahtzee-like Game
|
2018-11-25 00:44:49 +01:00
|
|
|
License: GPL-2.0-or-later
|
2021-04-19 15:30:59 +02:00
|
|
|
URL: https://apps.kde.org/kiriki
|
2022-12-08 13:38:34 +01:00
|
|
|
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
2022-01-06 13:44:46 +01:00
|
|
|
%if %{with released}
|
2022-12-08 13:38:34 +01:00
|
|
|
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
2021-04-19 15:30:59 +02:00
|
|
|
Source2: applications.keyring
|
|
|
|
%endif
|
2015-08-07 11:40:35 +02:00
|
|
|
BuildRequires: extra-cmake-modules
|
2020-03-28 14:57:44 +01:00
|
|
|
BuildRequires: update-desktop-files
|
2019-11-29 12:39:45 +01:00
|
|
|
BuildRequires: cmake(KF5Archive)
|
|
|
|
BuildRequires: cmake(KF5Codecs)
|
|
|
|
BuildRequires: cmake(KF5Completion)
|
|
|
|
BuildRequires: cmake(KF5Config)
|
|
|
|
BuildRequires: cmake(KF5ConfigWidgets)
|
|
|
|
BuildRequires: cmake(KF5CoreAddons)
|
|
|
|
BuildRequires: cmake(KF5DBusAddons)
|
|
|
|
BuildRequires: cmake(KF5DNSSD)
|
|
|
|
BuildRequires: cmake(KF5DocTools)
|
|
|
|
BuildRequires: cmake(KF5I18n)
|
|
|
|
BuildRequires: cmake(KF5IconThemes)
|
|
|
|
BuildRequires: cmake(KF5ItemModels)
|
|
|
|
BuildRequires: cmake(KF5ItemViews)
|
2020-03-28 14:57:44 +01:00
|
|
|
BuildRequires: cmake(KF5KDEGames)
|
|
|
|
BuildRequires: cmake(KF5KDELibs4Support)
|
|
|
|
BuildRequires: cmake(KF5KIO)
|
2019-11-29 12:39:45 +01:00
|
|
|
BuildRequires: cmake(KF5NotifyConfig)
|
|
|
|
BuildRequires: cmake(KF5Service)
|
|
|
|
BuildRequires: cmake(KF5WidgetsAddons)
|
|
|
|
BuildRequires: cmake(KF5WindowSystem)
|
|
|
|
BuildRequires: cmake(KF5XmlGui)
|
|
|
|
BuildRequires: cmake(Qt5Qml)
|
|
|
|
BuildRequires: cmake(Qt5Quick)
|
|
|
|
BuildRequires: cmake(Qt5QuickWidgets)
|
|
|
|
BuildRequires: cmake(Qt5Svg)
|
|
|
|
BuildRequires: cmake(Qt5Test)
|
|
|
|
BuildRequires: cmake(Qt5Widgets)
|
2016-12-03 16:10:45 +01:00
|
|
|
Obsoletes: kiriki5 < %{version}
|
|
|
|
Provides: kiriki5 = %{version}
|
2012-12-07 14:28:33 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Kiriki is the KDE version of the dice game Yahtzee where you roll dices
|
|
|
|
to get higher scores in several combinations
|
|
|
|
|
2017-04-15 15:28:24 +02:00
|
|
|
%lang_package
|
|
|
|
|
2012-12-07 14:28:33 +01:00
|
|
|
%prep
|
2021-04-19 15:30:59 +02:00
|
|
|
%autosetup -p1
|
2012-12-07 14:28:33 +01:00
|
|
|
|
|
|
|
%build
|
2022-11-17 23:58:25 +01:00
|
|
|
%cmake_kf5 -d build
|
|
|
|
%cmake_build
|
2012-12-07 14:28:33 +01:00
|
|
|
|
|
|
|
%install
|
2022-11-17 23:58:25 +01:00
|
|
|
%kf5_makeinstall -C build
|
|
|
|
|
|
|
|
%find_lang %{name} --with-man --all-name
|
|
|
|
%{kf5_find_htmldocs}
|
|
|
|
|
|
|
|
%suse_update_desktop_file -r org.kde.kiriki Game BoardGame
|
2012-12-07 14:28:33 +01:00
|
|
|
|
2016-12-03 16:10:45 +01:00
|
|
|
%files
|
2018-11-25 00:44:49 +01:00
|
|
|
%license COPYING*
|
2017-08-12 00:56:48 +02:00
|
|
|
%doc %lang(en) %{_kf5_htmldir}/en/kiriki/
|
2015-08-07 11:40:35 +02:00
|
|
|
%{_kf5_applicationsdir}/org.kde.kiriki.desktop
|
|
|
|
%{_kf5_appsdir}/kiriki/
|
2016-08-09 13:41:03 +02:00
|
|
|
%{_kf5_appstreamdir}/org.kde.kiriki.appdata.xml
|
2017-08-12 00:56:48 +02:00
|
|
|
%{_kf5_bindir}/kiriki
|
|
|
|
%{_kf5_iconsdir}/hicolor/*/apps/kiriki.*
|
2012-12-07 14:28:33 +01:00
|
|
|
|
2017-04-15 15:28:24 +02:00
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
2012-12-07 14:28:33 +01:00
|
|
|
%changelog
|