import CS antlr-2.7.7-73.el9
This commit is contained in:
parent
13df52823f
commit
b8740843dd
@ -36,7 +36,7 @@
|
|||||||
<!-- Build classes -->
|
<!-- Build classes -->
|
||||||
<target name="classes" depends="prepare">
|
<target name="classes" depends="prepare">
|
||||||
<javac srcdir="${src}" destdir="${build.classes}"
|
<javac srcdir="${src}" destdir="${build.classes}"
|
||||||
debug="off" optimize="on" deprecation="on"/>
|
debug="off" optimize="on" deprecation="on" source="1.8" target="1.8" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- Build jar archives -->
|
<!-- Build jar archives -->
|
||||||
@ -61,6 +61,7 @@
|
|||||||
packagenames="${packagenames}"
|
packagenames="${packagenames}"
|
||||||
splitindex="true"
|
splitindex="true"
|
||||||
use="true"
|
use="true"
|
||||||
|
source="1.8"
|
||||||
additionalparam="-Xdoclint:none">
|
additionalparam="-Xdoclint:none">
|
||||||
<link href="${j2se.apidoc}"/>
|
<link href="${j2se.apidoc}"/>
|
||||||
</javadoc>
|
</javadoc>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Summary: ANother Tool for Language Recognition
|
Summary: ANother Tool for Language Recognition
|
||||||
Name: antlr
|
Name: antlr
|
||||||
Version: 2.7.7
|
Version: 2.7.7
|
||||||
Release: 68%{?dist}
|
Release: 73%{?dist}
|
||||||
License: ANTLR-PD
|
License: ANTLR-PD
|
||||||
URL: http://www.antlr2.org/
|
URL: http://www.antlr2.org/
|
||||||
# ./generate-tarball.sh
|
# ./generate-tarball.sh
|
||||||
@ -16,10 +16,11 @@ Source3: http://repo2.maven.org/maven2/antlr/antlr/%{version}/%{name}-%{ve
|
|||||||
Source4: generate-tarball.sh
|
Source4: generate-tarball.sh
|
||||||
Patch1: %{name}-%{version}-newgcc.patch
|
Patch1: %{name}-%{version}-newgcc.patch
|
||||||
|
|
||||||
|
ExclusiveArch: aarch64 ppc64le s390x x86_64
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: java-devel
|
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -70,7 +71,7 @@ This package provides a static C++ library for parsers generated by ANTLR2.
|
|||||||
# remove all binary libs
|
# remove all binary libs
|
||||||
find . -name "*.jar" -exec rm -f {} \;
|
find . -name "*.jar" -exec rm -f {} \;
|
||||||
cp -p %{SOURCE1} build.xml
|
cp -p %{SOURCE1} build.xml
|
||||||
%patch1
|
%patch -P 1
|
||||||
# CRLF->LF
|
# CRLF->LF
|
||||||
sed -i 's/\r//' LICENSE.txt
|
sed -i 's/\r//' LICENSE.txt
|
||||||
|
|
||||||
@ -127,6 +128,21 @@ install -p -m 755 scripts/antlr-config $RPM_BUILD_ROOT%{_bindir}
|
|||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 04 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.7.7-73
|
||||||
|
- set javac source / target version to 1.8 to fix issues with Java 11
|
||||||
|
|
||||||
|
* Sun Nov 24 2024 Marián Konček <mkoncek@redhat.com> - 2.7.7-72
|
||||||
|
- Rebuild
|
||||||
|
|
||||||
|
* Fri Nov 22 2024 Marián Konček <mkoncek@redhat.com> - 2.7.7-71
|
||||||
|
- Rebuild
|
||||||
|
|
||||||
|
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 2.7.7-70
|
||||||
|
- Fix patch usage
|
||||||
|
|
||||||
|
* Tue Nov 19 2024 Marián Konček <mkoncek@redhat.com> - 2.7.7-69
|
||||||
|
- Rebuild with regenerated Requires on Java
|
||||||
|
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.7.7-68
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.7.7-68
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
Loading…
Reference in New Issue
Block a user