[ejabberd] Added arm to conditional to build without hevea.

Paul Whalen pwhalen at fedoraproject.org
Wed Jun 1 15:44:31 UTC 2011


commit b8d72d6116d62368ba620b8c8459fff4e786039b
Author: Paul Whalen <paul.whalen at senecac.on.ca>
Date:   Wed Jun 1 11:40:43 2011 -0400

    Added arm to conditional to build without hevea.

 ejabberd.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ejabberd.spec b/ejabberd.spec
index b43cbd6..88eed8d 100644
--- a/ejabberd.spec
+++ b/ejabberd.spec
@@ -4,14 +4,14 @@
 %if 0%{?fedora}
 # No hevea for ppc64
 # see https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=250253
-%ifnarch ppc64 s390 s390x
+%ifnarch ppc64 s390 s390x %{arm}
 %define with_hevea 1
 %endif
 %endif
 
 Name:           ejabberd
 Version:        2.1.6
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A distributed, fault-tolerant Jabber/XMPP server
 
 Group:          Applications/Internet
@@ -341,6 +341,9 @@ rm -rf %{buildroot}
 %doc %{_docdir}/%{name}-%{version}/*.txt
 
 %changelog
+* Wed Jun 01 2011 Paul Whalen <paul.whalen at senecac.on.ca> - 2.1.6-5
+- Added arm to conditional to build without hevea.
+
 * Thu Feb 24 2011 Peter Lemenkov <lemenkov at gmail.com> - 2.1.6-4
 - Updated @online@ patch
 


More information about the scm-commits mailing list