From 0b6c3a72fe7a263897f1f6959246845444e298c2 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 2 Jan 2017 10:52:21 -0600 Subject: [PATCH] filter provides, own plugindir/parts/ --- kf5-khtml.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/kf5-khtml.spec b/kf5-khtml.spec index f0b1e79..72a480f 100644 --- a/kf5-khtml.spec +++ b/kf5-khtml.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.29.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 4 solution with KHTML, a HTML rendering engine License: LGPLv2+ and GPLv3 and MIT and BSD @@ -17,6 +17,9 @@ URL: https://quickgit.kde.org/?p=%{framework}.git %endif Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/portingAids/%{framework}-%{version}.tar.xz +# filter plugin provides +%global __provides_exclude_from ^(%{_kf5_plugindir}/.*\\.so)$ + BuildRequires: extra-cmake-modules >= %{version} BuildRequires: fdupes BuildRequires: giflib-devel @@ -92,6 +95,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %doc README.md %license COPYING.GPL3 COPYING.LIB %{_kf5_libdir}/libKF5KHtml.so.* +%dir %{_kf5_plugindir}/parts/ %{_kf5_plugindir}/parts/*.so %{_kf5_datadir}/kf5/kjava/ %{_kf5_datadir}/kf5/khtml/ @@ -107,6 +111,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Jan 02 2017 Rex Dieter - 5.29.0-2 +- filter provides, own plugindir/parts/ + * Fri Dec 16 2016 Rex Dieter - 5.29.0-1 - 5.29.0