2012-12-07 13:39:47 +00:00
|
|
|
#
|
2012-12-21 08:09:46 +00:00
|
|
|
# spec file for package libkmahjongg
|
2012-12-07 13:39:47 +00:00
|
|
|
#
|
2022-11-17 22:58:52 +00:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2012-12-07 13:39:47 +00: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-24 23:45:25 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-12-07 13:39:47 +00:00
|
|
|
#
|
|
|
|
|
2017-08-11 23:00:54 +00:00
|
|
|
|
|
|
|
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
2018-07-28 13:48:23 +00:00
|
|
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
2022-01-06 12:45:08 +00:00
|
|
|
%bcond_without released
|
2018-11-24 23:45:25 +00:00
|
|
|
Name: libkmahjongg
|
2022-12-08 12:39:03 +00:00
|
|
|
Version: 22.12.0
|
2018-11-24 23:45:25 +00:00
|
|
|
Release: 0
|
2012-12-21 08:09:46 +00:00
|
|
|
Summary: General Data for KDE Games
|
2018-11-24 23:45:25 +00:00
|
|
|
License: GPL-2.0-or-later
|
2019-08-15 14:01:16 +00:00
|
|
|
URL: https://www.kde.org
|
2022-12-08 12:39:03 +00:00
|
|
|
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
2022-01-06 12:45:08 +00:00
|
|
|
%if %{with released}
|
2022-12-08 12:39:03 +00:00
|
|
|
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
2021-04-19 13:31:12 +00:00
|
|
|
Source2: applications.keyring
|
|
|
|
%endif
|
2013-01-07 10:06:22 +00:00
|
|
|
BuildRequires: fdupes
|
2020-03-28 13:58:29 +00:00
|
|
|
BuildRequires: xz
|
2019-11-29 11:40:39 +00:00
|
|
|
BuildRequires: cmake(KF5Completion)
|
|
|
|
BuildRequires: cmake(KF5Config)
|
|
|
|
BuildRequires: cmake(KF5ConfigWidgets)
|
|
|
|
BuildRequires: cmake(KF5CoreAddons)
|
|
|
|
BuildRequires: cmake(KF5I18n)
|
|
|
|
BuildRequires: cmake(KF5WidgetsAddons)
|
|
|
|
BuildRequires: cmake(Qt5Core)
|
|
|
|
BuildRequires: cmake(Qt5Gui)
|
|
|
|
BuildRequires: cmake(Qt5Svg)
|
|
|
|
BuildRequires: cmake(Qt5Test)
|
2015-05-11 17:21:22 +00:00
|
|
|
Obsoletes: %{name}-kf5 < %{version}
|
|
|
|
Provides: %{name}-kf5 = %{version}
|
2012-12-07 13:39:47 +00:00
|
|
|
|
|
|
|
%description
|
2013-01-07 10:06:22 +00:00
|
|
|
This package contains data which is required by KDE games.
|
2012-12-07 13:39:47 +00:00
|
|
|
|
2015-05-11 17:21:22 +00:00
|
|
|
%package -n libKF5KMahjongglib5
|
2012-12-07 13:39:47 +00:00
|
|
|
Summary: Library for Mahjongg tiles
|
2018-11-24 23:45:25 +00:00
|
|
|
License: LGPL-2.1-or-later
|
2012-12-07 13:39:47 +00:00
|
|
|
Requires: libkmahjongg
|
|
|
|
|
2015-05-11 17:21:22 +00:00
|
|
|
%description -n libKF5KMahjongglib5
|
2012-12-07 13:39:47 +00:00
|
|
|
This package contains the library for Mahjongg tiles.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Library for Mahjongg tiles: Build Environment
|
2018-11-24 23:45:25 +00:00
|
|
|
License: LGPL-2.1-or-later
|
2015-05-11 17:21:22 +00:00
|
|
|
Requires: libKF5KMahjongglib5 = %{version}
|
|
|
|
Obsoletes: %{name}-kf5-devel < %{version}
|
|
|
|
Provides: %{name}-kf5-devel = %{version}
|
|
|
|
|
2012-12-07 13:39:47 +00:00
|
|
|
%description devel
|
|
|
|
This package contains all necessary files and libraries needed to
|
|
|
|
develop games that uses Mahjongg tiles.
|
|
|
|
|
2017-04-15 13:28:58 +00:00
|
|
|
%lang_package
|
|
|
|
|
2013-01-07 10:06:22 +00:00
|
|
|
%prep
|
2021-04-19 13:31:12 +00:00
|
|
|
%autosetup -p1
|
2013-01-07 10:06:22 +00:00
|
|
|
|
|
|
|
%build
|
2015-05-11 17:21:22 +00:00
|
|
|
%cmake_kf5 -d build
|
2020-02-07 08:49:46 +00:00
|
|
|
%cmake_build
|
2013-01-07 10:06:22 +00:00
|
|
|
|
|
|
|
%install
|
2015-05-11 17:21:22 +00:00
|
|
|
%kf5_makeinstall -C build
|
2022-11-17 22:58:52 +00:00
|
|
|
|
|
|
|
%find_lang %{name} --with-man --all-name
|
|
|
|
|
2013-01-07 10:06:22 +00:00
|
|
|
%fdupes -s %{buildroot}
|
|
|
|
|
2015-05-11 17:21:22 +00:00
|
|
|
%post -n libKF5KMahjongglib5 -p /sbin/ldconfig
|
|
|
|
%postun -n libKF5KMahjongglib5 -p /sbin/ldconfig
|
2012-12-07 13:39:47 +00:00
|
|
|
|
2013-01-07 10:06:22 +00:00
|
|
|
%files
|
2018-11-24 23:45:25 +00:00
|
|
|
%doc README
|
|
|
|
%{_kf5_debugdir}/libkmahjongg.categories
|
2019-04-03 08:52:56 +00:00
|
|
|
%{_kf5_sharedir}/kmahjongglib/
|
2013-01-07 10:06:22 +00:00
|
|
|
|
2015-05-11 17:21:22 +00:00
|
|
|
%files -n libKF5KMahjongglib5
|
2021-03-28 07:27:51 +00:00
|
|
|
%license LICENSES/*
|
2018-11-24 23:45:25 +00:00
|
|
|
%doc README
|
2015-05-11 17:21:22 +00:00
|
|
|
%{_kf5_libdir}/libKF5KMahjongglib.so.*
|
2012-12-07 13:39:47 +00:00
|
|
|
|
|
|
|
%files devel
|
2018-11-24 23:45:25 +00:00
|
|
|
%doc README
|
2021-04-19 13:31:12 +00:00
|
|
|
%{_kf5_cmakedir}/KF5KMahjongglib
|
2021-07-27 09:36:03 +00:00
|
|
|
%{_kf5_includedir}/KMahjongg/
|
2015-05-11 17:21:22 +00:00
|
|
|
%{_kf5_libdir}/libKF5KMahjongglib.so
|
2012-12-07 13:39:47 +00:00
|
|
|
|
2017-04-15 13:28:58 +00:00
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
2012-12-07 13:39:47 +00:00
|
|
|
%changelog
|