rpms/control-center/devel control-center.spec,1.144,1.145

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jun 14 15:11:53 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/control-center/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv27950

Modified Files:
	control-center.spec 
Log Message:
work around gstreamer borkage



Index: control-center.spec
===================================================================
RCS file: /cvs/dist/rpms/control-center/devel/control-center.spec,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- control-center.spec	13 Jun 2006 19:06:20 -0000	1.144
+++ control-center.spec	14 Jun 2006 15:11:42 -0000	1.145
@@ -21,7 +21,7 @@
 Summary: GNOME Control Center
 Name: control-center
 Version: 2.15.3
-Release: 1
+Release: 2
 Epoch: 1
 License: GPL/LGPL
 Group: User Interface/Desktops
@@ -146,6 +146,10 @@
 aclocal
 automake
 
+# work around a gstreamer problem where it doesn't find
+# plugins the first time around
+/usr/bin/gst-inspect-0.10 --print-all
+
 # Add -Wno-error to silence gswitchit
 %configure --disable-gstreamer --enable-alsa CFLAGS="$RPM_OPT_FLAGS -Wno-error" --enable-aboutme --disable-scrollkeeper
 make
@@ -254,6 +258,9 @@
 %{_libdir}/pkgconfig/gnome-window-settings*
 
 %changelog
+* Wed Jun 14 2006 Matthias Clasen <mclasen at redhat.com> - 2.15.3-2
+- Work around a gstreamer problem
+
 * Tue Jun 13 2006 Matthias Clasen <mclasen at redhat.com> - 2.15.3-1
 - Update to 2.15.3
 




More information about the fedora-cvs-commits mailing list