From 068a192e3b24cacbd51e09de20a5e02bace39226 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 14 Jan 2016 08:14:22 -0600 Subject: [PATCH] cosmetics, update URL, use %license, -BR: cmake --- .gitignore | 20 -------------------- kf5-kconfig.spec | 15 +++++++-------- 2 files changed, 7 insertions(+), 28 deletions(-) diff --git a/.gitignore b/.gitignore index dc355d8..9476f20 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1 @@ -/kconfig-4.99.0.tar.xz -/kconfig-4.100.0.tar.xz -/kconfig-5.0.0.tar.xz -/kconfig-5.1.0.tar.xz -/kconfig-5.2.0.tar.xz -/kconfig-5.3.0.tar.xz -/kconfig-5.4.0.tar.xz -/kconfig-5.5.0.tar.xz -/kconfig-5.6.0.tar.xz -/kconfig-5.7.0.tar.xz -/kconfig-5.8.0.tar.xz -/kconfig-5.9.0.tar.xz -/kconfig-5.10.0.tar.xz -/kconfig-5.11.0.tar.xz -/kconfig-5.12.0.tar.xz -/kconfig-5.13.0.tar.xz -/kconfig-5.14.0.tar.xz -/kconfig-5.15.0.tar.xz -/kconfig-5.16.0.tar.xz -/kconfig-5.17.0.tar.xz /kconfig-5.18.0.tar.xz diff --git a/kf5-kconfig.spec b/kf5-kconfig.spec index d6c36ae..294e4b1 100644 --- a/kf5-kconfig.spec +++ b/kf5-kconfig.spec @@ -2,11 +2,11 @@ Name: kf5-%{framework} Version: 5.18.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with advanced configuration system License: GPLv2+ and LGPLv2+ and MIT -URL: https://projects.kde.org/projects/frameworks/kconfig +URL: https://projects.kde.org/kconfig %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -22,7 +22,6 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{fra ## upstreamable patches -BuildRequires: cmake BuildRequires: extra-cmake-modules >= %{version} BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: qt5-qtbase-devel @@ -42,7 +41,6 @@ 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 developing applications that use %{name}. @@ -50,7 +48,6 @@ 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 centralized definition and lock-down (kiosk) support. @@ -58,7 +55,6 @@ centralized definition and lock-down (kiosk) support. %package gui Summary: GUI part of KConfig framework Requires: %{name}-core%{?_isa} = %{version}-%{release} - %description gui KConfigGui provides a way to hook widgets to the configuration so that they are automatically initialized from the configuration and automatically propagate @@ -85,8 +81,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %files -%doc COPYING.LIB DESIGN README.md TODO - +%doc DESIGN README.md TODO +%license COPYING.LIB %post core -p /sbin/ldconfig %postun core -p /sbin/ldconfig @@ -115,6 +111,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jan 14 2016 Rex Dieter 5.18.0-2 +- cosmetics, update URL, use %%license, -BR: cmake + * Sun Jan 03 2016 Daniel Vrátil - 5.18.0-1 - KDE Frameworks 5.18.0