|
|
|
@ -1,20 +1,28 @@
|
|
|
|
|
%bcond_with bootstrap
|
|
|
|
|
|
|
|
|
|
Name: xbean
|
|
|
|
|
Version: 4.14
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 4.18
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Summary: Java plugin based web server
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
URL: http://geronimo.apache.org/xbean/
|
|
|
|
|
URL: https://geronimo.apache.org/xbean/
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
Source0: http://repo2.maven.org/maven2/org/apache/%{name}/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
|
|
|
|
Source0: https://repo1.maven.org/maven2/org/apache/%{name}/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
|
|
|
|
|
|
|
|
|
Patch1: 0001-Remove-unused-import.patch
|
|
|
|
|
Patch2: 0002-Unbundle-ASM.patch
|
|
|
|
|
Patch3: 0003-Remove-dependency-on-log4j-and-commons-logging.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: maven-local
|
|
|
|
|
BuildRequires: mvn(commons-logging:commons-logging-api)
|
|
|
|
|
%if %{with bootstrap}
|
|
|
|
|
BuildRequires: javapackages-bootstrap
|
|
|
|
|
%else
|
|
|
|
|
BuildRequires: mvn(junit:junit)
|
|
|
|
|
BuildRequires: mvn(log4j:log4j:1.2.12)
|
|
|
|
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
|
|
|
|
BuildRequires: mvn(org.ow2.asm:asm)
|
|
|
|
|
BuildRequires: mvn(org.ow2.asm:asm-commons)
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The goal of XBean project is to create a plugin based server
|
|
|
|
@ -25,7 +33,6 @@ support for running with no IoC system, JMX without JMX code,
|
|
|
|
|
lifecycle and class loader management, and a rock solid Spring
|
|
|
|
|
integration.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package javadoc
|
|
|
|
|
Summary: API documentation for %{name}
|
|
|
|
|
|
|
|
|
@ -34,21 +41,25 @@ This package provides %{summary}.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch1 -p1
|
|
|
|
|
%patch2 -p1
|
|
|
|
|
%patch3 -p1
|
|
|
|
|
|
|
|
|
|
cp xbean-asm-util/src/main/java/org/apache/xbean/asm9/original/commons/AsmConstants.java xbean-reflect/src/main/java/org/apache/xbean/recipe/
|
|
|
|
|
|
|
|
|
|
# Parent POM is not packaged
|
|
|
|
|
%pom_remove_parent
|
|
|
|
|
|
|
|
|
|
%pom_remove_dep :commons-logging-api xbean-reflect
|
|
|
|
|
%pom_remove_dep :log4j xbean-reflect
|
|
|
|
|
%pom_remove_dep :xbean-asm9-shaded xbean-reflect
|
|
|
|
|
find -name CommonsLoggingConverter.java -delete
|
|
|
|
|
find -name Log4jConverter.java -delete
|
|
|
|
|
|
|
|
|
|
# Plugins useful for upstream only
|
|
|
|
|
%pom_remove_plugin :apache-rat-plugin
|
|
|
|
|
%pom_remove_plugin :maven-source-plugin
|
|
|
|
|
|
|
|
|
|
# Unshade ASM
|
|
|
|
|
%pom_remove_dep :xbean-asm7-shaded xbean-reflect
|
|
|
|
|
sed -i 's/org\.apache\.xbean\.asm7/org.objectweb.asm/g' xbean-reflect/src/main/java/org/apache/xbean/recipe/XbeanAsmParameterNameLoader.java
|
|
|
|
|
|
|
|
|
|
# Unused import which is not available in OpenJDK 11
|
|
|
|
|
sed -i '/import com.sun.org.apache.regexp.internal.RE/d' xbean-reflect/src/main/java/org/apache/xbean/propertyeditor/PropertyEditors.java
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%mvn_build -- -f xbean-reflect
|
|
|
|
|
|
|
|
|
@ -56,15 +67,57 @@ sed -i '/import com.sun.org.apache.regexp.internal.RE/d' xbean-reflect/src/main/
|
|
|
|
|
%mvn_install
|
|
|
|
|
|
|
|
|
|
%files -f .mfiles
|
|
|
|
|
%doc LICENSE NOTICE
|
|
|
|
|
|
|
|
|
|
%license LICENSE NOTICE
|
|
|
|
|
|
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
|
|
|
%doc LICENSE NOTICE
|
|
|
|
|
%license LICENSE NOTICE
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue May 07 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 4.14-3
|
|
|
|
|
- Rebuilt for MSVSphere 8.9
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 4.18-5
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.18-4
|
|
|
|
|
- Rebuild to workaround DistroBaker issue
|
|
|
|
|
|
|
|
|
|
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.18-3
|
|
|
|
|
- Bootstrap Maven for CentOS Stream 9
|
|
|
|
|
|
|
|
|
|
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.18-2
|
|
|
|
|
- Bootstrap build
|
|
|
|
|
- Non-bootstrap build
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.15-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Marian Koncek <mkoncek@redhat.com> - 4.18-1
|
|
|
|
|
- Update to upstream version 4.18
|
|
|
|
|
|
|
|
|
|
* Wed Sep 09 2020 Fabio Valentini <decathorpe@gmail.com> - 4.15-6
|
|
|
|
|
- Switch from log4j 1.2 compat package to log4j 1.2 API shim.
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Marian Koncek <mkoncek@redhat.com> - 4.17-1
|
|
|
|
|
- Update to upsteam version 4.17
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Mat Booth <mat.booth@redhat.com> - 4.15-5
|
|
|
|
|
- Remove springframework conditionals, the deps are a long time removed from
|
|
|
|
|
Fedora and this simplifies the spec a bit
|
|
|
|
|
- Disable unused modules that can't build on JDK 11
|
|
|
|
|
|
|
|
|
|
* Sat Jul 11 2020 Jiri Vanek <jvanek@redhat.com> - 4.15-4
|
|
|
|
|
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
|
|
|
|
|
|
|
|
|
* Thu Jun 25 2020 Jeff Johnston <jjohnstn@redhat.com> - 4.15-3
|
|
|
|
|
- Fix JVM as 1.8.0 as package cannot be built with Java 9 and above
|
|
|
|
|
|
|
|
|
|
* Fri May 15 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.14-4
|
|
|
|
|
- Remove dependency on log4j and commons-logging
|
|
|
|
|
|
|
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.15-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Nov 13 2019 Fabio Valentini <decathorpe@gmail.com> - 4.15-1
|
|
|
|
|
- Update to version 4.15.
|
|
|
|
|
|
|
|
|
|
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.14-3
|
|
|
|
|
- Mass rebuild for javapackages-tools 201902
|
|
|
|
@ -72,12 +125,36 @@ sed -i '/import com.sun.org.apache.regexp.internal.RE/d' xbean-reflect/src/main/
|
|
|
|
|
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.14-2
|
|
|
|
|
- Disable all modules except xbean-reflect
|
|
|
|
|
|
|
|
|
|
* Wed Sep 18 2019 Fabio Valentini <decathorpe@gmail.com> - 4.14-2
|
|
|
|
|
- Migrate from the obsolete felix-osgi-core to osgi-core.
|
|
|
|
|
|
|
|
|
|
* Tue Aug 20 2019 Fabio Valentini <decathorpe@gmail.com> - 4.14-1
|
|
|
|
|
- Update to version 4.14.
|
|
|
|
|
|
|
|
|
|
* Sun Jul 28 2019 Fabio Valentini <decathorpe@gmail.com> - 4.9-5
|
|
|
|
|
- Disable support for spring and groovy.
|
|
|
|
|
|
|
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.9-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 09 2019 Fabio Valentini <decathorpe@gmail.com> - 4.9-3
|
|
|
|
|
- Disable eclipse equinox functionality to fix the FTBFS issue on 32bit arches.
|
|
|
|
|
|
|
|
|
|
* Wed Jun 26 2019 Marian Koncek <mkoncek@redhat.com> - 4.14-1
|
|
|
|
|
- Update to upstream version 4.14
|
|
|
|
|
|
|
|
|
|
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.8-2
|
|
|
|
|
- Mass rebuild for javapackages-tools 201901
|
|
|
|
|
|
|
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.9-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Aug 07 2018 Michael Simacek <msimacek@redhat.com> - 4.9-1
|
|
|
|
|
- Update to upstream version 4.9
|
|
|
|
|
|
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.8-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Apr 19 2018 Michael Simacek <msimacek@redhat.com> - 4.8-1
|
|
|
|
|
- Update to upstream version 4.8
|
|
|
|
|
|
|
|
|
|