fad3d03
%global antlr_version 3.5.2
fad3d03
%global c_runtime_version 3.4
fad3d03
%global javascript_runtime_version 3.1
7b7dcfb
%global baserelease 33
2d77c1a
2d77c1a
# This package needs itself to build.  Use this to bootstrap on a new system.
4786afe
%bcond_with bootstrap
2d77c1a
2d77c1a
# Component versions to use when bootstrapping
2d77c1a
%global antlr2_version 2.7.7
2d77c1a
%global bootstrap_version 3.5
2d77c1a
%global ST4ver1 4.0.7
2d77c1a
%global ST4ver2 4.0.8
2d77c1a
%global stringtemplatever 3.2.1
fad3d03
fad3d03
Summary:            ANother Tool for Language Recognition
fad3d03
Name:               antlr3
fad3d03
Epoch:              1
fad3d03
Version:            %{antlr_version}
fad3d03
Release:            %{baserelease}%{?dist}
fad3d03
License:            BSD
fad3d03
URL:                http://www.antlr3.org/
fad3d03
d0d1d7e
Source0:            https://github.com/antlr/antlr3/archive/%{antlr_version}/%{name}-%{antlr_version}.tar.gz
2d77c1a
Source1:            http://www.antlr3.org/download/antlr-javascript-runtime-%{javascript_runtime_version}.zip
2d77c1a
%if %{with bootstrap}
2d77c1a
# Get prebuilt versions to bootstrap
2d77c1a
Source2:            https://repo1.maven.org/maven2/org/antlr/ST4/%{ST4ver1}/ST4-%{ST4ver1}.jar
2d77c1a
Source3:            https://repo1.maven.org/maven2/org/antlr/ST4/%{ST4ver1}/ST4-%{ST4ver1}.pom
2d77c1a
Source4:            https://repo1.maven.org/maven2/org/antlr/ST4/%{ST4ver2}/ST4-%{ST4ver2}.jar
2d77c1a
Source5:            https://repo1.maven.org/maven2/org/antlr/ST4/%{ST4ver2}/ST4-%{ST4ver2}.pom
2d77c1a
Source6:            https://repo1.maven.org/maven2/org/antlr/antlr/%{bootstrap_version}/antlr-%{bootstrap_version}.jar
2d77c1a
Source7:            https://repo1.maven.org/maven2/org/antlr/antlr/%{bootstrap_version}/antlr-%{bootstrap_version}.pom
2d77c1a
Source8:            https://repo1.maven.org/maven2/org/antlr/antlr-master/%{bootstrap_version}/antlr-master-%{bootstrap_version}.pom
2d77c1a
Source9:            https://repo1.maven.org/maven2/org/antlr/antlr-runtime/%{bootstrap_version}/antlr-runtime-%{bootstrap_version}.jar
2d77c1a
Source10:           https://repo1.maven.org/maven2/org/antlr/antlr-runtime/%{bootstrap_version}/antlr-runtime-%{bootstrap_version}.pom
2d77c1a
Source11:           https://repo1.maven.org/maven2/org/antlr/antlr3-maven-plugin/%{bootstrap_version}/antlr3-maven-plugin-%{bootstrap_version}.jar
2d77c1a
Source12:           https://repo1.maven.org/maven2/org/antlr/antlr3-maven-plugin/%{bootstrap_version}/antlr3-maven-plugin-%{bootstrap_version}.pom
2d77c1a
Source13:           https://repo1.maven.org/maven2/org/antlr/stringtemplate/%{stringtemplatever}/stringtemplate-%{stringtemplatever}.jar
2d77c1a
Source14:           https://repo1.maven.org/maven2/org/antlr/stringtemplate/%{stringtemplatever}/stringtemplate-%{stringtemplatever}.pom
2d77c1a
Source15:           https://repo1.maven.org/maven2/antlr/antlr/%{antlr2_version}/antlr-%{antlr2_version}.jar
2d77c1a
Source16:           https://repo1.maven.org/maven2/antlr/antlr/%{antlr2_version}/antlr-%{antlr2_version}.pom
2d77c1a
%endif
fad3d03
05c26cb
Patch0:         0001-java8-fix.patch
fad3d03
# Generate OSGi metadata
fad3d03
Patch1:         osgi-manifest.patch
c721198
# Increase the default conversion timeout to avoid build failures when complex
c721198
# grammars are processed on slow architectures.  Patch from Debian.
c721198
Patch2:         0002-conversion-timeout.patch
c721198
# Fix problems with the C template.  Patch from Debian.
c721198
Patch3:         0003-fix-c-template.patch
c721198
# Keep Token.EOF_TOKEN for backwards compatibility.  Patch from Debian.
c721198
Patch4:         0004-eof-token.patch
c721198
# Make parsers reproducible.  Patch from Debian.
c721198
Patch5:         0005-reproducible-parsers.patch
f1bb8d6
# Fix for C++20
f1bb8d6
Patch6:         0006-antlr3memory.hpp-fix-for-C-20-mode.patch
05c26cb
# Compile for target 1.8 to fix build with JDK 11
05c26cb
Patch7:         0007-update-java-target.patch
fad3d03
d6b5994
BuildRequires:  ant
030c254
BuildRequires:  make
fad3d03
BuildRequires:  maven-local
2d77c1a
%if %{without bootstrap}
fad3d03
BuildRequires:  mvn(org.antlr:antlr)
fad3d03
BuildRequires:  mvn(org.antlr:antlr3-maven-plugin)
fad3d03
BuildRequires:  mvn(org.antlr:ST4)
fad3d03
BuildRequires:  mvn(org.antlr:stringtemplate)
2d77c1a
%endif
fad3d03
BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
fad3d03
BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
fad3d03
BuildRequires:  mvn(org.apache.maven:maven-project)
fad3d03
BuildRequires:  mvn(org.codehaus.plexus:plexus-compiler-api)
fad3d03
BuildRequires:  mvn(org.apache.maven.plugins:maven-plugin-plugin)
fad3d03
fad3d03
BuildRequires:      autoconf
fad3d03
BuildRequires:      automake
fad3d03
BuildRequires:      libtool
fad3d03
fad3d03
# we don't build it now
fad3d03
Obsoletes:       antlr3-gunit < 3.2-15
fad3d03
fad3d03
%description
fad3d03
ANother Tool for Language Recognition, is a language tool
fad3d03
that provides a framework for constructing recognizers,
fad3d03
interpreters, compilers, and translators from grammatical
fad3d03
descriptions containing actions in a variety of target languages.
fad3d03
fad3d03
%package     tool
fad3d03
Summary:     ANother Tool for Language Recognition
fad3d03
BuildArch:   noarch
fad3d03
Provides:    %{name} = %{epoch}:%{antlr_version}-%{release}
fad3d03
Obsoletes:   %{name} < %{epoch}:%{antlr_version}-%{release}
fad3d03
Requires:    %{name}-java = %{epoch}:%{antlr_version}-%{release}
fad3d03
# Explicit requires for javapackages-tools since antlr3-script
fad3d03
# uses /usr/share/java-utils/java-functions
fad3d03
Requires:    javapackages-tools
fad3d03
fad3d03
fad3d03
Provides:    ant-antlr3 = %{epoch}:%{antlr_version}-%{release}
fad3d03
Obsoletes:   ant-antlr3 < %{epoch}:%{antlr_version}-%{release}
fad3d03
fad3d03
%description tool
fad3d03
ANother Tool for Language Recognition, is a language tool
fad3d03
that provides a framework for constructing recognizers,
fad3d03
interpreters, compilers, and translators from grammatical
fad3d03
descriptions containing actions in a variety of target languages.
fad3d03
fad3d03
%package     java
fad3d03
Summary:     Java run-time support for ANTLR-generated parsers
fad3d03
BuildArch:   noarch
fad3d03
fad3d03
%description java
fad3d03
Java run-time support for ANTLR-generated parsers
fad3d03
fad3d03
%package javadoc
fad3d03
Summary:        API documentation for %{name}
fad3d03
BuildArch:      noarch
fad3d03
fad3d03
%description javadoc
fad3d03
%{summary}.
fad3d03
fad3d03
%package      javascript
fad3d03
Summary:      Javascript run-time support for ANTLR-generated parsers
fad3d03
Version:      %{javascript_runtime_version}
fad3d03
Release:      %{antlr_version}.%{baserelease}%{?dist}
fad3d03
BuildArch:    noarch
fad3d03
fad3d03
%description  javascript
fad3d03
Javascript run-time support for ANTLR-generated parsers
fad3d03
fad3d03
%package   C
fad3d03
Summary:   C run-time support for ANTLR-generated parsers
fad3d03
Version:   %{c_runtime_version}
fad3d03
Release:      %{antlr_version}.%{baserelease}%{?dist}
fad3d03
fad3d03
%description C
fad3d03
C run-time support for ANTLR-generated parsers
fad3d03
fad3d03
%package   C-devel
fad3d03
Summary:   Header files for the C bindings for ANTLR-generated parsers
fad3d03
Requires:  %{name}-C = %{epoch}:%{c_runtime_version}-%{release}
fad3d03
Version:   %{c_runtime_version}
fad3d03
Release:      %{antlr_version}.%{baserelease}%{?dist}
fad3d03
fad3d03
fad3d03
%description C-devel
fad3d03
Header files for the C bindings for ANTLR-generated parsers
fad3d03
fad3d03
%package        C-docs
fad3d03
Summary:        API documentation for the C run-time support for ANTLR-generated parsers
fad3d03
BuildArch:      noarch
fad3d03
BuildRequires:  graphviz
fad3d03
BuildRequires:  doxygen
fad3d03
Requires:       %{name}-C = %{epoch}:%{c_runtime_version}-%{release}
fad3d03
Version:   %{c_runtime_version}
fad3d03
Release:      %{antlr_version}.%{baserelease}%{?dist}
fad3d03
fad3d03
%description    C-docs
fad3d03
This package contains doxygen documentation with instruction
fad3d03
on how to use the C target in ANTLR and complete API description of the
fad3d03
C run-time support for ANTLR-generated parsers.
fad3d03
fad3d03
%package C++-devel
fad3d03
Summary:        C++ runtime support for ANTLR-generated parsers
fad3d03
fad3d03
%description C++-devel
fad3d03
C++ runtime support for ANTLR-generated parsers.
fad3d03
fad3d03
%prep
2d77c1a
%setup -q -n antlr3-%{antlr_version} -a 1
fad3d03
sed -i "s,\${buildNumber},`cat %{_sysconfdir}/fedora-release` `date`," tool/src/main/resources/org/antlr/antlr.properties
fad3d03
%patch0 -p1
fad3d03
%patch1
c721198
%patch2 -p1
c721198
%patch3 -p1
c721198
%patch4 -p1
c721198
%patch5 -p1
f1bb8d6
%patch6 -p1
3da09e3
%patch7 -p1
fad3d03
fad3d03
# remove pre-built artifacts
fad3d03
find -type f -a -name *.jar -delete
fad3d03
find -type f -a -name *.class -delete
fad3d03
e109a5d
%pom_remove_parent
e109a5d
fad3d03
%pom_disable_module antlr3-maven-archetype
fad3d03
%pom_disable_module gunit
fad3d03
%pom_disable_module gunit-maven-plugin
fad3d03
%pom_disable_module antlr-complete
fad3d03
fad3d03
%pom_remove_plugin :maven-source-plugin
fad3d03
%pom_remove_plugin :maven-javadoc-plugin
fad3d03
fad3d03
# workarounds bug in filtering (Mark invalid)
fad3d03
%pom_xpath_remove pom:resource/pom:filtering
fad3d03
fad3d03
%mvn_package :antlr-runtime java
fad3d03
%mvn_package : tool
fad3d03
fad3d03
%mvn_file :antlr antlr3
fad3d03
%mvn_file :antlr-runtime antlr3-runtime
fad3d03
%mvn_file :antlr-maven-plugin antlr3-maven-plugin
fad3d03
2d77c1a
%if %{with bootstrap}
2d77c1a
# Make the bootstrap JARs and POMs available
2d77c1a
mkdir -p .m2/org/antlr/ST4/%{ST4ver1}
2d77c1a
cp -p %{SOURCE2} %{SOURCE3} .m2/org/antlr/ST4/%{ST4ver1}
2d77c1a
mkdir -p .m2/org/antlr/ST4/%{ST4ver2}
2d77c1a
cp -p %{SOURCE4} %{SOURCE5} .m2/org/antlr/ST4/%{ST4ver2}
2d77c1a
mkdir -p .m2/org/antlr/antlr/%{bootstrap_version}
2d77c1a
cp -p %{SOURCE6} %{SOURCE7} .m2/org/antlr/antlr/%{bootstrap_version}
2d77c1a
mkdir -p .m2/org/antlr/antlr-master/%{bootstrap_version}
2d77c1a
cp -p %{SOURCE8} .m2/org/antlr/antlr-master/%{bootstrap_version}
2d77c1a
mkdir -p .m2/org/antlr/antlr-runtime/%{bootstrap_version}
2d77c1a
cp -p %{SOURCE9} %{SOURCE10} .m2/org/antlr/antlr-runtime/%{bootstrap_version}
2d77c1a
mkdir -p .m2/org/antlr/antlr3-maven-plugin/%{bootstrap_version}
2d77c1a
cp -p %{SOURCE11} %{SOURCE12} .m2/org/antlr/antlr3-maven-plugin/%{bootstrap_version}
2d77c1a
mkdir -p .m2/org/antlr/stringtemplate/%{stringtemplatever}
2d77c1a
cp -p %{SOURCE13} %{SOURCE14} .m2/org/antlr/stringtemplate/%{stringtemplatever}
2d77c1a
mkdir -p .m2/antlr/antlr/%{antlr2_version}
2d77c1a
cp -p %{SOURCE15} %{SOURCE16} .m2/antlr/antlr/%{antlr2_version}
2d77c1a
2d77c1a
# We don't need the parent POM
2d77c1a
%pom_remove_parent .m2/org/antlr/ST4/%{ST4ver1}/ST4-%{ST4ver1}.pom
2d77c1a
%pom_remove_parent .m2/org/antlr/ST4/%{ST4ver2}/ST4-%{ST4ver2}.pom
2d77c1a
%pom_remove_parent .m2/org/antlr/antlr-master/%{bootstrap_version}/antlr-master-%{bootstrap_version}.pom
2d77c1a
%endif
2d77c1a
fad3d03
%build
fad3d03
%mvn_build -f
fad3d03
fad3d03
# Build the C runtime
fad3d03
pushd runtime/C
fad3d03
autoreconf -i
fad3d03
%configure --disable-abiflags --enable-debuginfo \
fad3d03
%if 0%{?__isa_bits} == 64
fad3d03
    --enable-64bit
