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:
parent
a24231dd2b
commit
3c874db302
@ -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 <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
|
||||
- Initial packaging (#1190361)
|
||||
|
Loading…
Reference in New Issue
Block a user