Compare commits
No commits in common. "c9s" and "c8-stream-201902" have entirely different histories.
c9s
...
c8-stream-
1
.cglib.metadata
Normal file
1
.cglib.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
1aa7db759071fdc0b72475d88cd8cc13db0fa5ca SOURCES/RELEASE_3_3_0.tar.gz
|
11
.gitignore
vendored
11
.gitignore
vendored
@ -1,10 +1 @@
|
|||||||
cglib-src-2.2.jar
|
SOURCES/RELEASE_3_3_0.tar.gz
|
||||||
/cglib-src-3.0.jar
|
|
||||||
/cglib-3.0.pom
|
|
||||||
/cglib-src-3.1.jar
|
|
||||||
/cglib-3.1.pom
|
|
||||||
/RELEASE_3_2_4.tar.gz
|
|
||||||
/cglib-RELEASE_3_2_4
|
|
||||||
/RELEASE_3_2_9.tar.gz
|
|
||||||
/RELEASE_3_2_12.tar.gz
|
|
||||||
/RELEASE_3_3_0.tar.gz
|
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
%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: 6%{?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.
|
||||||
@ -17,13 +15,10 @@ 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
|
BuildRequires: maven-local
|
||||||
%if %{with bootstrap}
|
|
||||||
BuildRequires: javapackages-bootstrap
|
|
||||||
%else
|
|
||||||
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
|
||||||
@ -40,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
|
||||||
@ -81,48 +73,12 @@ 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
|
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
||||||
Related: rhbz#1991688
|
|
||||||
|
|
||||||
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-5
|
|
||||||
- Rebuild to workaround DistroBaker issue
|
|
||||||
|
|
||||||
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-4
|
|
||||||
- Bootstrap Maven for CentOS Stream 9
|
|
||||||
|
|
||||||
* 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
|
||||||
|
|
@ -1,8 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-9
|
|
||||||
decision_contexts:
|
|
||||||
- osci_compose_gate
|
|
||||||
rules:
|
|
||||||
# https://docs.engineering.redhat.com/display/RHELPLAN/Maven+Bootstrap+manual+gating+test
|
|
||||||
- !PassingTestCaseRule {test_case_name: manual.sst_cs_apps.maven.bootstrap}
|
|
Loading…
Reference in New Issue
Block a user