]> git.pld-linux.org Git - packages/antlr.git/blobdiff - antlr.spec
- gcj issue fixed, missed dir for dotnet added, release 2.
[packages/antlr.git] / 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.256198 seconds and 4 git commands to generate.