fad3d03
%else
fad3d03
    %{nil}
fad3d03
%endif
fad3d03
fad3d03
sed -i "s#CFLAGS = .*#CFLAGS = $RPM_OPT_FLAGS#" Makefile
030c254
%make_build
fad3d03
doxygen -u # update doxygen configuration file
fad3d03
doxygen # build doxygen documentation
fad3d03
popd
fad3d03
fad3d03
# build ant task
fad3d03
pushd antlr-ant/main/antlr3-task/
fad3d03
export CLASSPATH=$(build-classpath ant)
a7e125e
javac -encoding ISO-8859-1 -source 1.8 -target 1.8 \
a7e125e
  antlr3-src/org/apache/tools/ant/antlr/ANTLR3.java
fad3d03
jar cvf ant-antlr3.jar \
fad3d03
  -C antlr3-src org/apache/tools/ant/antlr/antlib.xml \
fad3d03
  -C antlr3-src org/apache/tools/ant/antlr/ANTLR3.class
fad3d03
popd
fad3d03
fad3d03
%install
fad3d03
mkdir -p $RPM_BUILD_ROOT/%{_mandir}
fad3d03
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/antlr
fad3d03
fad3d03
%mvn_install
fad3d03
fad3d03
# install ant task
fad3d03
install -m 644 antlr-ant/main/antlr3-task/ant-antlr3.jar -D $RPM_BUILD_ROOT%{_javadir}/ant/ant-antlr3.jar
fad3d03
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/ant.d
fad3d03
cat > $RPM_BUILD_ROOT%{_sysconfdir}/ant.d/ant-antlr3 << EOF
fad3d03
ant/ant-antlr3 antlr3
fad3d03
EOF
fad3d03
fad3d03
# install wrapper script
fad3d03
%jpackage_script org.antlr.Tool '' '' 'stringtemplate4/ST4.jar:antlr3.jar:antlr3-runtime.jar' antlr3 true
fad3d03
fad3d03
# install C runtime
fad3d03
pushd runtime/C
030c254
%make_install
fad3d03
rm $RPM_BUILD_ROOT%{_libdir}/libantlr3c.{a,la}
fad3d03
pushd api/man/man3
fad3d03
for file in `ls -1 * | grep -vi "^antlr3"`; do
fad3d03
    mv $file antlr3-$file
