Fix FTBFS (Resolves: rhbz#1204672)

This commit is contained in:
Michal Srb 2015-04-29 09:07:18 +02:00
parent 3bb98850f5
commit 4100297802
1 changed files with 5 additions and 1 deletions

View File

@ -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 6
%global baserelease 7
Summary: ANother Tool for Language Recognition
Name: antlr3
@ -23,6 +23,7 @@ BuildRequires: maven-local
BuildRequires: maven-plugin-bundle
BuildRequires: maven-surefire-provider-junit
BuildRequires: junit
BuildRequires: tomcat-servlet-3.1-api
BuildRequires: stringtemplate4
BuildRequires: stringtemplate
BuildRequires: antlr3-tool
@ -269,6 +270,9 @@ install -pm 644 runtime/Cpp/include/* $RPM_BUILD_ROOT/%{_includedir}/
%doc tool/LICENSE.txt
%changelog
* Wed Apr 29 2015 Michal Srb <msrb@redhat.com> - 1:3.5.2-7
- Fix FTBFS (Resolves: rhbz#1204672)
* Mon Mar 30 2015 Michael Simacek <msimacek@redhat.com> - 1:3.5.2-6
- Fix FTBFS