gil pushed to pegdown (master). "exclude on ARM (rhbz#1224472)"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat May 23 11:09:31 UTC 2015


From 408b3e4cdd5919b30b103e773ebf6bfa1fdabdd6 Mon Sep 17 00:00:00 2001
From: gil <puntogil at libero.it>
Date: Sat, 23 May 2015 13:09:18 +0200
Subject: exclude on ARM (rhbz#1224472)


diff --git a/pegdown.spec b/pegdown.spec
index 9cde1ee..cb93a2b 100644
--- a/pegdown.spec
+++ b/pegdown.spec
@@ -1,6 +1,6 @@
 Name:          pegdown
 Version:       1.4.2
-Release:       4%{?dist}
+Release:       5%{?dist}
 Summary:       Java library for Markdown processing
 License:       ASL 2.0
 URL:           http://pegdown.org
@@ -10,6 +10,7 @@ Source1:       http://repo1.maven.org/maven2/org/pegdown/pegdown/%{version}/pegd
 # Forwarded upstream: https://github.com/sirthias/pegdown/pull/130
 Patch0:        %{name}-rhbz1096735.patch
 
+# parboiled is not available on ARM https://bugzilla.redhat.com/show_bug.cgi?id=1223754
 BuildRequires: mvn(org.parboiled:parboiled-java)
 # test deps
 BuildRequires: mvn(net.sf.jtidy:jtidy)
@@ -18,6 +19,7 @@ BuildRequires: mvn(org.specs2:specs2_2.9.3)
 %endif
 BuildRequires: maven-local
 
+ExcludeArch:   %{arm}
 BuildArch:     noarch
 
 %description
@@ -109,6 +111,9 @@ rm -r src/test/scala/*
 %license LICENSE NOTICE
 
 %changelog
+* Sat May 23 2015 gil cattaneo <puntogil at libero.it> 1.4.2-5
+- exclude on ARM (rhbz#1224472)
+
 * Wed Feb 11 2015 gil cattaneo <puntogil at libero.it> 1.4.2-4
 - introduce license macro
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/pegdown.git/commit/?h=master&id=408b3e4cdd5919b30b103e773ebf6bfa1fdabdd6


More information about the scm-commits mailing list