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
This commit is contained in:
Bastien Nocera 2015-03-27 14:16:12 +01:00
parent a24231dd2b
commit 3c874db302

View File

@ -1,6 +1,6 @@
Name: clutter-gst3 Name: clutter-gst3
Version: 3.0.4 Version: 3.0.4
Release: 1%{?dist} Release: 2%{?dist}
Summary: GStreamer integration library for Clutter Summary: GStreamer integration library for Clutter
Group: Development/Libraries Group: Development/Libraries
@ -57,7 +57,7 @@ make install DESTDIR=%{buildroot} INSTALL="install -p"
find %{buildroot} -name '*.la' -delete 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 %post -p /sbin/ldconfig
@ -69,7 +69,6 @@ chrpath --delete %{buildroot}%{_libdir}/gstreamer-1.0/libgstclutter-3.0.so
%doc AUTHORS NEWS README %doc AUTHORS NEWS README
%license COPYING %license COPYING
%{_libdir}/girepository-1.0/ClutterGst-3.0.typelib %{_libdir}/girepository-1.0/ClutterGst-3.0.typelib
%{_libdir}/gstreamer-1.0/libgstclutter-3.0.so
%{_libdir}/libclutter-gst-3.0.so.* %{_libdir}/libclutter-gst-3.0.so.*
%files devel %files devel
@ -82,5 +81,10 @@ chrpath --delete %{buildroot}%{_libdir}/gstreamer-1.0/libgstclutter-3.0.so
%changelog %changelog
* Fri Mar 27 2015 Bastien Nocera <bnocera@redhat.com> 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 <amigadave@amigadave.com> - 3.0.4-1 * Sun Feb 22 2015 David King <amigadave@amigadave.com> - 3.0.4-1
- Initial packaging (#1190361) - Initial packaging (#1190361)