Applied patch to fix conditionals (from skasal at redhat dot com)
This commit is contained in:
parent
3bb0b89c84
commit
bbb3e13ebe
@ -31,15 +31,15 @@
|
||||
%define _with_gcj_support 1
|
||||
|
||||
%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
|
||||
%define build_jedit %{?_with_jedit:1}%{!?_without_jedit:0}
|
||||
%define build_jedit %{?_with_jedit:1}%{!?_with_jedit:0}
|
||||
|
||||
%define section free
|
||||
%define native %{?_with_native:1}%{!?_without_native:0}
|
||||
%define native %{?_with_native:1}%{!?_with_native:0}
|
||||
|
||||
Summary: ANother Tool for Language Recognition
|
||||
Name: antlr
|
||||
Version: 2.7.7
|
||||
Release: 1jpp.2
|
||||
Release: 1jpp.3
|
||||
Epoch: 0
|
||||
License: Public Domain
|
||||
URL: http://www.antlr.org/
|
||||
@ -308,6 +308,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 07 2007 Deepak Bhole <dbhole@redhat.com> 2.7.7-1jpp.3
|
||||
- Applied patch to fix conditionals (from skasal at redhat dot com)
|
||||
|
||||
* Mon Mar 26 2007 Deepak Bhole <dbhole@redhat.com> 2.7.7-1jpp.2
|
||||
- Added unowned dir to files list
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user