2017-09-23 09:30:48 +00:00
|
|
|
%bcond_without doxygen
|
2019-03-27 17:00:58 +00:00
|
|
|
%bcond_with python
|
2017-02-16 15:47:30 +00:00
|
|
|
|
2010-04-28 16:28:42 +00:00
|
|
|
%global debug_package %{nil}
|
|
|
|
# since we have only a static library
|
|
|
|
|
2015-10-02 09:04:34 +00:00
|
|
|
Summary: ANother Tool for Language Recognition
|
|
|
|
Name: antlr
|
|
|
|
Version: 2.7.7
|
2020-07-21 09:42:36 +00:00
|
|
|
Release: 62%{?dist}
|
2015-10-02 09:04:34 +00:00
|
|
|
Epoch: 0
|
2017-11-07 08:05:56 +00:00
|
|
|
License: ANTLR-PD
|
2016-03-01 10:15:57 +00:00
|
|
|
URL: http://www.antlr2.org/
|
2018-07-24 13:36:48 +00:00
|
|
|
# ./generate-tarball.sh
|
|
|
|
Source0: antlr-%{version}.tar.gz
|
2015-10-02 09:04:34 +00:00
|
|
|
Source1: %{name}-build.xml
|
|
|
|
Source2: %{name}-script
|
|
|
|
Source3: http://repo2.maven.org/maven2/antlr/antlr/%{version}/%{name}-%{version}.pom
|
2018-07-24 13:36:48 +00:00
|
|
|
# Repack the tarball without prebuilt binaries of unknown origin
|
|
|
|
Source4: generate-tarball.sh
|
2015-10-02 09:04:34 +00:00
|
|
|
Patch1: %{name}-%{version}-newgcc.patch
|
2012-08-18 13:32:25 +00:00
|
|
|
# see BZ#848662
|
2015-10-02 09:04:34 +00:00
|
|
|
Patch2: antlr-examples-license.patch
|
2010-04-28 16:28:42 +00:00
|
|
|
|
2015-10-02 09:04:34 +00:00
|
|
|
%ifarch %{mono_arches}
|
2012-01-27 14:41:13 +00:00
|
|
|
%if ! 0%{?rhel} >= 6
|
2015-10-02 09:04:34 +00:00
|
|
|
BuildRequires: mono-core
|
|
|
|
BuildRequires: mono-winforms
|
2007-01-22 23:22:57 +00:00
|
|
|
%endif
|
2012-01-27 14:41:13 +00:00
|
|
|
%endif
|
2017-01-31 21:34:05 +00:00
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: make
|
2015-10-02 09:04:34 +00:00
|
|
|
BuildRequires: ant
|
|
|
|
BuildRequires: java-devel >= 1:1.7.0
|
|
|
|
BuildRequires: java-javadoc
|
|
|
|
BuildRequires: javapackages-local
|
2017-09-23 09:30:48 +00:00
|
|
|
%if %{with doxygen}
|
2016-03-01 10:15:57 +00:00
|
|
|
BuildRequires: doxygen graphviz
|
2017-09-23 09:30:48 +00:00
|
|
|
%endif
|
2017-02-16 15:47:30 +00:00
|
|
|
%if %{with python}
|
2016-02-29 19:41:27 +00:00
|
|
|
# Do not support Python3
|
2017-07-12 09:34:39 +00:00
|
|
|
BuildRequires: python2-devel
|
|
|
|
BuildRequires: python2-setuptools
|
2017-02-16 15:47:30 +00:00
|
|
|
%endif
|
2006-07-19 19:41:20 +00:00
|
|
|
|
2004-09-09 03:00:15 +00:00
|
|
|
%description
|
|
|
|
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a
|
|
|
|
language tool that provides a framework for constructing recognizers,
|
|
|
|
compilers, and translators from grammatical descriptions containing
|
|
|
|
C++ or Java actions [You can use PCCTS 1.xx to generate C-based
|
|
|
|
parsers].
|
|
|
|
|
2015-10-02 09:04:34 +00:00
|
|
|
%package tool
|
|
|
|
Summary: ANother Tool for Language Recognition
|
|
|
|
Provides: %{name} = %{version}-%{release}
|
2018-07-30 15:56:39 +00:00
|
|
|
# Explicit requires for javapackages-tools since antlr-script
|
|
|
|
# uses /usr/share/java-utils/java-functions
|
|
|
|
Requires: javapackages-tools
|
2015-10-02 09:04:34 +00:00
|
|
|
BuildArch: noarch
|
2005-01-11 14:40:39 +00:00
|
|
|
|
2015-10-02 09:04:34 +00:00
|
|
|
%description tool
|
2005-01-11 14:40:39 +00:00
|
|
|
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a
|
|
|
|
language tool that provides a framework for constructing recognizers,
|
|
|
|
compilers, and translators from grammatical descriptions containing
|
|
|
|
C++ or Java actions [You can use PCCTS 1.xx to generate C-based
|
2010-04-28 16:28:42 +00:00
|
|
|
parsers].
|
2005-01-11 14:40:39 +00:00
|
|
|
|
2015-10-02 09:04:34 +00:00
|
|
|
%package manual
|
|
|
|
Summary: Manual for %{name}
|
|
|
|
BuildArch: noarch
|
2004-09-09 03:00:15 +00:00
|
|
|
|
2015-10-02 09:04:34 +00:00
|
|
|
%description manual
|
2004-09-09 03:00:15 +00:00
|
|
|
Documentation for %{name}.
|
|
|
|
|
2015-10-02 09:04:34 +00:00
|
|
|
%package javadoc
|
|
|
|
Summary: Javadoc for %{name}
|
|
|
|
BuildArch: noarch
|
2004-09-09 03:00:15 +00:00
|
|
|
|
2015-10-02 09:04:34 +00:00
|
|
|
%description javadoc
|
2004-09-09 03:00:15 +00:00
|
|
|
Javadoc for %{name}.
|
|
|
|
|
2015-10-02 09:04:34 +00:00
|
|
|
%package C++
|
|
|
|
Summary: C++ bindings for antlr2 generated parsers
|
|
|
|
Provides: antlr-static = %{version}-%{release}
|
2004-09-09 03:00:15 +00:00
|
|
|
|
2015-10-02 09:04:34 +00:00
|
|
|
%description C++
|
2010-04-28 16:28:42 +00:00
|
|
|
This package provides a static C++ library for parsers generated by ANTLR2.
|
2004-09-09 03:00:15 +00:00
|
|
|
|
2017-09-23 09:30:48 +00:00
|
|
|
%if %{with doxygen}
|
2015-10-02 09:04:34 +00:00
|
|
|
%package C++-doc
|
|
|
|
Summary: Documentation for C++ bindings for antlr2 generated parsers
|
|
|
|
BuildArch: noarch
|
2010-04-29 20:48:03 +00:00
|
|
|
|
2015-10-02 09:04:34 +00:00
|
|
|
%description C++-doc
|
2010-04-29 20:48:03 +00:00
|
|
|
This package contains the documentation for the C++ bindings for parsers
|
|
|
|
generated by ANTLR2.
|
2017-09-23 09:30:48 +00:00
|
|
|
%endif
|
2010-04-29 20:48:03 +00:00
|
|
|
|
2017-02-16 15:47:30 +00:00
|
|
|
%if %{with python}
|
2017-07-12 09:34:39 +00:00
|
|
|
%package -n python2-%{name}
|
2017-07-20 10:50:52 +00:00
|
|
|
Summary: Python 2 runtime support for ANTLR-generated parsers
|
2017-07-12 09:34:39 +00:00
|
|
|
%{?python_provide:%python_provide python2-%{name}}
|
|
|
|
|
|
|
|
# This can be removed in Fedora 30
|
2017-07-12 11:49:44 +00:00
|
|
|
Provides: %{name}-python = %{version}-%{release}
|
2017-07-12 09:34:39 +00:00
|
|
|
Obsoletes: %{name}-python < 2.7.7-48
|
|
|
|
|
2015-10-02 09:04:34 +00:00
|
|
|
BuildArch: noarch
|
2011-02-07 11:04:14 +00:00
|
|
|
|
2017-07-12 09:34:39 +00:00
|
|
|
%description -n python2-%{name}
|
2011-02-07 11:04:14 +00:00
|
|
|
Python runtime support for ANTLR-generated parsers
|
2017-02-16 15:47:30 +00:00
|
|
|
%endif
|
2011-02-07 11:04:14 +00:00
|
|
|
|
2004-09-09 03:00:15 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
# remove all binary libs
|
|
|
|
find . -name "*.jar" -exec rm -f {} \;
|
2005-01-11 14:40:39 +00:00
|
|
|
cp -p %{SOURCE1} build.xml
|
2008-02-28 00:14:57 +00:00
|
|
|
%patch1
|
2012-08-18 13:32:25 +00:00
|
|
|
%patch2 -p1
|
2010-04-29 20:48:03 +00:00
|
|
|
# CRLF->LF
|
|
|
|
sed -i 's/\r//' LICENSE.txt
|
2004-09-09 03:00:15 +00:00
|
|
|
|
2015-10-02 09:04:34 +00:00
|
|
|
# set jar location
|
|
|
|
%mvn_file %{name}:%{name} %{name}
|
|
|
|
|
2004-09-09 03:00:15 +00:00
|
|
|
%build
|
2005-11-28 21:18:50 +00:00
|
|
|
ant -Dj2se.apidoc=%{_javadocdir}/java
|
2015-10-02 09:04:34 +00:00
|
|
|
# make expects to find it here
|
|
|
|
cp work/lib/antlr.jar .
|
2007-01-22 19:07:48 +00:00
|
|
|
export CLASSPATH=.
|
|
|
|
%configure --without-examples
|
2010-04-28 16:28:42 +00:00
|
|
|
make CXXFLAGS="${CXXFLAGS} -fPIC" DEBUG=1 verbose=1
|
2015-10-02 09:04:34 +00:00
|
|
|
# no longer needed
|
|
|
|
rm antlr.jar
|
2004-09-09 03:00:15 +00:00
|
|
|
|
2010-04-29 20:48:03 +00:00
|
|
|
# fix doc permissions and remove Makefiles
|
|
|
|
rm doc/{Makefile,Makefile.in}
|
|
|
|
chmod 0644 doc/*
|
|
|
|
|
2017-09-23 09:30:48 +00:00
|
|
|
%if %{with doxygen}
|
2010-04-29 20:48:03 +00:00
|
|
|
# generate doxygen docs for C++ bindings
|
|
|
|
pushd lib/cpp
|
2015-10-02 09:04:34 +00:00
|
|
|
doxygen doxygen.cfg
|
|
|
|
find gen_doc -type f -exec chmod 0644 {} \;
|
2010-04-29 20:48:03 +00:00
|
|
|
popd
|
2017-09-23 09:30:48 +00:00
|
|
|
%endif
|
2004-09-09 03:00:15 +00:00
|
|
|
|
2017-02-16 15:47:30 +00:00
|
|
|
%if %{with python}
|
2011-02-07 11:04:14 +00:00
|
|
|
# build python
|
|
|
|
cd lib/python
|
2016-02-29 19:05:33 +00:00
|
|
|
%py2_build
|
2011-02-07 11:04:14 +00:00
|
|
|
cd ../../
|
2017-02-16 15:47:30 +00:00
|
|
|
%endif
|
2011-02-07 11:04:14 +00:00
|
|
|
|
2004-09-09 03:00:15 +00:00
|
|
|
%install
|
2015-10-02 09:04:34 +00:00
|
|
|
# jars, POM and depmap
|
|
|
|
%mvn_artifact %{SOURCE3} work/lib/%{name}.jar
|
|
|
|
%mvn_alias %{name}:%{name} %{name}:%{name}all
|
|
|
|
%mvn_install -J work/api
|
2004-09-09 03:00:15 +00:00
|
|
|
|
2015-10-02 09:04:34 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT{%{_includedir}/%{name},%{_libdir},%{_bindir}}
|
2005-01-11 14:40:39 +00:00
|
|
|
# script
|
2010-04-28 16:28:42 +00:00
|
|
|
install -p -m 755 %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/antlr
|
2004-09-09 03:00:15 +00:00
|
|
|
|
2007-01-22 19:07:48 +00:00
|
|
|
# C++ lib and headers, antlr-config
|
2010-04-29 20:48:03 +00:00
|
|
|
install -p -m 644 lib/cpp/antlr/*.hpp $RPM_BUILD_ROOT%{_includedir}/%{name}
|
2010-04-28 16:28:42 +00:00
|
|
|
install -p -m 644 lib/cpp/src/libantlr.a $RPM_BUILD_ROOT%{_libdir}
|
|
|
|
install -p -m 755 scripts/antlr-config $RPM_BUILD_ROOT%{_bindir}
|
2007-01-22 19:07:48 +00:00
|
|
|
|
2017-02-16 15:47:30 +00:00
|
|
|
%if %{with python}
|
2011-02-07 11:04:14 +00:00
|
|
|
# python
|
|
|
|
cd lib/python
|
2016-02-29 19:05:33 +00:00
|
|
|
%py2_install
|
2011-02-07 11:04:14 +00:00
|
|
|
cd ../..
|
2017-02-16 15:47:30 +00:00
|
|
|
%endif
|
2011-02-07 11:04:14 +00:00
|
|
|
|
2012-11-01 14:29:16 +00:00
|
|
|
|
2014-05-21 15:38:14 +00:00
|
|
|
%files tool -f .mfiles
|
2015-10-02 09:04:34 +00:00
|
|
|
%license LICENSE.txt
|
2010-04-28 16:28:42 +00:00
|
|
|
%{_bindir}/antlr
|
2004-09-09 03:00:15 +00:00
|
|
|
|
2010-04-29 20:48:03 +00:00
|
|
|
# this is actually a development package for the C++ target
|
|
|
|
# as we ship only a static library, it doesn't make sense
|
|
|
|
# to have a separate -devel package for the headers
|
2010-04-28 16:28:42 +00:00
|
|
|
%files C++
|
2015-10-02 09:04:34 +00:00
|
|
|
%license LICENSE.txt
|
2010-04-29 20:48:03 +00:00
|
|
|
%{_includedir}/%{name}
|
2010-04-28 16:28:42 +00:00
|
|
|
%{_libdir}/libantlr.a
|
2010-04-29 20:48:03 +00:00
|
|
|
%{_bindir}/antlr-config
|
|
|
|
|
2017-09-23 09:30:48 +00:00
|
|
|
%if %{with doxygen}
|
2010-04-29 20:48:03 +00:00
|
|
|
%files C++-doc
|
2015-10-02 09:04:34 +00:00
|
|
|
%license LICENSE.txt
|
2010-04-29 20:48:03 +00:00
|
|
|
%doc lib/cpp/gen_doc/html/
|
2017-09-23 09:30:48 +00:00
|
|
|
%endif
|
2006-07-19 19:41:20 +00:00
|
|
|
|
2004-09-09 03:00:15 +00:00
|
|
|
%files manual
|
2015-10-02 09:04:34 +00:00
|
|
|
%license LICENSE.txt
|
2004-09-09 03:00:15 +00:00
|
|
|
%doc doc/*
|
|
|
|
|
2015-10-02 09:04:34 +00:00
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
|
|
%license LICENSE.txt
|
2004-09-09 03:00:15 +00:00
|
|
|
|
2017-02-16 15:47:30 +00:00
|
|
|
%if %{with python}
|
2017-07-12 09:34:39 +00:00
|
|
|
%files -n python2-%{name}
|
2015-10-02 09:04:34 +00:00
|
|
|
%license LICENSE.txt
|
2016-02-29 19:05:33 +00:00
|
|
|
%{python2_sitelib}/antlr/*
|
|
|
|
%{python2_sitelib}/antlr-*
|
2017-02-16 15:47:30 +00:00
|
|
|
%endif
|
2016-02-29 19:05:33 +00:00
|
|
|
|
2004-09-09 03:00:15 +00:00
|
|
|
%changelog
|
2020-07-21 09:42:36 +00:00
|
|
|
* Tue Jul 21 2020 Fabio Valentini <decathorpe@gmail.com> - 0:2.7.7-62
|
|
|
|
- Set javac source / target version to 1.8 to fix issues with Java 11.
|
|
|
|
|
2020-07-10 12:23:53 +00:00
|
|
|
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 0:2.7.7-61
|
|
|
|
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
|
|
|
|
2020-01-28 11:39:29 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.7.7-60
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-24 17:58:45 +00:00
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.7.7-59
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-03-27 17:00:58 +00:00
|
|
|
* Wed Mar 27 2019 Miro Hrončok <mhroncok@redhat.com> - 0:2.7.7-58
|
|
|
|
- Subpackage python2-antlr was removed
|
|
|
|
https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
|
|
|
|
2019-01-31 13:22:57 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.7.7-57
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-30 15:56:39 +00:00
|
|
|
* Mon Jul 30 2018 Severin Gehwolf <sgehwolf@redhat.com> - 0:2.7.7-56
|
|
|
|
- Add explicit requirement of javapackages-tools.
|
|
|
|
|
2018-07-24 13:36:48 +00:00
|
|
|
* Tue Jul 24 2018 Michael Simacek <msimacek@redhat.com> - 0:2.7.7-55
|
|
|
|
- Repack the tarball without binaries
|
|
|
|
|
2018-07-12 20:16:09 +00:00
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.7.7-54
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 02:21:50 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.7.7-53
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-11-07 08:05:56 +00:00
|
|
|
* Tue Nov 7 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.7.7-52
|
|
|
|
- Switch to new license tag: ANTLR-PD
|
|
|
|
|
2017-09-23 09:30:48 +00:00
|
|
|
* Sat Sep 23 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.7.7-51
|
|
|
|
- Conditionally allow building without C++ docs
|
|
|
|
|
2017-08-02 17:36:31 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.7.7-50
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 02:55:31 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.7.7-49
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-12 09:34:39 +00:00
|
|
|
* Wed Jul 12 2017 Miro Hrončok <mhroncok@redhat.com> - 0:2.7.7-48
|
|
|
|
- Proper python2 subpackage name
|
|
|
|
|
2017-02-16 15:47:30 +00:00
|
|
|
* Thu Feb 16 2017 Michael Simacek <msimacek@redhat.com> - 0:2.7.7-47
|
|
|
|
- Add conditional for python
|
|
|
|
|
2017-02-15 16:26:15 +00:00
|
|
|
* Wed Feb 15 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.7.7-46
|
|
|
|
- Generalize requires on python2 packages
|
|
|
|
|
2017-02-10 06:01:14 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.7.7-45
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-31 21:34:05 +00:00
|
|
|
* Tue Jan 31 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.7.7-44
|
|
|
|
- Add missing build-requires on GCC
|
|
|
|
|
2016-07-19 06:32:22 +00:00
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.7.7-43
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
2016-03-01 10:15:57 +00:00
|
|
|
* Tue Mar 01 2016 gil cattaneo <puntogil@libero.it> 0:2.7.7-42
|
|
|
|
- fix URL field (rhbz#1313275)
|
|
|
|
|
2016-02-29 19:05:33 +00:00
|
|
|
* Mon Feb 29 2016 gil cattaneo <puntogil@libero.it> 0:2.7.7-41
|
2016-02-29 19:35:39 +00:00
|
|
|
- use python macros
|
2016-02-29 19:05:33 +00:00
|
|
|
|
2016-02-03 16:14:08 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.7.7-40
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-10-02 09:04:34 +00:00
|
|
|
* Fri Oct 02 2015 gil cattaneo <puntogil@libero.it> 0:2.7.7-39
|
|
|
|
- adapt to current guideline
|
|
|
|
- remove some rpmlint problems
|
|
|
|
- disable javadoc doclint
|
|
|
|
- introduce license macro
|
|
|
|
|
|
|
|
* Fri Aug 21 2015 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 0:2.7.7-38
|
|
|
|
- use %%{mono_archs} instead of hardcoding list (rhbz#1255726)
|
|
|
|
|
2015-06-16 23:58:08 +00:00
|
|
|
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.7.7-37
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-04-24 20:38:14 +00:00
|
|
|
* Fri Apr 24 2015 Orion Poplawski <orion@cora.nwra.com> - 0:2.7.7-36
|
|
|
|
- Rebuild for gcc 5 C++11 ABI again
|
|
|
|
|
2015-02-22 02:39:38 +00:00
|
|
|
* Sun Feb 22 2015 Orion Poplawski <orion@cora.nwra.com> - 0:2.7.7-35
|
|
|
|
- Rebuild for gcc 5 C++11 ABI
|
|
|
|
|
2014-08-15 20:37:56 +00:00
|
|
|
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.7.7-34
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-30 20:00:20 +00:00
|
|
|
* Mon Jun 30 2014 Toshio Kuratomi <toshio@fedoraproject.org> - 2.7.7-33
|
|
|
|
- Change python-setuptools-devel BR into python-setuptools.
|
|
|
|
|
2014-06-07 00:47:31 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.7.7-32
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-21 15:38:14 +00:00
|
|
|
* Wed May 21 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.7.7-31
|
|
|
|
- Use .mfiles generated during build
|
|
|
|
|
2014-03-04 08:05:07 +00:00
|
|
|
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.7.7-30
|
|
|
|
- Use Requires: java-headless rebuild (#1067528)
|
|
|
|
|
2013-11-11 08:00:20 +00:00
|
|
|
* Mon Nov 11 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.7.7-29
|
|
|
|
- Do not install versioned jar (#1022080)
|
|
|
|
- Install LICENSE files in each independent subpackage
|
|
|
|
- Minor spec cleanups
|
|
|
|
|
2013-11-08 11:27:15 +00:00
|
|
|
* Fri Nov 08 2013 Marek Goldmann <mgoldman@redhat.com> - 0:2.7.7-28
|
|
|
|
- Rebuild
|
|
|
|
|
2013-08-03 00:53:24 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.7.7-27
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-13 16:35:28 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.7.7-26
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-25 11:23:30 +00:00
|
|
|
* Sun Nov 25 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.7.7-25
|
|
|
|
- Move maven files from C++ to tool subpackage, resolves: rhbz#879885
|
|
|
|
|
2012-11-01 14:29:16 +00:00
|
|
|
* Thu Nov 1 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.7.7-24
|
|
|
|
- Add maven POM
|
|
|
|
|
2012-08-18 13:32:25 +00:00
|
|
|
* Sat Aug 18 2012 Miloš Jakubíček <xjakub@fi.muni.cz> - 0:2.7.7-23
|
|
|
|
- Add patch updating license on ShowString.java and StreamConverter.java
|
|
|
|
examples (thanks to Tom Callaway, see BZ#848662)
|
|
|
|
|
2012-07-18 16:06:14 +00:00
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.7.7-22
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-02-01 13:44:39 +00:00
|
|
|
* Wed Feb 01 2012 Jaroslav Reznik <jreznik@redhat.com> 0:2.7.7-21
|
|
|
|
- wrong version for jpackage-utils
|
|
|
|
|
2012-02-01 12:11:37 +00:00
|
|
|
* Wed Feb 01 2012 Jaroslav Reznik <jreznik@redhat.com> 0:2.7.7-20
|
|
|
|
- Versioned Java (build)/requires for -tool too
|
|
|
|
|
2012-01-30 16:47:10 +00:00
|
|
|
* Mon Jan 30 2012 Jaroslav Reznik <jreznik@redhat.com> 0:2.7.7-19
|
|
|
|
- Versioned Java (build)/requires
|
|
|
|
|
2012-01-27 14:41:13 +00:00
|
|
|
* Fri Jan 27 2012 Alexander Kurtakov <akurtako@redhat.com> 0:2.7.7-18
|
|
|
|
- Disable c# part for rhel builds.
|
|
|
|
|
2012-01-12 21:18:55 +00:00
|
|
|
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.7.7-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-03-25 14:08:11 +00:00
|
|
|
* Fri Mar 25 2011 Miloš Jakubíček <xjakub@fi.muni.cz> - 0:2.7.7-16
|
|
|
|
- Fixed wrong Obsoletes: antlr on antlr-tool (fix #689703)
|
|
|
|
|
2011-02-08 01:18:02 +00:00
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.7.7-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-07 10:38:31 +00:00
|
|
|
* Mon Feb 07 2011 Miloš Jakubíček <xjakub@fi.muni.cz> - 0:2.7.7-14
|
|
|
|
- Remove INSTALL.txt (fix BZ#661626)
|
2011-02-07 11:04:14 +00:00
|
|
|
- add python subpackage (fix BZ#505312)
|
2011-02-07 10:38:31 +00:00
|
|
|
|
2011-02-07 09:34:30 +00:00
|
|
|
* Mon Feb 07 2011 Miloš Jakubíček <xjakub@fi.muni.cz> - 0:2.7.7-13
|
|
|
|
- Added missing Obsoletes: antlr on antlr-tool (fix BZ#603466)
|
|
|
|
|
2010-12-13 15:13:17 +00:00
|
|
|
* Mon Dec 13 2010 Dan Horák <dan[at]danny.cz> - 0:2.7.7-12
|
|
|
|
- sync the architecture list in BR with the mono package
|
|
|
|
|
2010-11-23 14:25:09 +00:00
|
|
|
* Tue Nov 23 2010 Rex Dieter <rdieter@fedoraproject.org> - 0:2.7.7-11
|
2010-11-23 14:26:38 +00:00
|
|
|
- -tool: +Requires: java jpackage-utils (#595504)
|
2010-11-23 14:25:09 +00:00
|
|
|
|
2010-04-29 20:48:03 +00:00
|
|
|
* Thu Apr 29 2010 Miloš Jakubíček <xjakub@fi.muni.cz> - 0:2.7.7-10
|
|
|
|
- Use original upstream tarball, prebuilt jars are anyway removed in %%prep
|
|
|
|
- Don't overuse macros
|
|
|
|
- Added explanation about headers in the C++ subpackage
|
|
|
|
- Remove unnecessary Makefile and Makefile.in from %%docs, permissions fixed
|
|
|
|
- Added doxygen docs for C++ as a -C++-doc subpackage
|
|
|
|
- antlr-config moved into the C++ subpackage
|
|
|
|
- Removed %%post and %%postun javadoc relicts from JPackage
|
|
|
|
|
2010-04-28 16:28:42 +00:00
|
|
|
* Tue Apr 27 2010 Miloš Jakubíček <xjakub@fi.muni.cz> - 0:2.7.7-9
|
|
|
|
- Drop native build, alternatives, jedit, gcj bits and other jpackage crap
|
|
|
|
- Disable debuginfo since we have only a static library.
|
|
|
|
- Use %%global everywhere
|
|
|
|
- Split the C++ bindings into a separate -C++ subpackage
|
|
|
|
- Use -tool subpackage with Provide: antlr to make it possible to be noarch
|
|
|
|
- Use sed instead of perl => drop BR: perl
|
|
|
|
|
2010-04-20 21:42:44 +00:00
|
|
|
* Tue Apr 20 2010 Orion Poplawski <orion@cora.nwra.com> 0:2.7.7-8
|
|
|
|
- Cannot be noarch
|
|
|
|
|
2010-04-07 08:31:59 +00:00
|
|
|
* Wed Apr 7 2010 Alexander Kurtakov <akurtako@redhat.com> 0:2.7.7-7
|
|
|
|
- Disable gcj.
|
|
|
|
- Use %%global.
|
|
|
|
|
2009-07-24 16:54:55 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.7.7-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-03-20 18:47:39 +00:00
|
|
|
* Fri Mar 20 2009 Deepak Bhole <dbhole@redhat.com> - 0:2.7.7-5
|
|
|
|
- Include cstdio in CharScanner.hpp (needed to build with GCC 4.4)
|
|
|
|
- Merge changes from includestrings patch into the above one
|
|
|
|
|
2009-02-24 01:13:08 +00:00
|
|
|
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.7.7-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-09 16:51:33 +00:00
|
|
|
* Fri Jan 09 2009 Dennis Gilmore <dennis@ausil.us> 2.7.7-3
|
|
|
|
- exlcude using mono on sparc64
|
|
|
|
|
2008-07-09 17:02:01 +00:00
|
|
|
* Wed Jul 9 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.7.7-2
|
|
|
|
- drop repotag
|
|
|
|
|
2008-02-28 00:16:17 +00:00
|
|
|
* Wed Feb 27 2008 Deepak Bhole <dbhole@redhat.com> - 0:2.7.7-1jpp.7
|
2008-02-28 00:14:57 +00:00
|
|
|
- Add strings inclusion (for GCC 4.3)
|
2008-02-19 00:35:38 +00:00
|
|
|
|
2008-02-28 00:16:17 +00:00
|
|
|
* Mon Sep 24 2007 Deepak Bhole <dbhole@redhat.com> - 0:2.7.7-1jpp.6
|
2007-09-24 21:12:47 +00:00
|
|
|
- Resolve bz# 242305: Remove libantlr-pic.a, and compile libantlr.a with fPIC
|
|
|
|
|
2007-08-29 18:44:19 +00:00
|
|
|
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.7.7-1jpp.5
|
|
|
|
- Rebuild for selinux ppc32 issue.
|
|
|
|
|
2007-06-12 20:20:35 +00:00
|
|
|
* Tue Jun 12 2007 Deepak Bhole <dbhole@redhat.com> 2.7.7-1jpp.4.fc8
|
|
|
|
- Added a PIC compiled archive (bz# 242305)
|
|
|
|
|
2007-06-07 18:51:19 +00:00
|
|
|
* Thu Jun 07 2007 Deepak Bhole <dbhole@redhat.com> 2.7.7-1jpp.3
|
|
|
|
- Applied patch to fix conditionals (from skasal at redhat dot com)
|
|
|
|
|
2007-03-26 18:19:10 +00:00
|
|
|
* Mon Mar 26 2007 Deepak Bhole <dbhole@redhat.com> 2.7.7-1jpp.2
|
|
|
|
- Added unowned dir to files list
|
|
|
|
|
2007-01-22 19:07:48 +00:00
|
|
|
* Fri Jan 19 2007 Deepak Bhole <dbhole@redhat.com> 0:2.7.7-1jpp.1
|
|
|
|
- Upgrade to 2.7.7
|
|
|
|
- Resolve 172456 with patches from Vadim Nasardinov and Radu Greab
|
|
|
|
|
2006-08-04 23:56:46 +00:00
|
|
|
* Thu Aug 03 2006 Deepak Bhole <dbhole@redhat.com> = 0:2.7.6-4jpp.2
|
|
|
|
- Add missing postun for javadoc.
|
|
|
|
|
2006-08-04 14:52:55 +00:00
|
|
|
* Thu Aug 03 2006 Deepak Bhole <dbhole@redhat.com> = 0:2.7.6-4jpp.1
|
|
|
|
- Add missing requirements.
|
|
|
|
|
2006-07-22 21:51:01 +00:00
|
|
|
* Sat Jul 22 2006 Thomas Fitzsimmons <fitzsim@redhat.com> - 0:2.7.6-3jpp_5fc
|
|
|
|
- Unstub docs.
|
|
|
|
|
2006-07-22 08:35:15 +00:00
|
|
|
* Sat Jul 22 2006 Jakub Jelinek <jakub@redhat.com> - 0:2.7.6-3jpp_4fc
|
|
|
|
- Remove hack-libgcj requirement.
|
|
|
|
|
2006-07-21 23:10:02 +00:00
|
|
|
* Fri Jul 21 2006 Thomas Fitzsimmons <fitzsim@redhat.com> - 0:2.7.6-3jpp_3fc
|
2006-07-21 23:28:27 +00:00
|
|
|
- Stub docs. (dist-fc6-java)
|
|
|
|
- Require hack-libgcj for build. (dist-fc6-java)
|
2006-07-21 23:10:02 +00:00
|
|
|
- Bump release number.
|
|
|
|
|
2006-08-04 14:52:55 +00:00
|
|
|
* Wed Jul 19 2006 Deepak Bhole <dbhole@redhat.com> = 0:2.7.6-3jpp_2fc
|
2006-07-20 16:13:57 +00:00
|
|
|
- From gbenson@redhat:
|
2010-04-28 16:28:42 +00:00
|
|
|
- Omit the jedit subpackage to fix dependencies.
|
2006-07-20 16:13:57 +00:00
|
|
|
|
2006-08-04 14:52:55 +00:00
|
|
|
* Wed Jul 19 2006 Deepak Bhole <dbhole@redhat.com> = 0:2.7.6-3jpp_1fc
|
2006-07-19 19:41:20 +00:00
|
|
|
- Added conditional native compilation.
|
2005-12-22 06:09:03 +00:00
|
|
|
|
2006-07-19 19:41:20 +00:00
|
|
|
* Fri Jan 13 2006 Fernando Nasser <fnasser@redhat.com> - 0:2.7.6-2jpp
|
|
|
|
- First JPP 1.7 build
|
2005-12-13 17:41:30 +00:00
|
|
|
|
2006-07-19 19:41:20 +00:00
|
|
|
* Fri Jan 13 2006 Fernando Nasser <fnasser@redhat.com> - 0:2.7.6-1jpp
|
|
|
|
- Update to 2.7.6.
|
2004-10-12 14:24:46 +00:00
|
|
|
|
2005-01-11 14:40:39 +00:00
|
|
|
* Fri Aug 20 2004 Ralph Apel <r.apel at r-apel.de> - 0:2.7.4-2jpp
|
|
|
|
- Build with ant-1.6.2.
|
|
|
|
- Made native scripts conditional
|
|
|
|
|
|
|
|
* Tue May 18 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.7.4-1jpp
|
|
|
|
- Update to 2.7.4.
|
|
|
|
|
|
|
|
* Fri Apr 2 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.7.3-2jpp
|
|
|
|
- Create alternatives also on upgrades.
|
|
|
|
|
|
|
|
* Wed Mar 31 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.7.3-1jpp
|
|
|
|
- Update to 2.7.3.
|
|
|
|
- Include gcj build option and a native subpackage, build using
|
|
|
|
"--with native" to get that.
|
2010-04-28 16:28:42 +00:00
|
|
|
- Add %%{_bindir}/antlr alternative.
|
2005-01-11 14:40:39 +00:00
|
|
|
|
2004-09-09 03:00:15 +00:00
|
|
|
* Mon Dec 15 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.7.2-3jpp
|
|
|
|
- Add non-versioned javadoc dir symlink.
|
|
|
|
- Crosslink with local J2SE javadocs.
|
|
|
|
- Spec cleanups, change to UTF-8.
|
|
|
|
|
|
|
|
* Sun Mar 30 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.7.2-2jpp
|
|
|
|
- Rebuild for JPackage 1.5.
|
|
|
|
|
|
|
|
* Sat Mar 1 2003 Ville Skyttä <ville.skytta at iki.fi> - 2.7.2-1jpp
|
|
|
|
- Update to 2.7.2.
|
|
|
|
- Include antlr script and jEdit mode (see antlr-jedit RPM description).
|
|
|
|
- Use sed instead of bash 2 extension when symlinking jars during build.
|
|
|
|
|
|
|
|
* Tue May 07 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 2.7.1-8jpp
|
|
|
|
- really section macro
|
|
|
|
- hardcoded distribution and vendor tag
|
|
|
|
- group tag again
|
|
|
|
|
|
|
|
* Thu May 2 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 2.7.1-7jpp
|
|
|
|
- distribution tag
|
|
|
|
- group tag
|
|
|
|
- section macro
|
|
|
|
|
|
|
|
* Fri Jan 18 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 2.7.1-6jpp
|
|
|
|
- versioned dir for javadoc
|
|
|
|
- no dependencies for manual and javadoc packages
|
|
|
|
- additional sources in individual archives
|
|
|
|
|
|
|
|
* Sat Dec 1 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 2.7.1-5jpp
|
|
|
|
- javadoc in javadoc package
|
|
|
|
|
|
|
|
* Wed Nov 21 2001 Christian Zoffoli <czoffoli@littlepenguin.org> 2.7.1-4jpp
|
|
|
|
- removed packager tag
|
|
|
|
- new jpp extension
|
|
|
|
|
|
|
|
* Sat Oct 6 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 2.7.1-3jpp
|
|
|
|
- used a build file instead of makefile
|
|
|
|
- build classes instead of blindly jared them !
|
|
|
|
- used original tarball
|
|
|
|
- corrected license spelling
|
|
|
|
|
|
|
|
* Sun Sep 30 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 2.7.1-2jpp
|
|
|
|
- first unified release
|
|
|
|
- s/jPackage/JPackage
|
|
|
|
|
|
|
|
* Tue Aug 28 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 2.7.1-1mdk
|
|
|
|
- first Mandrake release
|