From 3c874db302370ed52ba6b9cae61890ff13a61f39 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 27 Mar 2015 14:16:12 +0100 Subject: [PATCH] Remove the GStreamer plugin, as it can cause the one in the clutter-gst2 package to become unavailable, breaking Cheese https://bugzilla.gnome.org/show_bug.cgi?id=746883 --- clutter-gst3.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/clutter-gst3.spec b/clutter-gst3.spec index e3af495..9ccd912 100644 --- a/clutter-gst3.spec +++ b/clutter-gst3.spec @@ -1,6 +1,6 @@ Name: clutter-gst3 Version: 3.0.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GStreamer integration library for Clutter Group: Development/Libraries @@ -57,7 +57,7 @@ make install DESTDIR=%{buildroot} INSTALL="install -p" find %{buildroot} -name '*.la' -delete -chrpath --delete %{buildroot}%{_libdir}/gstreamer-1.0/libgstclutter-3.0.so +rm -rf %{buildroot}%{_libdir}/gstreamer-1.0/ %post -p /sbin/ldconfig @@ -69,7 +69,6 @@ chrpath --delete %{buildroot}%{_libdir}/gstreamer-1.0/libgstclutter-3.0.so %doc AUTHORS NEWS README %license COPYING %{_libdir}/girepository-1.0/ClutterGst-3.0.typelib -%{_libdir}/gstreamer-1.0/libgstclutter-3.0.so %{_libdir}/libclutter-gst-3.0.so.* %files devel @@ -82,5 +81,10 @@ chrpath --delete %{buildroot}%{_libdir}/gstreamer-1.0/libgstclutter-3.0.so %changelog +* Fri Mar 27 2015 Bastien Nocera 3.0.4-2 +- Remove the GStreamer plugin, as it can cause the one in the + clutter-gst2 package to become unavailable, breaking Cheese + https://bugzilla.gnome.org/show_bug.cgi?id=746883 + * Sun Feb 22 2015 David King - 3.0.4-1 - Initial packaging (#1190361)