2014-02-07 22:42:01 +01:00
|
|
|
#
|
|
|
|
# spec file for package kcmutils
|
|
|
|
#
|
2021-01-09 13:18:42 +01:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2014-02-07 22:42:01 +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-09-14 15:48:43 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-02-07 22:42:01 +01:00
|
|
|
#
|
|
|
|
|
2014-02-08 03:31:53 +01:00
|
|
|
|
2014-03-02 00:17:11 +01:00
|
|
|
%define lname libKF5KCMUtils5
|
2022-01-09 11:14:59 +01:00
|
|
|
%define _tar_path 5.90
|
2017-09-13 12:21:51 +02:00
|
|
|
# Full KF5 version (e.g. 5.33.0)
|
|
|
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
|
|
|
# Last major and minor KF5 version (e.g. 5.33)
|
2018-07-17 10:57:47 +02:00
|
|
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
2022-01-09 11:14:59 +01:00
|
|
|
%bcond_without released
|
2014-02-07 22:42:01 +01:00
|
|
|
Name: kcmutils
|
2022-01-09 11:14:59 +01:00
|
|
|
Version: 5.90.0
|
2014-02-07 22:42:01 +01:00
|
|
|
Release: 0
|
2018-08-21 13:24:37 +02:00
|
|
|
Summary: Classes to work with KCModules
|
2018-08-20 14:58:34 +02:00
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
Group: System/GUI/KDE
|
2018-10-16 14:23:51 +02:00
|
|
|
URL: https://www.kde.org
|
2021-11-12 13:20:49 +01:00
|
|
|
Source: %{name}-%{version}.tar.xz
|
2022-01-09 11:14:59 +01:00
|
|
|
%if %{with released}
|
2021-11-12 13:20:49 +01:00
|
|
|
Source1: %{name}-%{version}.tar.xz.sig
|
2019-08-11 23:06:59 +02:00
|
|
|
Source2: frameworks.keyring
|
|
|
|
%endif
|
2017-09-13 12:21:51 +02:00
|
|
|
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
2014-02-07 22:42:01 +01:00
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: kf5-filesystem
|
2019-09-13 09:44:50 +02:00
|
|
|
BuildRequires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: cmake(KF5Declarative) >= %{_kf5_bugfix_version}
|
2020-01-11 17:28:25 +01:00
|
|
|
BuildRequires: cmake(KF5GuiAddons) >= %{_kf5_bugfix_version}
|
2019-09-13 09:44:50 +02:00
|
|
|
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: cmake(KF5ItemViews) >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: cmake(KF5Package) >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: cmake(KF5Service) >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
|
2021-05-09 09:41:54 +02:00
|
|
|
BuildRequires: cmake(Qt5DBus) >= 5.15.0
|
|
|
|
BuildRequires: cmake(Qt5Qml) >= 5.15.0
|
|
|
|
BuildRequires: cmake(Qt5Quick) >= 5.15.0
|
|
|
|
BuildRequires: cmake(Qt5QuickWidgets) >= 5.15.0
|
|
|
|
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
2014-02-07 22:42:01 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
KCMUtils provides various classes to work with KCModules. KCModules can be
|
|
|
|
created with the KConfigWidgets framework.
|
|
|
|
|
2018-08-20 14:58:34 +02:00
|
|
|
%package -n %{lname}
|
2018-08-21 13:24:37 +02:00
|
|
|
Summary: Classes to work with KCModules
|
2014-03-02 00:17:11 +01:00
|
|
|
Group: System/GUI/KDE
|
|
|
|
Obsoletes: libKF5KCMUtils4
|
|
|
|
|
2018-08-20 14:58:34 +02:00
|
|
|
%description -n %{lname}
|
2014-03-02 00:17:11 +01:00
|
|
|
KCMUtils provides various classes to work with KCModules. KCModules can be
|
|
|
|
created with the KConfigWidgets framework.
|
|
|
|
|
2014-02-07 22:42:01 +01:00
|
|
|
%package devel
|
2018-08-21 13:24:37 +02:00
|
|
|
Summary: Build environment for kcmutils, a set of classes to work with KCModules
|
2014-02-07 22:42:01 +01:00
|
|
|
Group: Development/Libraries/KDE
|
2018-08-20 14:58:34 +02:00
|
|
|
Requires: %{lname} = %{version}
|
2014-02-07 22:42:01 +01:00
|
|
|
Requires: extra-cmake-modules
|
2019-09-13 09:44:50 +02:00
|
|
|
Requires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
|
|
|
|
Requires: cmake(KF5Service) >= %{_kf5_bugfix_version}
|
2014-02-07 22:42:01 +01:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
KCMUtils provides various classes to work with KCModules. KCModules can be
|
|
|
|
created with the KConfigWidgets framework. Development files.
|
|
|
|
|
2018-08-20 14:58:34 +02:00
|
|
|
%lang_package -n %{lname}
|
|
|
|
|
2014-02-07 22:42:01 +01:00
|
|
|
%prep
|
2021-05-09 09:41:54 +02:00
|
|
|
%autosetup -p1
|
2014-02-07 22:42:01 +01:00
|
|
|
|
|
|
|
%build
|
2021-05-09 09:41:54 +02:00
|
|
|
%cmake_kf5 -d build
|
|
|
|
%cmake_build
|
2014-02-07 22:42:01 +01:00
|
|
|
|
|
|
|
%install
|
2021-05-09 09:41:54 +02:00
|
|
|
%kf5_makeinstall -C build
|
|
|
|
%fdupes %{buildroot}
|
2014-02-07 22:42:01 +01:00
|
|
|
|
2022-01-09 11:14:59 +01:00
|
|
|
%if %{with released}
|
2015-04-05 13:50:09 +02:00
|
|
|
%find_lang %{name}5
|
2015-04-10 18:29:13 +02:00
|
|
|
%endif
|
2014-06-01 21:50:08 +02:00
|
|
|
|
2018-08-20 14:58:34 +02:00
|
|
|
%post -n %{lname} -p /sbin/ldconfig
|
|
|
|
%postun -n %{lname} -p /sbin/ldconfig
|
2014-02-07 22:42:01 +01:00
|
|
|
|
2022-01-09 11:14:59 +01:00
|
|
|
%if %{with released}
|
2018-08-20 14:58:34 +02:00
|
|
|
%files -n %{lname}-lang -f %{name}5.lang
|
2015-04-10 18:29:13 +02:00
|
|
|
%endif
|
2014-06-01 21:50:08 +02:00
|
|
|
|
2018-08-20 14:58:34 +02:00
|
|
|
%files -n %{lname}
|
2020-09-11 08:33:00 +02:00
|
|
|
%license LICENSES/*
|
2018-08-20 14:58:34 +02:00
|
|
|
%doc README*
|
2014-02-07 22:42:01 +01:00
|
|
|
%{_kf5_libdir}/libKF5KCMUtils.so.*
|
|
|
|
%dir %{_kf5_servicetypesdir}
|
|
|
|
%{_kf5_servicetypesdir}/kcmodule.desktop
|
|
|
|
%{_kf5_servicetypesdir}/kcmoduleinit.desktop
|
2020-08-09 09:39:34 +02:00
|
|
|
%{_kf5_debugdir}/kcmutils.categories
|
2014-02-07 22:42:01 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_kf5_libdir}/libKF5KCMUtils.so
|
|
|
|
%{_kf5_libdir}/cmake/KF5KCMUtils/
|
|
|
|
%{_kf5_includedir}/*.h
|
|
|
|
%dir %{_kf5_includedir}/*/
|
|
|
|
%{_kf5_includedir}/*/
|
|
|
|
%{_kf5_mkspecsdir}/qt_KCMUtils.pri
|
|
|
|
|
|
|
|
%changelog
|