|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Version: 5.10.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: KDE Frameworks 5 Tier 3 addon with extensible daemon for system-level services
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
@ -26,11 +26,14 @@ BuildRequires: kf5-kcoreaddons-devel
|
|
|
|
|
BuildRequires: kf5-kcrash-devel
|
|
|
|
|
BuildRequires: kf5-kdbusaddons-devel
|
|
|
|
|
BuildRequires: kf5-kdoctools-devel
|
|
|
|
|
BuildRequires: kf5-kinit-devel
|
|
|
|
|
BuildRequires: kf5-kinit-devel >= 5.10.0-3
|
|
|
|
|
BuildRequires: kf5-kservice-devel
|
|
|
|
|
|
|
|
|
|
Requires: kf5-filesystem
|
|
|
|
|
|
|
|
|
|
# libkdeinit5_kded5
|
|
|
|
|
%{?kf5_kinit_requires}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
KDED stands for KDE Daemon which isn't very descriptive. KDED runs
|
|
|
|
|
in the background and performs a number of small tasks. Some of these
|
|
|
|
@ -53,7 +56,7 @@ developing applications that use %{name}.
|
|
|
|
|
%setup -q -n %{framework}-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
mkdir -p %{_target_platform}
|
|
|
|
|
mkdir %{_target_platform}
|
|
|
|
|
pushd %{_target_platform}
|
|
|
|
|
%{cmake_kf5} ..
|
|
|
|
|
popd
|
|
|
|
@ -83,6 +86,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jun 01 2015 Rex Dieter <rdieter@fedoraproject.org> 5.10.0-2
|
|
|
|
|
- %%{?kf5_kinit_requires}
|
|
|
|
|
|
|
|
|
|
* Mon May 11 2015 Daniel Vrátil <dvratil@redhat.com> - 5.10.0-1
|
|
|
|
|
- KDE Frameworks 5.10.0
|
|
|
|
|
|
|
|
|
|