fad3d03
done
fad3d03
sed -i -e 's,^\.so man3/pANTLR3,.so man3/antlr3-pANTLR3,' `grep -rl 'man3/pANTLR3' .`
fad3d03
gzip *
fad3d03
popd
fad3d03
mv api/man/man3 $RPM_BUILD_ROOT%{_mandir}/
fad3d03
rmdir api/man
fad3d03
popd
fad3d03
fad3d03
# install javascript runtime
fad3d03
pushd antlr-javascript-runtime-%{javascript_runtime_version}
fad3d03
install -pm 644 *.js $RPM_BUILD_ROOT%{_datadir}/antlr/
fad3d03
popd
fad3d03
fad3d03
# install C++ runtime (header only)
fad3d03
mkdir -p $RPM_BUILD_ROOT/%{_includedir}/%{name}
fad3d03
install -pm 644 runtime/Cpp/include/* $RPM_BUILD_ROOT/%{_includedir}/
fad3d03
fad3d03
%files tool -f .mfiles-tool
fad3d03
%doc README.txt tool/{LICENSE.txt,CHANGES.txt}
fad3d03
%{_bindir}/antlr3
fad3d03
%{_javadir}/ant/ant-antlr3.jar
fad3d03
%config(noreplace) %{_sysconfdir}/ant.d/ant-antlr3
fad3d03
fad3d03
%files C
fad3d03
%doc tool/LICENSE.txt
fad3d03
%{_libdir}/libantlr3c.so
fad3d03
fad3d03
%files C-devel
fad3d03
%{_mandir}/man3/*
fad3d03
%{_includedir}/*.h
fad3d03
fad3d03
%files C-docs
fad3d03
%doc runtime/C/api
fad3d03
fad3d03
%files C++-devel
fad3d03
%doc tool/LICENSE.txt
fad3d03
%{_includedir}/*.hpp
fad3d03
%{_includedir}/*.inl
fad3d03
fad3d03
%files java -f .mfiles-java
fad3d03
%doc tool/LICENSE.txt
fad3d03
fad3d03
%files javascript
fad3d03
%doc tool/LICENSE.txt
fad3d03
%{_datadir}/antlr/
fad3d03
fad3d03
%files javadoc -f .mfiles-javadoc
fad3d03
%doc tool/LICENSE.txt
fad3d03
fad3d03
%changelog
7b7dcfb
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.5.2-33
7b7dcfb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
7b7dcfb
2d77c1a
* Fri Mar 12 2021 Jerry James <loganjerry@gmail.com> - 1:3.5.2-32
2d77c1a
- Add bootstrap conditional (bz 1847093)
2d77c1a
adfde4c
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.5.2-31
adfde4c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
adfde4c
d13970f
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.5.2-30
d13970f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
d13970f
317a12c
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 1:3.5.2-29
317a12c
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
317a12c
3da09e3
* Wed Jun 03 2020 Fabio Valentini <decathorpe@gmail.com> - 1:3.5.2-28
3da09e3
- Actually apply Patch7.
3da09e3
05c26cb
* Tue May 12 2020 Jerry James <loganjerry@gmail.com> - 1:3.5.2-27
05c26cb
- Add 0007-update-java-target.patch to fix JDK 11 build
05c26cb
f1bb8d6
* Tue May 12 2020 Avi Kivity <avi@scylladb.com> - 1:3.5.2-27
f1bb8d6
- Fix for C++20 mode (#1834782)
f1bb8d6
e109a5d
* Sat Apr 25 2020 Fabio Valentini <decathorpe@gmail.com> - 1:3.5.2-26
e109a5d
- Remove unnecessary dependency on deprecated parent pom.
e109a5d
45fe026
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.5.2-25
45fe026
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
45fe026
d6b5994
* Thu Aug  1 2019 Jerry James <loganjerry@gmail.com> - 1:3.5.2-24
d6b5994
- BR ant to fix FTBFS.  Thanks to Fabio Valentini for the hint.
d6b5994
5cb7af5
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.5.2-23
5cb7af5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
5cb7af5
c721198
* Sat Apr 27 2019 Jerry James <loganjerry@gmail.com> - 1:3.5.2-22
c721198
- Add Debian patches
c721198
fad3d03
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.5.2-21
fad3d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
fad3d03
fad3d03
* Thu Aug 30 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:3.5.2-20
fad3d03
- Explicit requires for javapackages-tools since antlr3 script uses
fad3d03
  java-functions. See RHBZ#1600426.
fad3d03
fad3d03
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.5.2-19
fad3d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
fad3d03
fad3d03
* Thu Jun 28 2018 Michael Simacek <msimacek@redhat.com> - 1:3.5.2-18
fad3d03
- Remove ldconfig scriptlets
fad3d03
fad3d03
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.5.2-17
fad3d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
fad3d03
fad3d03
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.5.2-16
fad3d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
fad3d03
fad3d03
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.5.2-15
fad3d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
fad3d03
fad3d03
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.5.2-14
fad3d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
fad3d03
fad3d03
* Tue Oct 04 2016 David Geiger <daviddavid> - 1:3.5.2-13
fad3d03
- Fix stringtemplate4 jar classpath in shell script (stringtemplate4/ST4.jar)
fad3d03
fad3d03
* Tue Sep 27 2016 Michael Simacek <msimacek@redhat.com> - 1:3.5.2-12
fad3d03
- Fix Java 8 patch
fad3d03
fad3d03
* Wed Jun 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.5.2-11
fad3d03
- Regenerate build-requires
fad3d03
fad3d03
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.5.2-11
fad3d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
fad3d03
fad3d03
* Tue Nov 24 2015 Mat Booth <mat.booth@redhat.com> - 1:3.5.2-10
fad3d03
- Fix OSGi metadata
fad3d03
- Delete some commented out sections
fad3d03
fad3d03
* Wed Jun 17 2015 Mat Booth <mat.booth@redhat.com> - 1:3.5.2-9
fad3d03
- Build and ship the antlr3 ant task
fad3d03
- Add provides/obsoletes for separate ant-antlr3 package
fad3d03
fad3d03
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.5.2-8
fad3d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
fad3d03
fad3d03
* Wed Apr 29 2015 Michal Srb <msrb@redhat.com> - 1:3.5.2-7
fad3d03
- Fix FTBFS (Resolves: rhbz#1204672)
fad3d03
fad3d03
* Mon Mar 30 2015 Michael Simacek <msimacek@redhat.com> - 1:3.5.2-6
fad3d03
- Fix FTBFS
fad3d03
fad3d03
* Mon Mar 23 2015 Dan Horák <dan[at]danny.cz> - 1:3.5.2-5
fad3d03
- update BR - whole autotools chain is required explicitly
fad3d03
fad3d03
* Fri Oct 31 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 1:3.5.2-4
fad3d03
- Avoid timestamp conflicts when updating jar manifest
fad3d03
fad3d03
* Sun Aug 31 2014 Till Maas <opensource@till.name> - 1:3.5.2-3
fad3d03
- Add missing dist tags for subpackages
fad3d03
fad3d03
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.5.2-2
fad3d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
fad3d03
fad3d03
* Wed Jun 18 2014 Michael Simacek <msimacek@redhat.com> - 3.5.2-1
fad3d03
- Update to upstream version 3.5.2
fad3d03
- Build the C runtime from main tarball
fad3d03
- Make C++-devel subpackage
fad3d03
fad3d03
* Tue Jun 17 2014 Michael Simacek <msimacek@redhat.com> - 3.5-1
fad3d03
- Update to upstream version 3.5
fad3d03
fad3d03
* Tue Jun 17 2014 Michael Simacek <msimacek@redhat.com> - 3.4-18
fad3d03
- Specfile cleanup
fad3d03
fad3d03
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4-17
fad3d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
fad3d03
fad3d03
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.4-16
fad3d03
- Use Requires: java-headless rebuild (#1067528)
fad3d03
fad3d03
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4-15
fad3d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
fad3d03
fad3d03
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4-14
fad3d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
fad3d03
fad3d03
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 3.4-13
fad3d03
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
fad3d03
- Replace maven BuildRequires with maven-local
fad3d03
fad3d03
* Sun Sep 09 2012 Miloš Jakubíček <xjakub@fi.muni.cz> - 3.4-12
fad3d03
- Fix wrong man page references (see BZ#855619)
fad3d03
fad3d03
* Tue Aug 21 2012 Miloš Jakubíček <xjakub@fi.muni.cz> - 3.4-11
fad3d03
- Now really compile for Java 1.6 everything
fad3d03
fad3d03
 *Sat Aug 18 2012 Miloš Jakubíček <xjakub@fi.muni.cz> - 3.4-10
fad3d03
- Explicitly compile for Java 1.5, to (maybe?) fix BZ#842572
fad3d03
fad3d03
* Mon Aug 6 2012 Alexander Kurtakov <akurtako@redhat.com> 3.4-9
fad3d03
- Inject org.antlr.runtime OSGi metadata.
fad3d03
- Update BRs to newer versions.
fad3d03
fad3d03
* Tue Jul 24 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.4-8
fad3d03
- Add back requires on stringtemplate for java subpackage
fad3d03
fad3d03
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4-7
fad3d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
fad3d03
fad3d03
* Tue Jun 26 2012 Miloš Jakubíček <xjakub@fi.muni.cz> - 3.4-6
fad3d03
- Fixed missing stringtemplate4 in antlr3 generator classpath
fad3d03
- Cleanup of Requires and BuildRequires on antlr2
fad3d03
fad3d03
* Thu Feb 23 2012 Miloš Jakubíček <xjakub@fi.muni.cz> - 3.4-5
fad3d03
- Disable python runtime (incompatible with current antlr version)
fad3d03
fad3d03
* Wed Feb 22 2012 Miloš Jakubíček <xjakub@fi.muni.cz> - 3.4-4
fad3d03
- Fix permissions for egg-info dir (fixes BZ#790499)
fad3d03
fad3d03
* Thu Feb 16 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.4-3
fad3d03
- Use wildcards for installing jars (different results on different releases)
fad3d03
fad3d03
* Thu Feb 16 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.4-2
fad3d03
- Add builnumber plugin to buildrequires
fad3d03
- Tab/space cleanup
fad3d03
fad3d03
* Mon Jan 23 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.4-1
fad3d03
- Update antlr version to 3.4
fad3d03
- Move to maven3 build, update macros etc
fad3d03
- Remove gunit for now
fad3d03
fad3d03
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2-16
fad3d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
fad3d03
fad3d03
* Fri Sep 09 2011 Dan Horák <dan[at]danny.cz> - 3.2-15
fad3d03
- fix build on other arches
fad3d03
fad3d03
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2-14
fad3d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
fad3d03
fad3d03
* Tue Dec 14 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.2-13
fad3d03
- Add stringtemplate to Requires of java subpackage
fad3d03
- Use tomcat6 for building
fad3d03
- Use felix-parent and cleanup BRs on maven plugins
fad3d03
fad3d03
* Thu Nov 25 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.2-12
fad3d03
- Move all pom files into java subpackage
fad3d03
- Fix pom filenames (Resolves rhbz#655831)
fad3d03
- Add java subpackage Requires for gunit subpackage
fad3d03
fad3d03
* Wed Oct 13 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 3.2-11
fad3d03
- non-bootstrap build
fad3d03
fad3d03
* Wed Oct 13 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 3.2-10
fad3d03
- fix pom patch
fad3d03
- fix bootstrapping
fad3d03
- fix dependencies
fad3d03
fad3d03
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 3.2-9
fad3d03
- recompiling .py files against Python 2.7 (rhbz#623269)
fad3d03
fad3d03
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 3.2-8
fad3d03
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
fad3d03
fad3d03
* Thu Jun 17 2010 Lubomir Rintel <lkundrak@v3.sk> - 3.2-7
fad3d03
- Add master and runtime poms (#605267)
fad3d03
fad3d03
* Sat May 01 2010 Miloš Jakubíček <xjakub@fi.muni.cz> - 3.2-6
fad3d03
- Patch the Python runtime to print just a warning in case of version mismatch
fad3d03
  instead of raising an exception (since there is a good change it will work).
fad3d03
fad3d03
* Thu Apr 22 2010 Miloš Jakubíček <xjakub@fi.muni.cz> - 3.2-5
fad3d03
- Build the C runtime with --enable-64bit on x86_64 to avoid undeterministic
fad3d03
  segfaults caused by possible invalid conversion of 64bit pointers to int32_t
fad3d03
fad3d03
* Mon Mar 08 2010 Miloš Jakubíček <xjakub@fi.muni.cz> - 3.2-4
fad3d03
- Patch Java runtime build to include OSGi meta-information in the manifest
fad3d03
  (thanks to Mat Booth)
fad3d03
- Add "antlr3" prefix to all man pages to prevent namespace conflicts with
fad3d03
  standard man pages included in the man-pages package
fad3d03
- Split headers and man pages into a C-devel subpackage
fad3d03
- Fix multiple file ownership of Java runtime and gunit by the tool package
fad3d03
fad3d03
* Tue Mar 02 2010 Miloš Jakubíček <xjakub@fi.muni.cz> - 3.2-3
fad3d03
- Rebuilt in non-bootstrap mode.
fad3d03
fad3d03
* Sun Jan 31 2010 Milos Jakubicek <xjakub@fi.muni.cz> - 3.2-2
fad3d03
- Build the doxygen documentation for the C target in a C-docs subpackage
fad3d03
- BuildRequires/Requires cleanup across subpackages
fad3d03
fad3d03
* Sat Jan 30 2010 Milos Jakubicek <xjakub@fi.muni.cz> - 3.2-1
fad3d03
- Update to 3.2, bootstrap build.
fad3d03
- Build bindings for C and JavaScript as well as gunit and maven plugin.
fad3d03
fad3d03
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.1-8
fad3d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
fad3d03
fad3d03
* Tue Mar 17 2009 Bart Vanbrabant <bart.vanbrabant@zoeloelip.be> - 3.1.1-7
fad3d03
- Fix the name of the jar to antlr.jar
fad3d03
fad3d03
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.1-6
fad3d03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
fad3d03
fad3d03
* Mon Jan 12 2009 Colin Walters <walters@redhat.com> - 3.1.1-5
fad3d03
- Add bcel to build path
fad3d03
fad3d03
* Mon Jan 12 2009 Colin Walters <walters@redhat.com> - 3.1.1-4
fad3d03
- Add bcel build dep to version jar name
fad3d03
fad3d03
* Mon Nov 10 2008 Colin Walters <walters@redhat.com> - 3.1.1-3
fad3d03
- Add antlr3 script
fad3d03
fad3d03
* Thu Nov  6 2008 Bart Vanbrabant <bart.vanbrabant@zoeloelip.be> - 3.1.1-2
fad3d03
- Fix the install of the jar (remove the version)
fad3d03
fad3d03
* Mon Nov  3 2008 Bart Vanbrabant <bart.vanbrabant@zoeloelip.be> - 3.1.1-1
fad3d03
- Update to version 3.1.1
fad3d03
- Add python runtime subpackage
fad3d03
fad3d03
* Fri Jun 27 2008 Colin Walters <walters@redhat.com> - 3.0.1-2
fad3d03
- Fix some BRs
fad3d03
fad3d03
* Sun Apr 06 2008 Colin Walters <walters@redhat.com> - 3.0.1-1
fad3d03
- First version