]> git.pld-linux.org Git - packages/antlr.git/blobdiff - antlr.spec
- switch back to java-sun buildenv (gcj has a problems in runtime).
[packages/antlr.git] / antlr.spec
index 340898a6a4b569de7dbfcc3ba628841df1c24240..a14e86ee96fc902aa149e56f819ef51b48e9e5bf 100644 (file)
@@ -1,10 +1,10 @@
 # TODO:
-#  *  update java stuff
+#  *  fix gcj build/runtime
 #  *  add python bcond
 #  *  package the Emacs and Jedit modes
 #
 # 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
 #
 %{?with_dotnet:%include        /usr/lib/rpm/macros.mono}
@@ -13,13 +13,14 @@ Summary:    ANother Tool for Language Recognition
 Summary(pl):   Jeszcze jedno narzêdzie do rozpoznawania jêzyka
 Name:          antlr
 Version:       2.7.6
-Release:       0.9
+Release:       1
 License:       Public Domain
 Group:         Development/Tools
 Source0:       http://www.antlr.org/download/%{name}-%{version}.tar.gz
 # Source0-md5: 17d8bf2e814f0a26631aadbbda8d7324
 Patch0:                %{name}-DESTDIR.patch
 Patch1:                %{name}-csharp.patch
+Patch2:                %{name}-utils.patch
 URL:           http://www.antlr.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -98,6 +99,7 @@ Przyk
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 cp -f /usr/share/automake/config.sub scripts
This page took 0.067217 seconds and 4 git commands to generate.