X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=blobdiff_plain;f=antlr.spec;h=a14e86ee96fc902aa149e56f819ef51b48e9e5bf;hb=30a59cd60cd580e2d4c82c663be0bcba1fdba6ce;hp=340898a6a4b569de7dbfcc3ba628841df1c24240;hpb=a9fd6c9e18e11fef4a3505aafdc33db2933b3446;p=packages%2Fantlr.git diff --git a/antlr.spec b/antlr.spec index 340898a..a14e86e 100644 --- a/antlr.spec +++ b/antlr.spec @@ -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