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

Benjamin Otte company at fedoraproject.org
Mon Mar 5 17:08:01 UTC 2012


commit a97af439429a32423fddbfbbf0e383734892d813
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