diff --git a/gstreamer.spec b/gstreamer.spec index 6656322..647c2a0 100644 --- a/gstreamer.spec +++ b/gstreamer.spec @@ -7,7 +7,7 @@ Version: 0.8.1 %define majmin 0.8 %define po_package %{name}-%{majmin} -Release: 1 +Release: 3 Summary: GStreamer streaming media framework runtime. Group: Applications/Multimedia License: LGPL @@ -16,6 +16,7 @@ Source: http://gstreamer.net/releases/%{version}/src/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-root # There was problems generating pdf and postscript: Patch1: gstreamer-0.7.5-nops.patch +Patch2: gstreamer-0.8.1-cpufix.patch Requires: glib2 >= %_glib2 Requires: libxml2 >= %_libxml2 @@ -86,6 +87,7 @@ in the future. %prep %setup -q %patch1 -p1 -b .nops +%patch2 -p1 -b .cpufix # openjade doesn't support xml catalogs, so we have to patch in the right dtd reference find -name "*.xml" | xargs grep -l "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" | xargs perl -pi -e 's#http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd#/usr/share/sgml/docbook/xml-dtd-4.2-1.0-24/docbookx.dtd#g' @@ -159,6 +161,12 @@ env DISPLAY= %{_bindir}/gst-register-%{majmin} > /dev/null 2> /dev/null %exclude %{_mandir}/man1/*-%{majmin}.1.gz %changelog +* Mon Jun 21 2004 Colin Walters 0.8.1-3 +- Apply register-clobbering patch from upstream CVS. + +* Tue Jun 15 2004 Elliot Lee 0.8.1-2 +- rebuilt + * Mon Apr 15 2004 Colin Walters 0.8.1-1 - Update to 0.8.1 - Delete registry patches which have been upstreamed