Compare commits
No commits in common. "c9-beta-stream-202201" and "c8-stream-201902" have entirely different histories.
c9-beta-st
...
c8-stream-
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
SOURCES/RELEASE_3_3_0.tar.gz
|
@ -1,30 +1,24 @@
|
|||||||
%bcond_with bootstrap
|
|
||||||
|
|
||||||
%global tarball_name RELEASE_%(echo '%{version}' | tr . _)
|
%global tarball_name RELEASE_%(echo '%{version}' | tr . _)
|
||||||
|
|
||||||
Name: cglib
|
Name: cglib
|
||||||
Version: 3.3.0
|
Version: 3.3.0
|
||||||
Release: 8%{?dist}
|
Release: 2%{?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: ASL 2.0 and BSD
|
||||||
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
|
||||||
|
|
||||||
%if %{with bootstrap}
|
|
||||||
BuildRequires: javapackages-bootstrap
|
|
||||||
%else
|
|
||||||
BuildRequires: maven-local
|
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)
|
||||||
%endif
|
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
cglib is a powerful, high performance and quality code generation library
|
cglib is a powerful, high performance and quality code generation library
|
||||||
@ -41,9 +35,6 @@ Documentation for the cglib code generation library.
|
|||||||
%setup -q -n %{name}-%{tarball_name}
|
%setup -q -n %{name}-%{tarball_name}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
# remove unnecessary dependency on parent POM
|
|
||||||
%pom_remove_parent
|
|
||||||
|
|
||||||
%pom_disable_module cglib-nodep
|
%pom_disable_module cglib-nodep
|
||||||
%pom_disable_module cglib-integration-test
|
%pom_disable_module cglib-integration-test
|
||||||
%pom_disable_module cglib-jmh
|
%pom_disable_module cglib-jmh
|
||||||
@ -70,7 +61,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 -- -Djava.version.source=1.7 -Djava.version.target=1.7
|
%mvn_build -f
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
@ -82,53 +73,12 @@ Documentation for the cglib code generation library.
|
|||||||
%license LICENSE NOTICE
|
%license LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* 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
|
|
||||||
|
|
||||||
* Tue Nov 02 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-5
|
|
||||||
- Set explicit Java compiler source/target levels to 1.7
|
|
||||||
|
|
||||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-3
|
|
||||||
- Bootstrap build
|
|
||||||
- Non-bootstrap build
|
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.9-9
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Aug 30 2020 Fabio Valentini <decathorpe@gmail.com> - 3.2.9-8
|
|
||||||
- Remove unnecessary dependency on parent POM.
|
|
||||||
|
|
||||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.9-7
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 3.2.9-6
|
|
||||||
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
|
||||||
|
|
||||||
* Fri Jun 26 2020 Roland Grunberg <rgrunber@redhat.com> - 3.2.9-5
|
|
||||||
- Set maven-javadoc-plugin source to 1.8 for Java 11 build.
|
|
||||||
- Ignore 5 test failures from upstream when run on Java 9 or above.
|
|
||||||
|
|
||||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.9-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-2
|
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-2
|
||||||
- Mass rebuild for javapackages-tools 201902
|
- Mass rebuild for javapackages-tools 201902
|
||||||
|
|
||||||
* Thu Aug 15 2019 Marian Koncek <mkoncek@redhat.com> - 3.3.0-1
|
* Thu Aug 15 2019 Marian Koncek <mkoncek@redhat.com> - 3.3.0-1
|
||||||
- Update to upstream version 3.3.0
|
- Update to upstream version 3.3.0
|
||||||
|
|
||||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.9-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jun 27 2019 Marian Koncek <mkoncek@redhat.com> - 3.2.12-1
|
* Thu Jun 27 2019 Marian Koncek <mkoncek@redhat.com> - 3.2.12-1
|
||||||
- Update to upstream version 3.2.12
|
- Update to upstream version 3.2.12
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user