rpms/gstreamer08/devel gstreamer08.spec,1.4,1.5

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Tue Sep 5 18:05:20 UTC 2006


Author: bpepple

Update of /cvs/extras/rpms/gstreamer08/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24379

Modified Files:
	gstreamer08.spec 
Log Message:
* Tue Sep  5 2006 Brian Pepple <bpepple at fedoraproject.org> - 0.8.12-8
- fix the dtd reference so it will build.



Index: gstreamer08.spec
===================================================================
RCS file: /cvs/extras/rpms/gstreamer08/devel/gstreamer08.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gstreamer08.spec	29 Aug 2006 20:10:05 -0000	1.4
+++ gstreamer08.spec	5 Sep 2006 18:05:20 -0000	1.5
@@ -10,7 +10,7 @@
 
 Name:           %{gstreamer}
 Version:        0.8.12
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        GStreamer streaming media framework runtime
 
 Group:          Applications/Multimedia
@@ -76,7 +76,7 @@
 %patch2 -p1 -b .cast-fix
 
 # 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-30/docbookx.dtd#g'
+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-30.1/docbookx.dtd#g'
 
 # The nopdf patch touches automake makefile sources
 NOCONFIGURE=1 ./autogen.sh
@@ -154,6 +154,9 @@
 %{_datadir}/gtk-doc/html/*
 
 %changelog
+* Tue Sep  5 2006 Brian Pepple <bpepple at fedoraproject.org> - 0.8.12-8
+- fix the dtd reference so it will build.
+
 * Tue Aug 29 2006 Brian Pepple <bpepple at fedoraproject.org> - 0.8.12-7
 - Rebuild for FC6.
 




More information about the scm-commits mailing list