- -core: Requires: kde-settings
- .spec cosmetics
epel8
Rex Dieter 10 years ago
parent f5b8345cde
commit d7bfb6c0c4

@ -2,7 +2,7 @@
Name: kf5-%{framework} Name: kf5-%{framework}
Version: 5.9.0 Version: 5.9.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
@ -34,6 +34,8 @@ parts: KConfigCore and KConfigGui.
Summary: Development files for %{name} Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release} 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
#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
@ -41,6 +43,7 @@ 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
%description core %description core
KConfigCore provides access to the configuration files themselves. It features 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 automatically initialized from the configuration and automatically propagate
their changes to their respective configuration files. their changes to their respective configuration files.
%prep %prep
%setup -q -n %{framework}-%{version} %setup -q -n %{framework}-%{version}
%build %build
mkdir -p %{_target_platform} mkdir %{_target_platform}
pushd %{_target_platform} pushd %{_target_platform}
%{cmake_kf5} .. %{cmake_kf5} ..
popd popd
make %{?_smp_mflags} -C %{_target_platform} make %{?_smp_mflags} -C %{_target_platform}
%install %install
%make_install -C %{_target_platform} make install/fast -C %{_target_platform}
%find_lang kconfig5_qt --with-qt --all-name %find_lang kconfig5_qt --with-qt --all-name
@ -102,6 +109,10 @@ make %{?_smp_mflags} -C %{_target_platform}
%changelog %changelog
* Wed Apr 15 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.9.0-2
- -core: Requires: kde-settings
- .spec cosmetics
* Tue Apr 07 2015 Daniel Vrátil <dvratil@redhat.com> - 5.9.0-1 * Tue Apr 07 2015 Daniel Vrátil <dvratil@redhat.com> - 5.9.0-1
- KDE Frameworks 5.9.0 - KDE Frameworks 5.9.0

Loading…
Cancel
Save