|
|
44038d |
%global tarball_name RELEASE_%(echo '%{version}' | tr . _)
|
|
|
44038d |
|
|
|
44038d |
Name: cglib
|
|
|
44038d |
Version: 3.3.0
|
|
|
44038d |
Release: 2%{?dist}
|
|
|
44038d |
Summary: Code Generation Library for Java
|
|
|
44038d |
# ASM MethodVisitor is based on ASM code and therefore
|
|
|
44038d |
# BSD-licensed. Everything else is ASL 2.0.
|
|
|
44038d |
License: ASL 2.0 and BSD
|
|
|
44038d |
URL: https://github.com/cglib/cglib
|
|
|
44038d |
BuildArch: noarch
|
|
|
44038d |
|
|
|
44038d |
Source0: https://github.com/cglib/cglib/archive/%{tarball_name}.tar.gz
|
|
|
44038d |
|
|
|
44038d |
Patch0: 0001-Remove-unused-import.patch
|
|
|
44038d |
|
|
|
44038d |
BuildRequires: maven-local
|
|
|
44038d |
BuildRequires: mvn(org.apache.ant:ant)
|
|
|
44038d |
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
|
|
44038d |
BuildRequires: mvn(org.ow2.asm:asm)
|
|
|
44038d |
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
|
|
|
44038d |
|
|
|
44038d |
%description
|
|
|
44038d |
cglib is a powerful, high performance and quality code generation library
|
|
|
44038d |
for Java. It is used to extend Java classes and implements interfaces
|
|
|
44038d |
at run-time.
|
|
|
44038d |
|
|
|
44038d |
%package javadoc
|
|
|
44038d |
Summary: Javadoc for %{name}
|
|
|
44038d |
|
|
|
44038d |
%description javadoc
|
|
|
44038d |
Documentation for the cglib code generation library.
|
|
|
44038d |
|
|
|
44038d |
%prep
|
|
|
44038d |
%setup -q -n %{name}-%{tarball_name}
|
|
|
44038d |
%patch0 -p1
|
|
|
44038d |
|
|
|
44038d |
%pom_disable_module cglib-nodep
|
|
|
44038d |
%pom_disable_module cglib-integration-test
|
|
|
44038d |
%pom_disable_module cglib-jmh
|
|
|
44038d |
%pom_xpath_set pom:packaging 'bundle' cglib
|
|
|
44038d |
%pom_xpath_inject pom:build/pom:plugins '<plugin>
|
|
|
44038d |
<groupId>org.apache.felix</groupId>
|
|
|
44038d |
<artifactId>maven-bundle-plugin</artifactId>
|
|
|
44038d |
<version>1.4.0</version>
|
|
|
44038d |
<extensions>true</extensions>
|
|
|
44038d |
<configuration>
|
|
|
44038d |
<instructions>
|
|
|
44038d |
<Bundle-SymbolicName>net.sf.cglib.core</Bundle-SymbolicName>
|
|
|
44038d |
<Export-Package>net.*</Export-Package>
|
|
|
44038d |
<Import-Package>org.apache.tools.*;resolution:=optional,*</Import-Package>
|
|
|
44038d |
</instructions>
|
|
|
44038d |
</configuration>
|
|
|
44038d |
</plugin>' cglib
|
|
|
44038d |
%pom_remove_plugin org.apache.maven.plugins:maven-gpg-plugin
|
|
|
44038d |
%pom_remove_plugin org.apache.maven.plugins:maven-jarsigner-plugin cglib-sample
|
|
|
44038d |
%pom_remove_plugin -r :maven-javadoc-plugin
|
|
|
44038d |
|
|
|
44038d |
%mvn_alias :cglib "net.sf.cglib:cglib" "cglib:cglib-full" "cglib:cglib-nodep" "org.sonatype.sisu.inject:cglib"
|
|
|
44038d |
|
|
|
44038d |
%build
|
|
|
44038d |
# 5 tests fail with OpenJDK 11
|
|
|
44038d |
# Forwarded upstream: https://github.com/cglib/cglib/issues/119
|
|
|
44038d |
%mvn_build -f
|
|
|
44038d |
|
|
|
44038d |
%install
|
|
|
44038d |
%mvn_install
|
|
|
44038d |
|
|
|
44038d |
%files -f .mfiles
|
|
|
44038d |
%license LICENSE NOTICE
|
|
|
44038d |
|
|
|
44038d |
%files javadoc -f .mfiles-javadoc
|
|
|
44038d |
%license LICENSE NOTICE
|
|
|
44038d |
|
|
|
44038d |
%changelog
|
|
|
44038d |
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-2
|
|
|
44038d |
- Mass rebuild for javapackages-tools 201902
|
|
|
44038d |
|
|
|
44038d |
* Thu Aug 15 2019 Marian Koncek <mkoncek@redhat.com> - 3.3.0-1
|
|
|
44038d |
- Update to upstream version 3.3.0
|
|
|
44038d |
|
|
|
44038d |
* Thu Jun 27 2019 Marian Koncek <mkoncek@redhat.com> - 3.2.12-1
|
|
|
44038d |
- Update to upstream version 3.2.12
|
|
|
44038d |
|
|
|
44038d |
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.9-3
|
|
|
44038d |
- Mass rebuild for javapackages-tools 201901
|
|
|
44038d |
|
|
|
44038d |
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.9-2
|
|
|
44038d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
44038d |
|
|
|
44038d |
* Thu Nov 29 2018 Mat Booth <mat.booth@redhat.com> - 3.2.9-1
|
|
|
44038d |
- Update to latest upstream release for ASM 7 support
|
|
|
44038d |
|
|
|
44038d |
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.4-8
|
|
|
44038d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
44038d |
|
|
|
44038d |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.4-7
|
|
|
44038d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
44038d |
|
|
|
44038d |
* Tue Sep 12 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.4-6
|
|
|
44038d |
- Rebuild to regenerate OSGi manifest after ASM6 upgrade
|
|
|
44038d |
- Resolves: rhbz#1490827
|
|
|
44038d |
|
|
|
44038d |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.4-5
|
|
|
44038d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
44038d |
|
|
|
44038d |
* Thu Feb 23 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.4-4
|
|
|
44038d |
- Remove unneeded maven-javadoc-plugin invocation
|
|
|
44038d |
|
|
|
44038d |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.4-3
|
|
|
44038d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
44038d |
|
|
|
44038d |
* Fri Jul 8 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.4-2
|
|
|
44038d |
- Make ant dependency optional
|
|
|
44038d |
|
|
|
44038d |
* Thu Jul 07 2016 Severin Gehwolf <sgehwolf@redhat.com> - 3.2.4-1
|
|
|
44038d |
- Upgrade to latest 3.2.4 release.
|
|
|
44038d |
- Resolves RHBZ#1352315
|
|
|
44038d |
|
|
|
44038d |
* Mon Feb 22 2016 Mat Booth <mat.booth@redhat.com> - 3.1-10
|
|
|
44038d |
- Make ant an optional dependency
|
|
|
44038d |
|
|
|
44038d |
* Thu Feb 18 2016 Mat Booth <mat.booth@redhat.com> - 3.1-9
|
|
|
44038d |
- Modernise spec file
|
|
|
44038d |
|
|
|
44038d |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-8
|
|
|
44038d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
44038d |
|
|
|
44038d |
* Thu Jul 09 2015 Michael Simacek <msimacek@redhat.com> - 3.1-7
|
|
|
44038d |
- Update bnd invocation
|
|
|
44038d |
|
|
|
44038d |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-6
|
|
|
44038d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
44038d |
|
|
|
44038d |
* Mon Oct 20 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1-5
|
|
|
44038d |
- Add alias for cglib:cglib-nodep
|
|
|
44038d |
|
|
|
44038d |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-4
|
|
|
44038d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
44038d |
|
|
|
44038d |
* Wed May 21 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1-3
|
|
|
44038d |
- Use .mfiles generated during build
|
|
|
44038d |
|
|
|
44038d |
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.1-2
|
|
|
44038d |
- Use Requires: java-headless rebuild (#1067528)
|
|
|
44038d |
|
|
|
44038d |
* Mon Jan 13 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1-1
|
|
|
44038d |
- Update to upstream version 3.1
|
|
|
44038d |
- Remove patch for upstream bug 44 (fixed upstream)
|
|
|
44038d |
|
|
|
44038d |
* Mon Nov 11 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0-1
|
|
|
44038d |
- Update to upstream version 3.0
|
|
|
44038d |
- Add alias for org.sonatype.sisu.inject:cglib
|
|
|
44038d |
|
|
|
44038d |
* Mon Aug 05 2013 Severin Gehwolf <sgehwolf@redhat.com> 2.2-17
|
|
|
44038d |
- Remove old call to %%add_to_maven_depmap macro.
|
|
|
44038d |
- Fixes RHBZ#992051.
|
|
|
44038d |
|
|
|
44038d |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-16
|
|
|
44038d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
44038d |
|
|
|
44038d |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-15
|
|
|
44038d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
44038d |
|
|
|
44038d |
* Thu Nov 1 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-14
|
|
|
44038d |
- Add additional maven depmap
|
|
|
44038d |
|
|
|
44038d |
* Mon Sep 17 2012 Severin Gehwolf <sgehwolf@redhat.com> 2.2-13
|
|
|
44038d |
- Use aqute bnd in order to generate OSGi metadata.
|
|
|
44038d |
|
|
|
44038d |
* Fri Aug 17 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-12
|
|
|
44038d |
- Add additional depmap
|
|
|
44038d |
|
|
|
44038d |
* Thu Aug 16 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-11
|
|
|
44038d |
- Fix license tag
|
|
|
44038d |
- Install LICENSE and NOTICE with javadoc package
|
|
|
44038d |
- Convert versioned JARs to unversioned
|
|
|
44038d |
- Preserve timestamp of POM file
|
|
|
44038d |
- Update to current packaging guidelines
|
|
|
44038d |
|
|
|
44038d |
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-10
|
|
|
44038d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
44038d |
|
|
|
44038d |
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-9
|
|
|
44038d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
44038d |
|
|
|
44038d |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-8
|
|
|
44038d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
44038d |
|
|
|
44038d |
* Fri Nov 26 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.2-7
|
|
|
44038d |
- Add missing pom file (Resolves rhbz#655793)
|
|
|
44038d |
|
|
|
44038d |
* Fri Nov 27 2009 Lubomir Rintel <lkundrak@v3.sk> - 2.2-6
|
|
|
44038d |
- BR unzip to fix openSUSE build
|
|
|
44038d |
|
|
|
44038d |
* Tue Dec 9 2008 Mary Ellen Foster <mefoster at gmail.com> - 2.2-5
|
|
|
44038d |
- Add dist to version
|
|
|
44038d |
- Fix BuildRoot to follow the latest guidelines
|
|
|
44038d |
|
|
|
44038d |
* Mon Nov 24 2008 Mary Ellen Foster <mefoster at gmail.com> - 2.2-4
|
|
|
44038d |
- Add a comment explaining the patch
|
|
|
44038d |
|
|
|
44038d |
* Thu Nov 6 2008 Mary Ellen Foster <mefoster at gmail.com> - 2.2-3
|
|
|
44038d |
- Flag Maven depmap as "config"
|
|
|
44038d |
|
|
|
44038d |
* Wed Nov 5 2008 Mary Ellen Foster <mefoster at gmail.com> - 2.2-2
|
|
|
44038d |
- Explicitly require Java > 1.6 because it won't compile with gcj
|
|
|
44038d |
- Fix cosmetic issues in spec file
|
|
|
44038d |
|
|
|
44038d |
* Tue Nov 4 2008 Mary Ellen Foster <mefoster at gmail.com> - 2.2-1
|
|
|
44038d |
- Initial package (based on previous JPP version)
|