cosmetics, update URL, use %license, -BR: cmake

epel8
Rex Dieter 9 years ago
parent 34da0ad594
commit 068a192e3b

20
.gitignore vendored

@ -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

@ -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 <rdieter@fedoraproject.org> 5.18.0-2
- cosmetics, update URL, use %%license, -BR: cmake
* Sun Jan 03 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.18.0-1
- KDE Frameworks 5.18.0

Loading…
Cancel
Save