[libgpod] Add %{?rhel} conditional

Bill Nottingham notting at fedoraproject.org
Wed Dec 7 22:40:41 UTC 2011


commit adc02202b45d4c9119219ce9accbf9cc97c42278
Author: Bill Nottingham <notting at redhat.com>
Date:   Wed Dec 7 17:40:18 2011 -0500

    Add %{?rhel} conditional

 libgpod.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/libgpod.spec b/libgpod.spec
index 0cefcf9..f6d826b 100644
--- a/libgpod.spec
+++ b/libgpod.spec
@@ -8,6 +8,9 @@
 %else
 %global with_mono 0
 %endif
+%if 0?%{rhel}
+%global with_mono 0
+%endif
 
 Summary: Library to access the contents of an iPod
 Name: libgpod


More information about the scm-commits mailing list