2012-12-07 14:39:47 +01:00
|
|
|
#
|
2012-12-21 09:09:46 +01:00
|
|
|
# spec file for package libkmahjongg
|
2012-12-07 14:39:47 +01:00
|
|
|
#
|
2023-03-02 15:21:46 +01:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2012-12-07 14:39:47 +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:25 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-12-07 14:39:47 +01:00
|
|
|
#
|
|
|
|
|
2017-08-12 01:00:54 +02:00
|
|
|
|
2022-01-06 13:45:08 +01:00
|
|
|
%bcond_without released
|
2018-11-25 00:45:25 +01:00
|
|
|
Name: libkmahjongg
|
2023-07-06 16:18:34 +02:00
|
|
|
Version: 23.04.3
|
2018-11-25 00:45:25 +01:00
|
|
|
Release: 0
|
2012-12-21 09:09:46 +01:00
|
|
|
Summary: General Data for KDE Games
|
2018-11-25 00:45:25 +01:00
|
|
|
License: GPL-2.0-or-later
|
2019-08-15 16:01:16 +02:00
|
|
|
URL: https://www.kde.org
|
2023-04-20 11:27:04 +02:00
|
|
|
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
2022-01-06 13:45:08 +01:00
|
|
|
%if %{with released}
|
2023-04-20 11:27:04 +02:00
|
|
|
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
2021-04-19 15:31:12 +02:00
|
|
|
Source2: applications.keyring
|
|
|
|
%endif
|
2013-01-07 11:06:22 +01:00
|
|
|
BuildRequires: fdupes
|
2020-03-28 14:58:29 +01:00
|
|
|
BuildRequires: xz
|
2019-11-29 12:40:39 +01: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 19:21:22 +02:00
|
|
|
Obsoletes: %{name}-kf5 < %{version}
|
|
|
|
Provides: %{name}-kf5 = %{version}
|
2012-12-07 14:39:47 +01:00
|
|
|
|
|
|
|
%description
|
2013-01-07 11:06:22 +01:00
|
|
|
This package contains data which is required by KDE games.
|
2012-12-07 14:39:47 +01:00
|
|
|
|
2015-05-11 19:21:22 +02:00
|
|
|
%package -n libKF5KMahjongglib5
|
2012-12-07 14:39:47 +01:00
|
|
|
Summary: Library for Mahjongg tiles
|
2018-11-25 00:45:25 +01:00
|
|
|
License: LGPL-2.1-or-later
|
2012-12-07 14:39:47 +01:00
|
|
|
Requires: libkmahjongg
|
|
|
|
|
2015-05-11 19:21:22 +02:00
|
|
|
%description -n libKF5KMahjongglib5
|
2012-12-07 14:39:47 +01:00
|
|
|
This package contains the library for Mahjongg tiles.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Library for Mahjongg tiles: Build Environment
|
2018-11-25 00:45:25 +01:00
|
|
|
License: LGPL-2.1-or-later
|
2015-05-11 19:21:22 +02:00
|
|
|
Requires: libKF5KMahjongglib5 = %{version}
|
|
|
|
Obsoletes: %{name}-kf5-devel < %{version}
|
|
|
|
Provides: %{name}-kf5-devel = %{version}
|
|
|
|
|
2012-12-07 14:39:47 +01:00
|
|
|
%description devel
|
|
|
|
This package contains all necessary files and libraries needed to
|
|
|
|
develop games that uses Mahjongg tiles.
|
|
|
|
|
2017-04-15 15:28:58 +02:00
|
|
|
%lang_package
|
|
|
|
|
2013-01-07 11:06:22 +01:00
|
|
|
%prep
|
2021-04-19 15:31:12 +02:00
|
|
|
%autosetup -p1
|
2013-01-07 11:06:22 +01:00
|
|
|
|
|
|
|
%build
|
2015-05-11 19:21:22 +02:00
|
|
|
%cmake_kf5 -d build
|
2020-02-07 09:49:46 +01:00
|
|
|
%cmake_build
|
2013-01-07 11:06:22 +01:00
|
|
|
|
|
|
|
%install
|
2015-05-11 19:21:22 +02:00
|
|
|
%kf5_makeinstall -C build
|
2022-11-17 23:58:52 +01:00
|
|
|
|
|
|
|
%find_lang %{name} --with-man --all-name
|
|
|
|
|
2013-01-07 11:06:22 +01:00
|
|
|
%fdupes -s %{buildroot}
|
|
|
|
|
2023-03-02 15:21:46 +01:00
|
|
|
%ldconfig_scriptlets -n libKF5KMahjongglib5
|
2012-12-07 14:39:47 +01:00
|
|
|
|
2013-01-07 11:06:22 +01:00
|
|
|
%files
|
2018-11-25 00:45:25 +01:00
|
|
|
%doc README
|
|
|
|
%{_kf5_debugdir}/libkmahjongg.categories
|
2019-04-03 10:52:56 +02:00
|
|
|
%{_kf5_sharedir}/kmahjongglib/
|
2013-01-07 11:06:22 +01:00
|
|
|
|
2015-05-11 19:21:22 +02:00
|
|
|
%files -n libKF5KMahjongglib5
|
2021-03-28 09:27:51 +02:00
|
|
|
%license LICENSES/*
|
2018-11-25 00:45:25 +01:00
|
|
|
%doc README
|
2015-05-11 19:21:22 +02:00
|
|
|
%{_kf5_libdir}/libKF5KMahjongglib.so.*
|
2012-12-07 14:39:47 +01:00
|
|
|
|
|
|
|
%files devel
|
2018-11-25 00:45:25 +01:00
|
|
|
%doc README
|
2021-04-19 15:31:12 +02:00
|
|
|
%{_kf5_cmakedir}/KF5KMahjongglib
|
2021-07-27 11:36:03 +02:00
|
|
|
%{_kf5_includedir}/KMahjongg/
|
2015-05-11 19:21:22 +02:00
|
|
|
%{_kf5_libdir}/libKF5KMahjongglib.so
|
2012-12-07 14:39:47 +01:00
|
|
|
|
2017-04-15 15:28:58 +02:00
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
2012-12-07 14:39:47 +01:00
|
|
|
%changelog
|