rpms/gstreamer/devel gstreamer.prov, 1.2, 1.3 gstreamer.spec, 1.85, 1.86

Bastien Nocera hadess at fedoraproject.org
Sun Sep 14 13:21:24 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/gstreamer/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15300

Modified Files:
	gstreamer.prov gstreamer.spec 
Log Message:
* Sun Sep 14 2008 - Bastien Nocera <bnocera at redhat.com> - 0.10.20-6
- Hopefully fix RPM provides problem when the GStreamer plugin
  requires a library installed by the package itself



Index: gstreamer.prov
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer/devel/gstreamer.prov,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gstreamer.prov	11 Sep 2008 23:48:12 -0000	1.2
+++ gstreamer.prov	14 Sep 2008 13:20:53 -0000	1.3
@@ -26,9 +26,16 @@
 		grep "ELF 64-bit" >/dev/null; then echo -n "$mark64"; fi`
 }
 
+function libdir()
+{
+	buildlibdir=`dirname $1`
+	buildlibdir=`dirname $buildlibdir`
+}
+
 for so in $solist ; do
 	getmark $so
-	gst-inspect --print-plugin-auto-install-info --rpm $so 2> /dev/null | while read line ; do
+	libdir $so
+	LD_LIBRARY_PATH=$buildlibdir gst-inspect --print-plugin-auto-install-info --rpm $so 2> /dev/null | while read line ; do
 		echo -n "$line";
 		echo -n "$lib64"
 		echo


Index: gstreamer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer/devel/gstreamer.spec,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- gstreamer.spec	11 Sep 2008 23:48:12 -0000	1.85
+++ gstreamer.spec	14 Sep 2008 13:20:53 -0000	1.86
@@ -6,7 +6,7 @@
 
 Name: 		%{gstreamer}
 Version: 	0.10.20
-Release: 	5%{?dist}
+Release: 	6%{?dist}
 Summary: 	GStreamer streaming media framework runtime
 
 Group: 		Applications/Multimedia
@@ -212,6 +212,10 @@
 %{_sysconfdir}/rpm/macros.gstreamer
 
 %changelog
+* Sun Sep 14 2008 - Bastien Nocera <bnocera at redhat.com> - 0.10.20-6
+- Hopefully fix RPM provides problem when the GStreamer plugin
+  requires a library installed by the package itself
+
 * Fri Sep 12 2008 - Bastien Nocera <bnocera at redhat.com> - 0.10.20-5
 - Update rpm provides script and patch to:
   - filter out errors




More information about the fedora-extras-commits mailing list