# # spec file for package baloo5-widgets # # Copyright (c) 2018 SUSE LINUX 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/ # %bcond_without lang Name: baloo5-widgets Version: 18.07.80 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Framework for searching and managing metadata License: GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only Group: System/GUI/KDE Url: http://www.kde.org Source: baloo-widgets-%{version}.tar.xz Source99: baloo5-widgets-rpmlintrc BuildRequires: baloo5-devel BuildRequires: extra-cmake-modules >= %{kf5_version} BuildRequires: kdelibs4support-devel BuildRequires: kf5-filesystem BuildRequires: kfilemetadata5-devel BuildRequires: ki18n-devel BuildRequires: kio-devel BuildRequires: kservice-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 Obsoletes: libKF5BalooWidgets5 Provides: libKF5BalooNaturalQueryParser1 = %{version} Obsoletes: libKF5BalooNaturalQueryParser1 < %{version} Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Baloo is a framework for searching and managing metada %package devel Summary: Development package for baloo5-widgets Group: Development/Libraries/KDE Requires: %{name} = %{version} Requires: kio-devel Requires: pkgconfig Requires: pkgconfig(Qt5Widgets) >= 5.2.0 Provides: baloo-widgets5-devel Obsoletes: baloo-widgets5-devel %description devel Development package for baloo5-widgets %lang_package %prep %setup -q -n baloo-widgets-%{version} %build %cmake_kf5 -d build %make_jobs %install %kf5_makeinstall -C build %if %{with lang} %find_lang %{name} --with-man --all-name %endif %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %doc COPYING* %{_kf5_bindir}/baloo_filemetadata_temp_extractor %{_kf5_libdir}/libKF5BalooWidgets.so.* %{_kf5_plugindir}/baloofilepropertiesplugin.so %{_kf5_servicesdir}/*.desktop %files devel %defattr(-,root,root) %doc COPYING* %{_kf5_includedir}/ %{_kf5_libdir}/libKF5BalooWidgets.so %{_kf5_cmakedir}/KF5BalooWidgets/ %if %{with lang} %files lang -f %{name}.lang %doc COPYING* %endif %changelog