2012-12-07 14:11:30 +01:00
|
|
|
#
|
2012-12-20 15:25:45 +01:00
|
|
|
# spec file for package kajongg
|
2012-12-07 14:11:30 +01:00
|
|
|
#
|
2020-03-28 14:57:01 +01:00
|
|
|
# Copyright (c) 2020 SUSE LLC
|
2012-12-07 14:11:30 +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:13 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-12-07 14:11:30 +01:00
|
|
|
#
|
|
|
|
|
2017-08-12 00:53:44 +02:00
|
|
|
|
2019-11-29 12:39:06 +01:00
|
|
|
%define kf5_version 5.60.0
|
2017-08-12 00:53:44 +02:00
|
|
|
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
2018-07-28 15:24:48 +02:00
|
|
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
2018-11-25 00:44:13 +01:00
|
|
|
%bcond_without lang
|
|
|
|
Name: kajongg
|
2020-05-17 12:18:04 +02:00
|
|
|
Version: 20.04.1
|
2018-11-25 00:44:13 +01:00
|
|
|
Release: 0
|
2012-12-20 15:25:45 +01:00
|
|
|
Summary: 4 Player Mahjongg game
|
2018-11-25 00:44:13 +01:00
|
|
|
License: GPL-2.0-or-later
|
2012-12-07 14:11:30 +01:00
|
|
|
Group: Amusements/Games/Board/Puzzle
|
2019-08-15 16:00:21 +02:00
|
|
|
URL: https://www.kde.org
|
2020-04-24 09:22:37 +02:00
|
|
|
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
2017-03-26 09:16:03 +02:00
|
|
|
BuildRequires: extra-cmake-modules
|
2017-08-12 00:53:44 +02:00
|
|
|
BuildRequires: python3-Twisted >= 16.6.0
|
|
|
|
BuildRequires: python3-base >= 3.5.0
|
|
|
|
BuildRequires: python3-qt5-devel
|
|
|
|
BuildRequires: update-desktop-files
|
|
|
|
BuildRequires: xz
|
2017-03-26 09:16:03 +02:00
|
|
|
BuildRequires: cmake(KF5Config)
|
2017-08-12 00:53:44 +02:00
|
|
|
BuildRequires: cmake(KF5ConfigWidgets)
|
2017-03-26 09:16:03 +02:00
|
|
|
BuildRequires: cmake(KF5DocTools)
|
2017-04-15 15:27:58 +02:00
|
|
|
BuildRequires: cmake(KF5I18n)
|
2017-03-26 09:16:03 +02:00
|
|
|
BuildRequires: cmake(KF5KMahjongglib)
|
2017-08-12 00:53:44 +02:00
|
|
|
BuildRequires: cmake(Qt5Core)
|
|
|
|
BuildRequires: cmake(Qt5Gui)
|
|
|
|
BuildRequires: cmake(Qt5Svg)
|
|
|
|
BuildRequires: cmake(Qt5Widgets)
|
2017-03-26 09:16:03 +02:00
|
|
|
Requires: python3-Twisted
|
2017-11-28 15:16:31 +01:00
|
|
|
Requires: python3-qt5
|
2018-11-25 00:44:13 +01:00
|
|
|
BuildArch: noarch
|
2017-08-12 00:53:44 +02:00
|
|
|
%if %{with lang}
|
2020-04-24 09:22:37 +02:00
|
|
|
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
2020-03-28 14:57:01 +01:00
|
|
|
Source2: applications.keyring
|
2017-08-12 00:53:44 +02:00
|
|
|
%endif
|
2020-03-28 14:57:01 +01:00
|
|
|
Recommends: %{name}-lang
|
2012-12-07 14:11:30 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Kajongg is a version of the four player Mahjongg tile game.
|
|
|
|
|
2017-04-15 15:27:58 +02:00
|
|
|
%lang_package
|
|
|
|
|
2012-12-07 14:11:30 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n kajongg-%{version}
|
|
|
|
|
|
|
|
%build
|
2017-03-26 09:16:03 +02:00
|
|
|
# Workaround for kde#376303
|
|
|
|
export PYTHONDONTWRITEBYTECODE=1
|
|
|
|
export DESTDIR=%{buildroot}
|
|
|
|
%cmake_kf5 -d build
|
2020-02-07 09:40:01 +01:00
|
|
|
%cmake_build
|
2012-12-07 14:11:30 +01:00
|
|
|
|
|
|
|
%install
|
2017-04-15 15:27:58 +02:00
|
|
|
%make_install -C build
|
|
|
|
%if %{with lang}
|
|
|
|
%find_lang %{name} --with-man --all-name
|
2018-11-25 00:44:13 +01:00
|
|
|
%{kf5_find_htmldocs}
|
2017-04-15 15:27:58 +02:00
|
|
|
%endif
|
2016-12-03 16:05:38 +01:00
|
|
|
%suse_update_desktop_file -r org.kde.kajongg Game BoardGame
|
2012-12-07 14:11:30 +01:00
|
|
|
|
|
|
|
%files
|
2018-11-25 00:44:13 +01:00
|
|
|
%license COPYING*
|
|
|
|
%doc README
|
2017-08-12 00:53:44 +02:00
|
|
|
%doc %lang(en) %{_kf5_htmldir}/en/kajongg/
|
2017-03-26 09:16:03 +02:00
|
|
|
%{_kf5_applicationsdir}/org.kde.kajongg.desktop
|
|
|
|
%{_kf5_appsdir}/kajongg/
|
2017-08-12 00:53:44 +02:00
|
|
|
%{_kf5_appstreamdir}/
|
|
|
|
%{_kf5_bindir}/kajongg
|
|
|
|
%{_kf5_bindir}/kajonggserver
|
|
|
|
%{_kf5_iconsdir}/hicolor/*/actions/games-kajongg-law.*
|
|
|
|
%{_kf5_iconsdir}/hicolor/*/apps/kajongg.*
|
2017-04-15 15:27:58 +02:00
|
|
|
%if %{with lang}
|
|
|
|
%files lang -f %{name}.lang
|
2018-11-25 00:44:13 +01:00
|
|
|
%license COPYING*
|
2017-04-15 15:27:58 +02:00
|
|
|
%endif
|
|
|
|
|
2012-12-07 14:11:30 +01:00
|
|
|
%changelog
|