Fix stringtemplate4 jar classpath in shell script (stringtemplate4/ST4.jar)
This commit is contained in:
parent
02d60a580e
commit
d7772f0bcf
@ -1,7 +1,7 @@
|
||||
%global antlr_version 3.5.2
|
||||
%global c_runtime_version 3.4
|
||||
%global javascript_runtime_version 3.1
|
||||
%global baserelease 12
|
||||
%global baserelease 13
|
||||
|
||||
Summary: ANother Tool for Language Recognition
|
||||
Name: antlr3
|
||||
@ -200,7 +200,7 @@ ant/ant-antlr3 antlr3
|
||||
EOF
|
||||
|
||||
# install wrapper script
|
||||
%jpackage_script org.antlr.Tool '' '' 'stringtemplate4.jar:antlr3.jar:antlr3-runtime.jar' antlr3 true
|
||||
%jpackage_script org.antlr.Tool '' '' 'stringtemplate4/ST4.jar:antlr3.jar:antlr3-runtime.jar' antlr3 true
|
||||
|
||||
# install C runtime
|
||||
pushd runtime/C
|
||||
@ -263,6 +263,9 @@ install -pm 644 runtime/Cpp/include/* $RPM_BUILD_ROOT/%{_includedir}/
|
||||
%doc tool/LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Tue Oct 04 2016 David Geiger <daviddavid> - 1:3.5.2-13
|
||||
- Fix stringtemplate4 jar classpath in shell script (stringtemplate4/ST4.jar)
|
||||
|
||||
* Tue Sep 27 2016 Michael Simacek <msimacek@redhat.com> - 1:3.5.2-12
|
||||
- Fix Java 8 patch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user