Hrvoje Senjan 2014-11-03 01:03:13 +00:00 committed by Git OBS Bridge
parent 73727483b6
commit f49bc0a5ce

View File

@ -38,6 +38,7 @@ BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
Recommends: %{name}-lang
Summary: Central daemon of KDE workspaces
License: LGPL-2.1+
Group: System/GUI/KDE
@ -64,6 +65,7 @@ KDED runs in the background and performs a number of small tasks.
Some of these tasks are built in, others are started on demand.
Development files.
%lang_package
%prep
%setup -q
@ -79,6 +81,15 @@ Development files.
%postun -p /sbin/ldconfig
%files lang
%defattr(-,root,root)
%doc %lang(it) %{_kf5_mandir}/it
%doc %lang(nl) %{_kf5_mandir}/nl
%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR
%doc %lang(ru) %{_kf5_mandir}/ru
%doc %lang(sv) %{_kf5_mandir}/sv
%doc %lang(uk) %{_kf5_mandir}/uk
%files
%defattr(-,root,root)
%doc COPYING* README*
@ -87,11 +98,11 @@ Development files.
%{_kf5_sharedir}/dbus-1/services/org.kde.kded5.service
%dir %{_kf5_servicetypesdir}
%{_kf5_servicetypesdir}/kdedmodule.desktop
%doc %lang(en) %{_kf5_mandir}/kded5.*
%files devel
%defattr(-,root,root)
%{_kf5_libdir}/cmake/KDED/
%{_kf5_mandir}/man8/kded5.*
%{_kf5_dbusinterfacesdir}/org.kde.kded5.xml
%changelog