diff --git a/gstreamer-plugins-good.spec b/gstreamer-plugins-good.spec index f6400e1..2109aed 100644 --- a/gstreamer-plugins-good.spec +++ b/gstreamer-plugins-good.spec @@ -98,7 +98,8 @@ This package contains documentation for the GStreamer Good Plug-ins. %configure \ --with-package-name='Fedora Core gstreamer-plugins-good package' \ - --with-package-origin='http://download.fedora.redhat.com/fedora' + --with-package-origin='http://download.fedora.redhat.com/fedora' \ + --disable-gtkdoc make %{?_smp_mflags} @@ -158,6 +159,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/gstreamer-%{majorminor}/libgsticydemux.so %{_libdir}/gstreamer-%{majorminor}/libgstvideobalance.so %{_libdir}/gstreamer-%{majorminor}/libgstximagesrc.so +%{_libdir}/gstreamer-%{majorminor}/libgstgamma.so +%{_libdir}/gstreamer-%{majorminor}/libgstqtdemux.so +%{_libdir}/gstreamer-%{majorminor}/libgstvideocrop.so # gstreamer-plugins with external dependencies but in the main package #%{_libdir}/gstreamer-%{majorminor}/libgstcacasink.so @@ -192,7 +196,7 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-, root, root) -# %doc %{_datadir}/gtk-doc/html/gst-plugins-good-plugins-%{majorminor} +%doc %{_datadir}/gtk-doc/html/gst-plugins-good-plugins-%{majorminor} %pre if [ "$1" -gt 1 ]; then @@ -214,6 +218,7 @@ gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer-%{maj * Tue Jun 19 2007 - Bastien Nocera - 0.10.6-1 - Update to 0.10.6 - Remove outdated FLAC patch +- Add new plugins * Sat May 5 2007 Matthias Clasen - 0.10.5-6 - Add libshout-devel, taglib-devel, libcdio-devel as BRs (#136268)