rdieter pushed to kde-cli-tools (f22). "%{?kf5_kinit_requires}"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Jun 1 17:51:52 UTC 2015


From 3c17d4672724c03dfd7d8a615aff5684297d4fb7 Mon Sep 17 00:00:00 2001
From: Rex Dieter <rdieter at math.unl.edu>
Date: Mon, 1 Jun 2015 12:45:09 -0500
Subject: %{?kf5_kinit_requires}


diff --git a/kde-cli-tools.spec b/kde-cli-tools.spec
index 75dd51c..7e57bee 100644
--- a/kde-cli-tools.spec
+++ b/kde-cli-tools.spec
@@ -1,6 +1,6 @@
 Name:           kde-cli-tools
 Version:        5.3.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Tools based on KDE Frameworks 5 to better interact with the system
 
 License:        GPLv2+
@@ -23,6 +23,7 @@ BuildRequires:  kf5-rpm-macros
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kf5-kconfig-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
@@ -34,6 +35,9 @@ Requires:       kf5-filesystem
 # probably could be unversioned, but let's play it safe so we can avoid adding Conflicts: -- rex
 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.
@@ -55,7 +59,7 @@ Conflicts: kde-runtime-docs < 14.12.3-2
 %setup -q -n %{name}-%{version}
 
 %build
-mkdir -p %{_target_platform}
+mkdir %{_target_platform}
 pushd %{_target_platform}
 %{cmake_kf5} ..
 popd
@@ -92,6 +96,9 @@ ln -s %{_kf5_libexecdir}/kdesu %{buildroot}%{_bindir}/kdesu
 
 
 %changelog
+* Mon Jun 01 2015 Rex Dieter <rdieter at fedoraproject.org> 5.3.1-2
+- %%{?kf5_kinit_requires}
+
 * Tue May 26 2015 Daniel Vrátil <dvratil at redhat.com> - 5.3.1-1
 - Plasma 5.3.1
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/kde-cli-tools.git/commit/?h=f22&id=3c17d4672724c03dfd7d8a615aff5684297d4fb7


More information about the scm-commits mailing list