|
|
@ -4,22 +4,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: cglib
|
|
|
|
Name: cglib
|
|
|
|
Version: 3.3.0
|
|
|
|
Version: 3.3.0
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Release: 16%{?dist}
|
|
|
|
Summary: Code Generation Library for Java
|
|
|
|
Summary: Code Generation Library for Java
|
|
|
|
# ASM MethodVisitor is based on ASM code and therefore
|
|
|
|
# ASM MethodVisitor is based on ASM code and therefore
|
|
|
|
# BSD-licensed. Everything else is ASL 2.0.
|
|
|
|
# BSD-licensed. Everything else is ASL 2.0.
|
|
|
|
License: ASL 2.0 and BSD
|
|
|
|
License: Apache-2.0 AND BSD-3-Clause
|
|
|
|
URL: https://github.com/cglib/cglib
|
|
|
|
URL: https://github.com/cglib/cglib
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
ExclusiveArch: %{java_arches} noarch
|
|
|
|
|
|
|
|
|
|
|
|
Source0: https://github.com/cglib/cglib/archive/%{tarball_name}.tar.gz
|
|
|
|
Source0: https://github.com/cglib/cglib/archive/%{tarball_name}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
Patch0: 0001-Remove-unused-import.patch
|
|
|
|
Patch0: 0001-Remove-unused-import.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: maven-local
|
|
|
|
|
|
|
|
%if %{with bootstrap}
|
|
|
|
%if %{with bootstrap}
|
|
|
|
BuildRequires: javapackages-bootstrap
|
|
|
|
BuildRequires: javapackages-bootstrap
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
|
|
|
|
BuildRequires: maven-local
|
|
|
|
BuildRequires: mvn(org.apache.ant:ant)
|
|
|
|
BuildRequires: mvn(org.apache.ant:ant)
|
|
|
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
|
|
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
|
|
|
BuildRequires: mvn(org.ow2.asm:asm)
|
|
|
|
BuildRequires: mvn(org.ow2.asm:asm)
|
|
|
@ -38,7 +39,7 @@ Documentation for the cglib code generation library.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{tarball_name}
|
|
|
|
%setup -q -n %{name}-%{tarball_name}
|
|
|
|
%patch0 -p1
|
|
|
|
%patch 0 -p1
|
|
|
|
|
|
|
|
|
|
|
|
# remove unnecessary dependency on parent POM
|
|
|
|
# remove unnecessary dependency on parent POM
|
|
|
|
%pom_remove_parent
|
|
|
|
%pom_remove_parent
|
|
|
@ -69,7 +70,7 @@ Documentation for the cglib code generation library.
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
# 5 tests fail with OpenJDK 11
|
|
|
|
# 5 tests fail with OpenJDK 11
|
|
|
|
# Forwarded upstream: https://github.com/cglib/cglib/issues/119
|
|
|
|
# Forwarded upstream: https://github.com/cglib/cglib/issues/119
|
|
|
|
%mvn_build -f
|
|
|
|
%mvn_build -f -- -Djava.version.source=1.8 -Djava.version.target=1.8
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%mvn_install
|
|
|
|
%mvn_install
|
|
|
@ -81,15 +82,49 @@ Documentation for the cglib code generation library.
|
|
|
|
%license LICENSE NOTICE
|
|
|
|
%license LICENSE NOTICE
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.3.0-6
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.3.0-16
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Related: rhbz#1991688
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 05 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-15
|
|
|
|
|
|
|
|
- Switch Java compiler source/target to 1.8
|
|
|
|
|
|
|
|
- Resolves: RHEL-52687
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 01 2024 Troy Dawson <tdawson@redhat.com> - 3.3.0-15
|
|
|
|
|
|
|
|
- Bump release for Aug 2024 java mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.3.0-14
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 23 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-13
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-12
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 01 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-11
|
|
|
|
|
|
|
|
- Convert License tag to SPDX format
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-10
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-9
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-8
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 3.3.0-7
|
|
|
|
|
|
|
|
- Rebuilt for java-17-openjdk as system jdk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-6
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-5
|
|
|
|
* Tue Nov 02 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-5
|
|
|
|
- Rebuild to workaround DistroBaker issue
|
|
|
|
- Set explicit Java compiler source/target levels to 1.7
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-4
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-4
|
|
|
|
- Bootstrap Maven for CentOS Stream 9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-3
|
|
|
|
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-3
|
|
|
|
- Bootstrap build
|
|
|
|
- Bootstrap build
|
|
|
|