]> git.pld-linux.org Git - packages/antlr.git/commitdiff
- switch back to java-sun buildenv (gcj has a problems in runtime). auto/th/antlr-2_7_6-1
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 3 Aug 2006 21:41:23 +0000 (21:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 1.

Changed files:
    antlr.spec -> 1.42

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.080304 seconds and 4 git commands to generate.