From d7bfb6c0c4a67ebe4ce5bd7fb149ebd06f92d6c9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 15 Apr 2015 17:34:05 -0500 Subject: [PATCH] 5.9.0-2 - -core: Requires: kde-settings - .spec cosmetics --- kf5-kconfig.spec | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/kf5-kconfig.spec b/kf5-kconfig.spec index 6255294..cd1341b 100644 --- a/kf5-kconfig.spec +++ b/kf5-kconfig.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with advanced configuration system License: GPLv2+ and LGPLv2+ and MIT @@ -34,6 +34,8 @@ parts: KConfigCore and KConfigGui. Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: qt5-qtbase-devel +## included for completeness and documentation, but part of qtbase-devel already -- rex +#Requires: pkgconfig(Qt5Xml) %description devel The %{name}-devel package contains libraries and header files for @@ -41,6 +43,7 @@ developing applications that use %{name}. %package core Summary: Non-GUI part of KConfig framework +Requires: kde-settings %description core KConfigCore provides access to the configuration files themselves. It features @@ -55,19 +58,23 @@ KConfigGui provides a way to hook widgets to the configuration so that they are automatically initialized from the configuration and automatically propagate their changes to their respective configuration files. + %prep %setup -q -n %{framework}-%{version} + %build -mkdir -p %{_target_platform} +mkdir %{_target_platform} pushd %{_target_platform} %{cmake_kf5} .. popd make %{?_smp_mflags} -C %{_target_platform} + %install -%make_install -C %{_target_platform} +make install/fast -C %{_target_platform} + %find_lang kconfig5_qt --with-qt --all-name @@ -102,6 +109,10 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Wed Apr 15 2015 Rex Dieter - 5.9.0-2 +- -core: Requires: kde-settings +- .spec cosmetics + * Tue Apr 07 2015 Daniel Vrátil - 5.9.0-1 - KDE Frameworks 5.9.0