forked from pool/baloo5-widgets
cbdb0af569
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/baloo5-widgets?expand=0&rev=6
88 lines
2.5 KiB
RPMSpec
88 lines
2.5 KiB
RPMSpec
#
|
|
# spec file for package baloo5-widgets
|
|
#
|
|
# 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: baloo5-widgets
|
|
Version: 15.08.0
|
|
Release: 0
|
|
Summary: Framework for searching and managing metadata
|
|
License: GPL-2.0+ and LGPL-2.1+ and LGPL-3.0
|
|
Group: System/GUI/KDE
|
|
Source: baloo-widgets-%{version}.tar.xz
|
|
Source99: baloo5-widgets-rpmlintrc
|
|
BuildRequires: baloo5-devel
|
|
BuildRequires: extra-cmake-modules >= 0.0.15
|
|
BuildRequires: kf5-filesystem
|
|
BuildRequires: kfilemetadata5-devel
|
|
BuildRequires: ki18n-devel
|
|
BuildRequires: kio-devel
|
|
BuildRequires: kservice-devel
|
|
BuildRequires: kdelibs4support-devel
|
|
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
|
Obsoletes: libKF5BalooWidgets5
|
|
Provides: libKF5BalooNaturalQueryParser1 = %{version}
|
|
Obsoletes: libKF5BalooNaturalQueryParser1 < %{version}
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
Baloo is a framework for searching and managing metada
|
|
|
|
%package devel
|
|
Summary: Development package for baloo5-widgets
|
|
Group: System/GUI/KDE
|
|
Requires: %{name} = %{version}
|
|
Requires: kio-devel
|
|
Provides: baloo-widgets5-devel
|
|
Obsoletes: baloo-widgets5-devel
|
|
Requires: pkgconfig(Qt5Widgets) >= 5.2.0
|
|
|
|
%description devel
|
|
Development package for baloo5-widgets
|
|
|
|
%prep
|
|
%setup -q -n baloo-widgets-%{version}
|
|
|
|
%build
|
|
%cmake_kf5 -d build
|
|
%make_jobs
|
|
|
|
%install
|
|
%kf5_makeinstall -C build
|
|
|
|
%post
|
|
/sbin/ldconfig
|
|
|
|
%postun
|
|
/sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc COPYING*
|
|
%{_kf5_bindir}/baloo_filemetadata_temp_extractor
|
|
%{_kf5_libdir}/libKF5BalooWidgets.so.*
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_kf5_libdir}/libKF5BalooWidgets.so
|
|
%{_kf5_libdir}/cmake/KF5BalooWidgets/
|
|
%{_kf5_includedir}/
|
|
|
|
%changelog
|