besser82 pushed to swig (master). "fix "bad %%if condition""

notifications at fedoraproject.org notifications at fedoraproject.org
Sat Apr 4 08:52:03 UTC 2015


>From 0f6e2a04fd771554cfa82418efeca65483dd5cd0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= <bjoern.esser at gmail.com>
Date: Sat, 4 Apr 2015 10:51:36 +0200
Subject: fix "bad %%if condition"


diff --git a/swig.spec b/swig.spec
index c0c4b95..d2c4f97 100644
--- a/swig.spec
+++ b/swig.spec
@@ -7,9 +7,9 @@
 
 # Ruby segfaults in some tests on fc23 and only on armv7-arch.
 %ifarch %{arm}
-%if 0%{?fedora} = 23
+%if 0%{?fedora} == 23
 %{!?rubylang:%global rubylang 0}
-%endif # 0%%{?fedora} = 23
+%endif # 0%%{?fedora} == 23
 %endif #arch %%{arm}
 %{!?rubylang:%global rubylang 1}
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/swig.git/commit/?h=master&id=0f6e2a04fd771554cfa82418efeca65483dd5cd0


More information about the scm-commits mailing list