[packages/antlr] - instead of disabling gcj on every arch just disable bcond - disable dotnet on x32 (no mono on this

baggins baggins at pld-linux.org
Sat Feb 28 18:50:54 CET 2015


commit 62ad69342a7bc844dd77d5706b5877b5cf6a0fc0
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat Feb 28 18:50:18 2015 +0100

    - instead of disabling gcj on every arch just disable bcond
    - disable dotnet on x32 (no mono on this arch)
    - rel 14

 antlr.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/antlr.spec b/antlr.spec
index 947ca74..d5ba6cc 100644
--- a/antlr.spec
+++ b/antlr.spec
@@ -7,21 +7,21 @@
 #    to 3.
 #
 # Conditional build:
-%bcond_without	gcj	# use javac instead of GCJ
+%bcond_with	gcj	# use GCJ instead of javac
 %bcond_without	dotnet	# don't build .NET modules
 %bcond_without	java	# don't build Java at all
 #
 %{?with_dotnet:%include	/usr/lib/rpm/macros.mono}
 #
-%ifarch i486 i586 i686 athlon %{x8664}
-%undefine	with_gcj
+%ifarch x32
+%undefine	with_dotnet
 %endif
 #
 Summary:	ANother Tool for Language Recognition
 Summary(pl.UTF-8):	Jeszcze jedno narzędzie do rozpoznawania języka
 Name:		antlr
 Version:	2.7.7
-Release:	13
+Release:	14
 License:	Public Domain
 Group:		Development/Tools
 Source0:	http://www.antlr2.org/download/%{name}-%{version}.tar.gz
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/antlr.git/commitdiff/62ad69342a7bc844dd77d5706b5877b5cf6a0fc0



More information about the pld-cvs-commit mailing list