dvratil pushed to kf5-kded (f20). "%{?kf5_kinit_requires}"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Jun 11 12:29:56 UTC 2015


From 8ac10b6faad9bff42f4258289f8b84509bd27eed Mon Sep 17 00:00:00 2001
From: Rex Dieter <rdieter at math.unl.edu>
Date: Mon, 1 Jun 2015 12:49:55 -0500
Subject: %{?kf5_kinit_requires}


diff --git a/kf5-kded.spec b/kf5-kded.spec
index f1c3a11..1189ff1 100644
--- a/kf5-kded.spec
+++ b/kf5-kded.spec
@@ -2,7 +2,7 @@
 
 Name:           kf5-%{framework}
 Version:        5.10.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        KDE Frameworks 5 Tier 3 addon with extensible daemon for system-level services
 
 License:        LGPLv2+
@@ -26,11 +26,14 @@ BuildRequires:  kf5-kcoreaddons-devel
 BuildRequires:  kf5-kcrash-devel
 BuildRequires:  kf5-kdbusaddons-devel
 BuildRequires:  kf5-kdoctools-devel
-BuildRequires:  kf5-kinit-devel
+BuildRequires:  kf5-kinit-devel >= 5.10.0-3
 BuildRequires:  kf5-kservice-devel
 
 Requires:       kf5-filesystem
 
+# libkdeinit5_kded5
+%{?kf5_kinit_requires}
+
 %description
 KDED stands for KDE Daemon which isn't very descriptive. KDED runs
 in the background and performs a number of small tasks. Some of these
@@ -53,7 +56,7 @@ developing applications that use %{name}.
 %setup -q -n %{framework}-%{version}
 
 %build
-mkdir -p %{_target_platform}
+mkdir %{_target_platform}
 pushd %{_target_platform}
 %{cmake_kf5} ..
 popd
@@ -83,6 +86,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
 
 %changelog
+* Mon Jun 01 2015 Rex Dieter <rdieter at fedoraproject.org> 5.10.0-2
+- %%{?kf5_kinit_requires}
+
 * Mon May 11 2015 Daniel Vrátil <dvratil at redhat.com> - 5.10.0-1
 - KDE Frameworks 5.10.0
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/kf5-kded.git/commit/?h=f20&id=8ac10b6faad9bff42f4258289f8b84509bd27eed


More information about the scm-commits mailing list