File systemsettings5.spec of Package systemsettings5
#
# spec file for package systemsettings5
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: systemsettings5
Version: 5.1.0
Release: 0
Summary: KDE's control center
License: GPL-2.0+
Group: System/GUI/KDE
Url: http://www.kde.org/
Source: systemsettings-%{version}.1.tar.xz
Source99: %{name}-rpmlintrc
BuildRequires: kcmutils-devel
BuildRequires: kconfig-devel
BuildRequires: kdbusaddons-devel
BuildRequires: kdelibs4support-devel
BuildRequires: kf5-filesystem
BuildRequires: khtml-devel
BuildRequires: ki18n-devel
BuildRequires: kiconthemes-devel
BuildRequires: kio-devel
BuildRequires: kitemviews-devel
BuildRequires: kservice-devel
BuildRequires: kwindowsystem-devel
BuildRequires: kxmlgui-devel
BuildRequires: update-desktop-files
BuildRequires: xz
BuildRequires: pkgconfig(Qt5Widgets) >= 5.3.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Provides KDE's control center modules.
%package devel
Summary: KDE's control center
Group: System/GUI/KDE
Requires: %{name} = %{version}
Conflicts: kdebase4-workspace-devel
%description devel
Provides KDE's control center modules. Development files.
%lang_package
%prep
%setup -q -n systemsettings-%{version}
%build
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
%make_jobs
%install
%kf5_makeinstall -C build
%suse_update_desktop_file kdesystemsettings X-SuSE-core
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc COPYING*
%{_kf5_bindir}/systemsettings5
%{_kf5_libdir}/libsystemsettingsview.so.*
%{_kf5_plugindir}/
%{_kf5_applicationsdir}/*.desktop
%dir %{_kf5_htmldir}/en
%dir %{_kf5_htmldir}
%doc %{_kf5_htmldir}/en/*/
%{_kf5_servicesdir}/
%{_kf5_servicetypesdir}/
%{_kf5_sharedir}/systemsettings/
%{_kf5_sharedir}/kxmlgui5/
%files devel
%defattr(-,root,root)
%doc COPYING*
%{_kf5_libdir}/libsystemsettingsview.so
%{_includedir}/*
%files lang
%defattr(-,root,root)
%{_kf5_localedir}/
%changelog