[gstreamer-plugins-bad-free/f17] Turn off extras package in RHEL

Benjamin Otte company at fedoraproject.org
Mon Mar 5 17:21:37 UTC 2012


commit 2cc0529633b5c9c657fa96e08c9113c4075dac43
Author: Benjamin Otte <otte at redhat.com>
Date:   Mon Mar 5 18:06:48 2012 +0100

    Turn off extras package in RHEL

 gstreamer-plugins-bad-free.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/gstreamer-plugins-bad-free.spec b/gstreamer-plugins-bad-free.spec
index 01cdc69..f19b18d 100644
--- a/gstreamer-plugins-bad-free.spec
+++ b/gstreamer-plugins-bad-free.spec
@@ -4,7 +4,12 @@
 %define gst_minver   0.10.36
 %define gstpb_minver %{gst_minver}
 
+# Turn of extras package on RHEL.
+%if ! 0%{?rhel}
+%bcond_with extras
+%else
 %bcond_without extras
+%endif
 
 Summary: GStreamer streaming media framework "bad" plug-ins
 Name: gstreamer-plugins-bad-free


More information about the scm-commits mailing list