%{?kf5_kinit_requires}

epel9
Rex Dieter 10 years ago
parent 3ed0941454
commit 3c17d46727

@ -1,6 +1,6 @@
Name: kde-cli-tools Name: kde-cli-tools
Version: 5.3.1 Version: 5.3.1
Release: 1%{?dist} Release: 2%{?dist}
Summary: Tools based on KDE Frameworks 5 to better interact with the system Summary: Tools based on KDE Frameworks 5 to better interact with the system
License: GPLv2+ License: GPLv2+
@ -23,6 +23,7 @@ BuildRequires: kf5-rpm-macros
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: kf5-kconfig-devel BuildRequires: kf5-kconfig-devel
BuildRequires: kf5-kiconthemes-devel BuildRequires: kf5-kiconthemes-devel
BuildRequires: kf5-kinit-devel >= 5.10.0-3
BuildRequires: kf5-ki18n-devel BuildRequires: kf5-ki18n-devel
BuildRequires: kf5-kcmutils-devel BuildRequires: kf5-kcmutils-devel
BuildRequires: kf5-kdesu-devel BuildRequires: kf5-kdesu-devel
@ -34,6 +35,9 @@ Requires: kf5-filesystem
# probably could be unversioned, but let's play it safe so we can avoid adding Conflicts: -- rex # probably could be unversioned, but let's play it safe so we can avoid adding Conflicts: -- rex
Requires: kdesu = 1:%{version}-%{release} Requires: kdesu = 1:%{version}-%{release}
# libkdeinit5_kcmshell5
%{?kf5_kinit_requires}
%description %description
Provides several KDE and Plasma specific command line tools to allow Provides several KDE and Plasma specific command line tools to allow
better interaction with the system. better interaction with the system.
@ -55,7 +59,7 @@ Conflicts: kde-runtime-docs < 14.12.3-2
%setup -q -n %{name}-%{version} %setup -q -n %{name}-%{version}
%build %build
mkdir -p %{_target_platform} mkdir %{_target_platform}
pushd %{_target_platform} pushd %{_target_platform}
%{cmake_kf5} .. %{cmake_kf5} ..
popd popd
@ -92,6 +96,9 @@ ln -s %{_kf5_libexecdir}/kdesu %{buildroot}%{_bindir}/kdesu
%changelog %changelog
* Mon Jun 01 2015 Rex Dieter <rdieter@fedoraproject.org> 5.3.1-2
- %%{?kf5_kinit_requires}
* Tue May 26 2015 Daniel Vrátil <dvratil@redhat.com> - 5.3.1-1 * Tue May 26 2015 Daniel Vrátil <dvratil@redhat.com> - 5.3.1-1
- Plasma 5.3.1 - Plasma 5.3.1

Loading…
Cancel
Save