]> git.pld-linux.org Git - packages/antlr.git/commitdiff
- instead of disabling gcj on every arch just disable bcond auto/th/antlr-2.7.7-14
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 28 Feb 2015 17:50:18 +0000 (18:50 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 28 Feb 2015 17:50:18 +0000 (18:50 +0100)
- disable dotnet on x32 (no mono on this arch)
- rel 14

antlr.spec

index 947ca74f498210e30b3523ef83c580a667c48785..d5ba6ccc202ea82ae8c8ef82e55c5c3049b0981d 100644 (file)
@@ -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
This page took 0.047669 seconds and 4 git commands to generate.