[antlrworks/f18] Add missing Requires on antlr-tool (RHBZ #904572), until RHBZ #904979 is fixed

Mohamed ElMorabity melmorabity at fedoraproject.org
Mon Jan 28 11:07:49 UTC 2013


commit 9dd67f65272984ccb4654a4e4f106192b8fc5f3a
Author: Mohamed El Morabity <melmorabity at fedoraproject.org>
Date:   Mon Jan 28 12:07:32 2013 +0100

    Add missing Requires on antlr-tool (RHBZ #904572), until RHBZ #904979 is fixed

 antlrworks.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/antlrworks.spec b/antlrworks.spec
index 63e9da2..45bde2b 100644
--- a/antlrworks.spec
+++ b/antlrworks.spec
@@ -1,6 +1,6 @@
 Name:           antlrworks
 Version:        1.4.3
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Grammar development environment for ANTLR v3 grammars
 
 Group:          Development/Tools
@@ -19,11 +19,13 @@ Patch2:         %{name}-1.4-jgoodies-forms_1.4.2.patch
 Patch3:         %{name}-1.4.3-jdk7.patch
 
 BuildRequires:  ant
+BuildRequires:  antlr-tool
 BuildRequires:  antlr3-tool >= 3.3
 BuildRequires:  desktop-file-utils
 BuildRequires:  java-devel >= 1:1.6.0
 BuildRequires:  jgoodies-forms
 BuildRequires:  stringtemplate
+Requires:       antlr-tool
 Requires:       antlr3-tool >= 3.3
 Requires:       graphviz
 # Owns /usr/share/icons/hicolor
@@ -103,6 +105,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor/ &>/dev/null || :
 
 
 %changelog
+* Mon Jan 28 2013 Mohamed El Morabity <melmorabity at fedoraproject.org> - 1.4.3-7
+- Add missing Requires on antlr-tool (RHBZ #904572), until RHBZ #904979 is fixed
+
 * Sat Jul 21 2012 Mohamed El Morabity <melmorabity at fedoraproject.org> - 1.4.3-6
 - Add stringtemplate as BuildRequires
 


More information about the scm-commits mailing list