|
|
|
@ -1,11 +1,10 @@
|
|
|
|
|
%undefine __cmake_in_source_build
|
|
|
|
|
Name: kde-cli-tools
|
|
|
|
|
Version: 5.21.90
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Tools based on KDE Frameworks 5 to better interact with the system
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://cgit.kde.org/%{name}
|
|
|
|
|
URL: https://invent.kde.org/plasma/%{name}
|
|
|
|
|
|
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
|
%if %{revision} >= 50
|
|
|
|
@ -27,12 +26,12 @@ BuildRequires: kf5-rpm-macros
|
|
|
|
|
|
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
|
BuildRequires: kf5-kconfig-devel
|
|
|
|
|
BuildRequires: kf5-kdoctools-devel
|
|
|
|
|
BuildRequires: kf5-kiconthemes-devel
|
|
|
|
|
BuildRequires: kf5-kinit-devel >= 5.10.0-3
|
|
|
|
|
BuildRequires: kf5-ki18n-devel
|
|
|
|
|
BuildRequires: kf5-kcmutils-devel
|
|
|
|
|
BuildRequires: kf5-kdesu-devel
|
|
|
|
|
BuildRequires: kf5-kdelibs4support-devel
|
|
|
|
|
BuildRequires: kf5-kio-devel
|
|
|
|
|
BuildRequires: kf5-kwindowsystem-devel
|
|
|
|
|
BuildRequires: kf5-kactivities-devel
|
|
|
|
|
BuildRequires: kf5-kdeclarative-devel
|
|
|
|
@ -40,12 +39,9 @@ BuildRequires: kf5-kdeclarative-devel
|
|
|
|
|
BuildRequires: plasma-workspace-devel >= %{version}
|
|
|
|
|
Requires: libkworkspace5%{?_isa} >= %{version}
|
|
|
|
|
|
|
|
|
|
# probably could be unversioned, but let's play it safe so we can avoid adding Conflicts: -- rex
|
|
|
|
|
# upgrade path, from when this wasn't split out
|
|
|
|
|
Requires: kdesu = 1:%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
# libkdeinit5_kcmshell5
|
|
|
|
|
%{?kf5_kinit_requires}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Provides several KDE and Plasma specific command line tools to allow
|
|
|
|
|
better interaction with the system.
|
|
|
|
@ -108,6 +104,9 @@ ln -s %{_kf5_libexecdir}/kdesu %{buildroot}%{_bindir}/kdesu
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat May 15 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.21.90-2
|
|
|
|
|
- cleanup, update deps
|
|
|
|
|
|
|
|
|
|
* Sat May 15 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.21.90-1
|
|
|
|
|
- 5.21.90
|
|
|
|
|
|
|
|
|
|