|
|
Author: mclasen
Update of /cvs/dist/rpms/sound-juicer/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv7993
Modified Files:
sound-juicer.spec
Log Message:
fix build requires
Index: sound-juicer.spec
===================================================================
RCS file: /cvs/dist/rpms/sound-juicer/devel/sound-juicer.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- sound-juicer.spec 5 Sep 2006 00:32:57 -0000 1.61
+++ sound-juicer.spec 5 Sep 2006 01:56:29 -0000 1.62
@@ -48,6 +48,8 @@
BuildRequires: scrollkeeper >= %{scrollkeeper_version}
BuildRequires: gcc-c++
BuildRequires: gettext
+BuildRequires: perl-XML-Parser
+
# http://bugzilla.gnome.org/show_bug.cgi?id=157772
ExcludeArch: s390
ExcludeArch: s390x
@@ -61,7 +63,7 @@
%build
# work around a gstreamer problem where it
# doesn't find plugins the first time around
-/usr/bin/gst-inspect-0.10 --print-all
+/usr/bin/gst-inspect-0.10 --print-all > /dev/null
%configure --enable-hal --disable-scrollkeeper
make AM_CFLAGS=-export-dynamic
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|