From bbb3e13ebed350af3daac1cbc64e3869ff2e6d35 Mon Sep 17 00:00:00 2001 From: Deepak Bhole Date: Jun 07 2007 18:51:19 +0000 Subject: Applied patch to fix conditionals (from skasal at redhat dot com) --- diff --git a/antlr.spec b/antlr.spec index 1192795..bd818b7 100644 --- a/antlr.spec +++ b/antlr.spec @@ -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 2.7.7-1jpp.3 +- Applied patch to fix conditionals (from skasal at redhat dot com) + * Mon Mar 26 2007 Deepak Bhole 2.7.7-1jpp.2 - Added unowned dir to files list