[antlr3] - update BR - whole autotools chain is required explicitly

Dan Horák sharkcz at fedoraproject.org
Mon Mar 23 10:33:54 UTC 2015


commit 5db39a513ab87ccd62c05f8dadc813f2a2e99771
Author: Dan Horák <dan at danny.cz>
Date:   Mon Mar 23 11:33:51 2015 +0100

    - update BR - whole autotools chain is required explicitly

 antlr3.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/antlr3.spec b/antlr3.spec
index e1bf834..b922940 100644
--- a/antlr3.spec
+++ b/antlr3.spec
@@ -4,7 +4,7 @@
 %global c_runtime_version 3.4
 #%global python_runtime_version 3.1.3
 %global javascript_runtime_version 3.1
-%global baserelease 4
+%global baserelease 5
 
 Summary:            ANother Tool for Language Recognition
 Name:               antlr3
@@ -32,7 +32,7 @@ BuildRequires:      stringtemplate4
 BuildRequires:      stringtemplate
 BuildRequires:      felix-parent
 BuildRequires:      antlr3-tool
-BuildRequires:      autoconf
+BuildRequires:      autoconf automake libtool
 
 # we don't build it now
 Obsoletes:       antlr3-gunit < 3.2-15
@@ -272,6 +272,9 @@ install -pm 644 runtime/Cpp/include/* $RPM_BUILD_ROOT/%{_includedir}/
 %doc tool/LICENSE.txt
 
 %changelog
+* Mon Mar 23 2015 Dan Horák <dan[at]danny.cz> - 1:3.5.2-5
+- update BR - whole autotools chain is required explicitly
+
 * Fri Oct 31 2014 Yaakov Selkowitz <yselkowi at redhat.com> - 1:3.5.2-4
 - Avoid timestamp conflicts when updating jar manifest
 


More information about the scm-commits mailing list