|
|
@ -2,11 +2,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Version: 5.18.0
|
|
|
|
Version: 5.18.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: KDE Frameworks 5 Tier 1 addon with advanced configuration system
|
|
|
|
Summary: KDE Frameworks 5 Tier 1 addon with advanced configuration system
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+ and LGPLv2+ and MIT
|
|
|
|
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 versiondir %(echo %{version} | cut -d. -f1-2)
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
@ -22,7 +22,6 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{fra
|
|
|
|
|
|
|
|
|
|
|
|
## upstreamable patches
|
|
|
|
## upstreamable patches
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
|
|
|
BuildRequires: extra-cmake-modules >= %{version}
|
|
|
|
BuildRequires: extra-cmake-modules >= %{version}
|
|
|
|
BuildRequires: kf5-rpm-macros >= %{version}
|
|
|
|
BuildRequires: kf5-rpm-macros >= %{version}
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
@ -42,7 +41,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: qt5-qtbase-devel
|
|
|
|
Requires: qt5-qtbase-devel
|
|
|
|
## included for completeness and documentation, but part of qtbase-devel already -- rex
|
|
|
|
## included for completeness and documentation, but part of qtbase-devel already -- rex
|
|
|
|
#Requires: pkgconfig(Qt5Xml)
|
|
|
|
#Requires: pkgconfig(Qt5Xml)
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
developing applications that use %{name}.
|
|
|
@ -50,7 +48,6 @@ developing applications that use %{name}.
|
|
|
|
%package core
|
|
|
|
%package core
|
|
|
|
Summary: Non-GUI part of KConfig framework
|
|
|
|
Summary: Non-GUI part of KConfig framework
|
|
|
|
Requires: kde-settings
|
|
|
|
Requires: kde-settings
|
|
|
|
|
|
|
|
|
|
|
|
%description core
|
|
|
|
%description core
|
|
|
|
KConfigCore provides access to the configuration files themselves. It features
|
|
|
|
KConfigCore provides access to the configuration files themselves. It features
|
|
|
|
centralized definition and lock-down (kiosk) support.
|
|
|
|
centralized definition and lock-down (kiosk) support.
|
|
|
@ -58,7 +55,6 @@ centralized definition and lock-down (kiosk) support.
|
|
|
|
%package gui
|
|
|
|
%package gui
|
|
|
|
Summary: GUI part of KConfig framework
|
|
|
|
Summary: GUI part of KConfig framework
|
|
|
|
Requires: %{name}-core%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-core%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description gui
|
|
|
|
%description gui
|
|
|
|
KConfigGui provides a way to hook widgets to the configuration so that they are
|
|
|
|
KConfigGui provides a way to hook widgets to the configuration so that they are
|
|
|
|
automatically initialized from the configuration and automatically propagate
|
|
|
|
automatically initialized from the configuration and automatically propagate
|
|
|
@ -85,8 +81,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc COPYING.LIB DESIGN README.md TODO
|
|
|
|
%doc DESIGN README.md TODO
|
|
|
|
|
|
|
|
%license COPYING.LIB
|
|
|
|
%post core -p /sbin/ldconfig
|
|
|
|
%post core -p /sbin/ldconfig
|
|
|
|
%postun core -p /sbin/ldconfig
|
|
|
|
%postun core -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
@ -115,6 +111,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Sun Jan 03 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.18.0-1
|
|
|
|
- KDE Frameworks 5.18.0
|
|
|
|
- KDE Frameworks 5.18.0
|
|
|
|
|
|
|
|
|
|
|
|