|
|
@ -1,32 +1,27 @@
|
|
|
|
%bcond_with bootstrap
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: apache-commons-codec
|
|
|
|
Name: apache-commons-codec
|
|
|
|
Version: 1.15
|
|
|
|
Version: 1.13
|
|
|
|
Release: 8%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: Implementations of common encoders and decoders
|
|
|
|
Summary: Implementations of common encoders and decoders
|
|
|
|
License: ASL 2.0
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: https://commons.apache.org/codec/
|
|
|
|
URL: http://commons.apache.org/codec/
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
Source0: https://archive.apache.org/dist/commons/codec/source/commons-codec-%{version}-src.tar.gz
|
|
|
|
Source0: http://archive.apache.org/dist/commons/codec/source/commons-codec-%{version}-src.tar.gz
|
|
|
|
# Data in DoubleMetaphoneTest.java originally has an inadmissible license.
|
|
|
|
# Data in DoubleMetaphoneTest.java originally has an inadmissible license.
|
|
|
|
# The author gives MIT in e-mail communication.
|
|
|
|
# The author gives MIT in e-mail communication.
|
|
|
|
Source1: aspell-mail.txt
|
|
|
|
Source1: aspell-mail.txt
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: maven-local-openjdk8
|
|
|
|
BuildRequires: maven-local-openjdk8
|
|
|
|
%if %{with bootstrap}
|
|
|
|
|
|
|
|
BuildRequires: javapackages-bootstrap
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
BuildRequires: mvn(junit:junit)
|
|
|
|
BuildRequires: mvn(junit:junit)
|
|
|
|
BuildRequires: mvn(org.apache.commons:commons-lang3)
|
|
|
|
BuildRequires: mvn(org.apache.commons:commons-lang3)
|
|
|
|
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
|
|
|
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Commons Codec is an attempt to provide definitive implementations of
|
|
|
|
Commons Codec is an attempt to provide definitive implementations of
|
|
|
|
commonly used encoders and decoders. Examples include Base64, Hex,
|
|
|
|
commonly used encoders and decoders. Examples include Base64, Hex,
|
|
|
|
Phonetic and URLs.
|
|
|
|
Phonetic and URLs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{?module_package}
|
|
|
|
%{?javadoc_package}
|
|
|
|
%{?javadoc_package}
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
@ -38,90 +33,31 @@ sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt
|
|
|
|
%mvn_alias : commons-codec:commons-codec
|
|
|
|
%mvn_alias : commons-codec:commons-codec
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
# Avoid running out of heap on s390x during test suite execution
|
|
|
|
%mvn_build
|
|
|
|
export MAVEN_OPTS="-Xmx1024m"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%mvn_build -- -Dcommons.osgi.symbolicName=org.apache.commons.codec
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%mvn_install
|
|
|
|
%mvn_install
|
|
|
|
|
|
|
|
|
|
|
|
%files -f .mfiles
|
|
|
|
%files -n %{?module_prefix}%{name} -f .mfiles
|
|
|
|
%license LICENSE.txt NOTICE.txt aspell-mail.txt
|
|
|
|
%license LICENSE.txt NOTICE.txt aspell-mail.txt
|
|
|
|
%doc RELEASE-NOTES*
|
|
|
|
%doc RELEASE-NOTES*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Wed Nov 20 2024 Marián Konček <mkoncek@redhat.com> - 1.15-8
|
|
|
|
* Sat Jan 25 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.13-3
|
|
|
|
- Rebuild with regenerated Requires on Java
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 30 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.15-7
|
|
|
|
|
|
|
|
- Rebuild to regenerate auto-requires
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.15-6
|
|
|
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.15-5
|
|
|
|
|
|
|
|
- Rebuild to workaround DistroBaker issue
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.15-4
|
|
|
|
|
|
|
|
- Bootstrap Maven for CentOS Stream 9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.15-3
|
|
|
|
|
|
|
|
- Bootstrap build
|
|
|
|
|
|
|
|
- Non-bootstrap build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 11 2020 Marian Koncek <mkoncek@redhat.com> - 1.15-1
|
|
|
|
|
|
|
|
- Update to upstream version 1.15
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 04 2020 Mat Booth <mat.booth@redhat.com> - 1.15-1
|
|
|
|
|
|
|
|
- Update to latest upstream release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.13-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 1.13-3
|
|
|
|
|
|
|
|
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.13-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 25 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.14-2
|
|
|
|
|
|
|
|
- Build with OpenJDK 8
|
|
|
|
- Build with OpenJDK 8
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 22 2020 Marian Koncek <mkoncek@redhat.com> - 1.14-1
|
|
|
|
|
|
|
|
- Update to upstream version 1.14
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Dec 12 2019 Mat Booth <mat.booth@redhat.com> - 1.13-1
|
|
|
|
|
|
|
|
- Update to upstream version 1.13
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.13-2
|
|
|
|
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.13-2
|
|
|
|
- Mass rebuild for javapackages-tools 201902
|
|
|
|
- Mass rebuild for javapackages-tools 201902
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 29 2019 Marian Koncek <mkoncek@redhat.com> - 1.13-1
|
|
|
|
* Mon Jul 29 2019 Marian Koncek <mkoncek@redhat.com> - 1.13-1
|
|
|
|
- Update to upstream version 1.13
|
|
|
|
- Update to upstream version 1.13
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-7
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.12-2
|
|
|
|
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.12-2
|
|
|
|
- Mass rebuild for javapackages-tools 201901
|
|
|
|
- Mass rebuild for javapackages-tools 201901
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 13 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.12-1
|
|
|
|
* Mon May 13 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.12-1
|
|
|
|
- Update to upstream version 1.12
|
|
|
|
- Update to upstream version 1.12
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 07 2019 Mat Booth <mat.booth@redhat.com> - 1.11-6
|
|
|
|
|
|
|
|
- Rebuild to regenerate OSGi metadata
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-3
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|