diff --git a/phonon.spec b/phonon.spec index eebd50c..40c5323 100644 --- a/phonon.spec +++ b/phonon.spec @@ -11,7 +11,7 @@ Summary: Multimedia framework api Name: phonon Version: 4.9.0 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPLv2+ URL: http://phonon.kde.org/ @@ -29,6 +29,9 @@ Source0: http://download.kde.org/%{stable}/phonon/%{version}/phonon-%{version}.t Patch10: phonon-rpath_use_link_path.patch Patch11: phonon-DEFAULT_SOURCE.patch +# filter plugins +%global __provides_exclude_from ^(%{_qt4_plugindir}/.*\\.so|%{_qt5_plugindir}/.*\\.so)$ + BuildRequires: automoc4 >= 0.9.86 BuildRequires: cmake >= 2.8.9 BuildRequires: extra-cmake-modules @@ -208,6 +211,9 @@ end %changelog +* Mon Jan 02 2017 Rex Dieter - 4.9.0-4 +- filter plugin provides + * Thu May 05 2016 Rex Dieter - 4.9.0-3 - drop revert, fix in other components instead (knotifications, knotifyconfig)