]> git.pld-linux.org Git - packages/antlr.git/commitdiff
- gcj issue fixed, missed dir for dotnet added, release 2. auto/th/antlr-2_7_6-2
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 3 Aug 2006 22:14:21 +0000 (22:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    antlr.spec -> 1.43

antlr.spec

index a14e86ee96fc902aa149e56f819ef51b48e9e5bf..a6c6649f9e274e43cad5fe8ee2592e6715e96735 100644 (file)
@@ -1,10 +1,9 @@
 # TODO:
-#  *  fix gcj build/runtime
 #  *  add python bcond
 #  *  package the Emacs and Jedit modes
 #
 # Conditional build:
-%bcond_with    gcj     # use GCJ instead of javac
+%bcond_without gcj     # use javac instead of GCJ
 %bcond_without dotnet  # don't build .NET modules
 #
 %{?with_dotnet:%include        /usr/lib/rpm/macros.mono}
@@ -13,7 +12,7 @@ Summary:      ANother Tool for Language Recognition
 Summary(pl):   Jeszcze jedno narzêdzie do rozpoznawania jêzyka
 Name:          antlr
 Version:       2.7.6
-Release:       1
+Release:       2
 License:       Public Domain
 Group:         Development/Tools
 Source0:       http://www.antlr.org/download/%{name}-%{version}.tar.gz
@@ -152,6 +151,7 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with dotnet}
 %files -n dotnet-antlr
 %defattr(644,root,root,755)
+%dir %{_prefix}/lib/mono/%{name}
 %{_prefix}/lib/mono/%{name}/*.dll
 %endif
 
This page took 0.069155 seconds and 4 git commands to generate.