2019-07-28 14:03:08 +00:00
|
|
|
%bcond_with equinox
|
|
|
|
%bcond_with groovy
|
|
|
|
%bcond_with spring
|
2012-10-10 12:08:15 +00:00
|
|
|
|
2010-07-13 08:21:01 +00:00
|
|
|
Name: xbean
|
|
|
|
Summary: Java plugin based web server
|
2019-08-20 17:28:08 +00:00
|
|
|
Version: 4.14
|
|
|
|
Release: 1%{?dist}
|
2010-07-13 08:21:01 +00:00
|
|
|
License: ASL 2.0
|
|
|
|
|
2019-07-28 14:03:08 +00:00
|
|
|
URL: http://geronimo.apache.org/xbean/
|
2013-03-15 13:36:56 +00:00
|
|
|
Source0: http://repo2.maven.org/maven2/org/apache/%{name}/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
2010-07-13 08:21:01 +00:00
|
|
|
|
2014-04-14 11:48:23 +00:00
|
|
|
# Compatibility with Eclipse Luna (rhbz#1087461)
|
2014-11-21 08:40:46 +00:00
|
|
|
Patch1: 0002-Port-to-Eclipse-Luna-OSGi.patch
|
|
|
|
Patch2: 0003-Port-to-QDox-2.0.patch
|
2013-12-05 11:28:39 +00:00
|
|
|
|
2019-07-28 14:03:08 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
2013-02-06 19:49:13 +00:00
|
|
|
BuildRequires: maven-local
|
2017-02-01 11:29:49 +00:00
|
|
|
BuildRequires: mvn(commons-logging:commons-logging-api)
|
2019-07-28 14:03:08 +00:00
|
|
|
BuildRequires: mvn(junit:junit)
|
2017-02-01 11:29:49 +00:00
|
|
|
BuildRequires: mvn(log4j:log4j:1.2.12)
|
|
|
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
|
|
|
BuildRequires: mvn(org.osgi:org.osgi.core)
|
|
|
|
BuildRequires: mvn(org.ow2.asm:asm)
|
|
|
|
BuildRequires: mvn(org.ow2.asm:asm-commons)
|
|
|
|
BuildRequires: mvn(org.slf4j:slf4j-api)
|
|
|
|
|
2012-10-10 12:08:15 +00:00
|
|
|
%if %{with equinox}
|
2017-02-01 11:29:49 +00:00
|
|
|
BuildRequires: mvn(org.eclipse:osgi)
|
2012-10-10 12:08:15 +00:00
|
|
|
%endif
|
2017-02-01 11:29:49 +00:00
|
|
|
|
2017-02-01 17:42:56 +00:00
|
|
|
%if %{with groovy}
|
|
|
|
BuildRequires: mvn(org.codehaus.groovy:groovy-all)
|
|
|
|
%endif
|
|
|
|
|
2012-10-10 12:08:15 +00:00
|
|
|
%if %{with spring}
|
2017-02-01 11:29:49 +00:00
|
|
|
BuildRequires: mvn(ant:ant)
|
|
|
|
BuildRequires: mvn(commons-logging:commons-logging)
|
|
|
|
BuildRequires: mvn(com.thoughtworks.qdox:qdox)
|
|
|
|
BuildRequires: mvn(org.apache.maven:maven-archiver)
|
|
|
|
BuildRequires: mvn(org.apache.maven:maven-artifact)
|
|
|
|
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
|
|
|
BuildRequires: mvn(org.apache.maven:maven-project)
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-archiver)
|
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
|
|
|
BuildRequires: mvn(org.springframework:spring-beans)
|
|
|
|
BuildRequires: mvn(org.springframework:spring-context)
|
|
|
|
BuildRequires: mvn(org.springframework:spring-web)
|
2012-04-24 11:44:26 +00:00
|
|
|
%endif
|
2010-07-13 08:21:01 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
The goal of XBean project is to create a plugin based server
|
|
|
|
analogous to Eclipse being a plugin based IDE. XBean will be able to
|
|
|
|
discover, download and install server plugins from an Internet based
|
|
|
|
repository. In addition, we include support for multiple IoC systems,
|
|
|
|
support for running with no IoC system, JMX without JMX code,
|
|
|
|
lifecycle and class loader management, and a rock solid Spring
|
|
|
|
integration.
|
|
|
|
|
2019-07-28 14:03:08 +00:00
|
|
|
|
2012-10-10 12:08:15 +00:00
|
|
|
%if %{with spring}
|
2019-07-28 14:03:08 +00:00
|
|
|
# blueprint module fails to compile
|
2012-10-16 05:02:38 +00:00
|
|
|
%package blueprint
|
|
|
|
Summary: Schema-driven namespace handler for Apache Aries Blueprint
|
|
|
|
|
|
|
|
%description blueprint
|
|
|
|
This package provides %{summary}.
|
|
|
|
|
|
|
|
%package classloader
|
|
|
|
Summary: A flexibie multi-parent classloader
|
|
|
|
|
|
|
|
%description classloader
|
|
|
|
This package provides %{summary}.
|
|
|
|
|
2012-08-05 23:05:15 +00:00
|
|
|
%package spring
|
|
|
|
Summary: Schema-driven namespace handler for spring contexts
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description spring
|
|
|
|
This package provides %{summary}.
|
|
|
|
|
|
|
|
%package -n maven-%{name}-plugin
|
|
|
|
Summary: XBean plugin for Apache Maven
|
|
|
|
|
|
|
|
%description -n maven-%{name}-plugin
|
|
|
|
This package provides %{summary}.
|
|
|
|
%endif
|
|
|
|
|
2019-07-28 14:03:08 +00:00
|
|
|
|
2010-07-13 08:21:01 +00:00
|
|
|
%package javadoc
|
|
|
|
Summary: API documentation for %{name}
|
|
|
|
|
|
|
|
%description javadoc
|
2012-08-05 23:05:15 +00:00
|
|
|
This package provides %{summary}.
|
2010-07-13 08:21:01 +00:00
|
|
|
|
2019-07-28 14:03:08 +00:00
|
|
|
|
2010-07-13 08:21:01 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
# build failing on this due to doxia-sitetools problems
|
|
|
|
rm src/site/site.xml
|
|
|
|
|
2014-11-21 08:40:46 +00:00
|
|
|
%if %{with equinox}
|
|
|
|
%patch1 -p1
|
|
|
|
%endif
|
|
|
|
%patch2 -p1
|
2013-12-05 11:28:39 +00:00
|
|
|
|
2012-08-05 23:05:15 +00:00
|
|
|
%pom_remove_parent
|
2012-07-13 10:37:33 +00:00
|
|
|
%pom_remove_dep mx4j:mx4j
|
2010-07-13 08:21:01 +00:00
|
|
|
|
2018-03-13 12:18:12 +00:00
|
|
|
# Unshade ASM
|
2019-08-20 17:28:08 +00:00
|
|
|
%pom_remove_dep -r :xbean-asm7-shaded
|
2015-12-01 12:02:55 +00:00
|
|
|
%pom_remove_dep -r :xbean-finder-shaded
|
2019-08-20 17:28:08 +00:00
|
|
|
%pom_disable_module xbean-asm7-shaded
|
2015-12-01 12:02:55 +00:00
|
|
|
%pom_disable_module xbean-finder-shaded
|
2018-03-13 12:18:12 +00:00
|
|
|
%pom_add_dep org.apache.xbean:xbean-asm-util:%{version} xbean-reflect
|
|
|
|
%pom_xpath_remove pom:optional xbean-reflect xbean-asm-util
|
|
|
|
%pom_xpath_remove 'pom:scope[text()="provided"]' xbean-reflect xbean-asm-util
|
2019-08-20 17:28:08 +00:00
|
|
|
sed -i 's/org\.apache\.xbean\.asm7/org.objectweb.asm/g' `find xbean-reflect -name '*.java'`
|
2016-05-12 09:43:32 +00:00
|
|
|
|
2012-08-05 23:05:15 +00:00
|
|
|
# Prevent modules depending on springframework from building.
|
2012-10-10 12:08:15 +00:00
|
|
|
%if %{without spring}
|
2012-08-05 23:05:15 +00:00
|
|
|
%pom_remove_dep org.springframework:
|
2012-12-17 13:24:16 +00:00
|
|
|
#%%pom_disable_module xbean-blueprint
|
2012-10-16 05:02:38 +00:00
|
|
|
%pom_disable_module xbean-classloader
|
2012-08-05 23:05:15 +00:00
|
|
|
%pom_disable_module xbean-spring
|
|
|
|
%pom_disable_module maven-xbean-plugin
|
2013-08-08 11:34:49 +00:00
|
|
|
%else
|
|
|
|
%mvn_package :xbean-classloader classloader
|
|
|
|
%mvn_package :xbean-spring spring
|
|
|
|
%mvn_package :maven-xbean-plugin maven-xbean-plugin
|
2012-10-10 12:08:15 +00:00
|
|
|
%endif
|
2012-12-17 13:24:16 +00:00
|
|
|
# blueprint FTBFS, disable for now
|
|
|
|
%pom_disable_module xbean-blueprint
|
|
|
|
|
2014-11-21 08:40:46 +00:00
|
|
|
%if %{without equinox}
|
2017-02-01 11:29:49 +00:00
|
|
|
%pom_remove_dep :xbean-bundleutils xbean-finder
|
|
|
|
rm -r xbean-finder/src/main/java/org/apache/xbean/finder{,/archive}/Bundle*
|
|
|
|
%pom_disable_module xbean-bundleutils
|
2012-10-10 12:08:15 +00:00
|
|
|
%endif
|
2012-07-13 13:12:37 +00:00
|
|
|
|
2017-02-01 17:42:56 +00:00
|
|
|
%if %{without groovy}
|
|
|
|
%pom_disable_module xbean-telnet
|
|
|
|
%endif
|
|
|
|
|
2013-12-05 11:28:39 +00:00
|
|
|
# maven-xbean-plugin invocation makes no sense as there are no namespaces
|
|
|
|
%pom_remove_plugin :maven-xbean-plugin xbean-classloader
|
2012-07-13 13:12:37 +00:00
|
|
|
|
2013-12-05 11:28:39 +00:00
|
|
|
# As auditing tool RAT is useful for upstream only.
|
|
|
|
%pom_remove_plugin :apache-rat-plugin
|
2010-07-13 08:21:01 +00:00
|
|
|
|
2012-10-16 05:02:38 +00:00
|
|
|
# disable copy of internal aries-blueprint
|
|
|
|
sed -i "s|<Private-Package>|<!--Private-Package>|" xbean-blueprint/pom.xml
|
|
|
|
sed -i "s|</Private-Package>|</Private-Package-->|" xbean-blueprint/pom.xml
|
|
|
|
|
2019-07-28 14:03:08 +00:00
|
|
|
|
2010-07-13 08:21:01 +00:00
|
|
|
%build
|
2019-07-28 14:03:08 +00:00
|
|
|
%mvn_build
|
|
|
|
|
2010-07-13 08:21:01 +00:00
|
|
|
|
|
|
|
%install
|
2013-08-08 11:34:49 +00:00
|
|
|
%mvn_install
|
2010-07-13 08:21:01 +00:00
|
|
|
|
2019-07-28 14:03:08 +00:00
|
|
|
|
2013-08-08 11:34:49 +00:00
|
|
|
%files -f .mfiles
|
2010-07-13 08:21:01 +00:00
|
|
|
%doc LICENSE NOTICE
|
2012-08-05 23:05:15 +00:00
|
|
|
|
2012-10-10 12:08:15 +00:00
|
|
|
%if %{with spring}
|
2013-08-08 11:34:49 +00:00
|
|
|
%files blueprint -f .mfiles-blueprint
|
2012-10-16 05:02:38 +00:00
|
|
|
%doc LICENSE NOTICE %{name}-blueprint/target/restaurant.xsd*
|
|
|
|
|
2013-08-08 11:34:49 +00:00
|
|
|
%files classloader -f .mfiles-classloader
|
2012-10-16 05:02:38 +00:00
|
|
|
%doc LICENSE NOTICE
|
|
|
|
|
2013-08-08 11:34:49 +00:00
|
|
|
%files spring -f .mfiles-spring
|
2012-08-05 23:05:15 +00:00
|
|
|
%doc LICENSE NOTICE
|
|
|
|
|
2013-08-08 11:34:49 +00:00
|
|
|
%files -n maven-%{name}-plugin -f .mfiles-maven-%{name}-plugin
|
2012-08-05 23:05:15 +00:00
|
|
|
%doc LICENSE NOTICE
|
|
|
|
%endif
|
2010-07-13 08:21:01 +00:00
|
|
|
|
2013-08-08 11:34:49 +00:00
|
|
|
%files javadoc -f .mfiles-javadoc
|
2012-08-05 23:05:15 +00:00
|
|
|
%doc LICENSE NOTICE
|
2010-07-13 08:21:01 +00:00
|
|
|
|
2019-07-28 14:03:08 +00:00
|
|
|
|
2010-07-13 08:21:01 +00:00
|
|
|
%changelog
|
2019-08-20 17:28:08 +00:00
|
|
|
* Tue Aug 20 2019 Fabio Valentini <decathorpe@gmail.com> - 4.14-1
|
|
|
|
- Update to version 4.14.
|
|
|
|
|
2019-07-28 14:03:08 +00:00
|
|
|
* Sun Jul 28 2019 Fabio Valentini <decathorpe@gmail.com> - 4.9-5
|
|
|
|
- Disable support for spring and groovy.
|
|
|
|
|
2019-07-27 03:53:16 +00:00
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.9-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-07-09 13:14:11 +00:00
|
|
|
* Tue Jul 09 2019 Fabio Valentini <decathorpe@gmail.com> - 4.9-3
|
|
|
|
- Disable eclipse equinox functionality to fix the FTBFS issue on 32bit arches.
|
|
|
|
|
2019-02-03 12:07:11 +00:00
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-08-07 12:55:28 +00:00
|
|
|
* Tue Aug 07 2018 Michael Simacek <msimacek@redhat.com> - 4.9-1
|
|
|
|
- Update to upstream version 4.9
|
|
|
|
|
2018-07-14 09:06:19 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-04-19 15:16:16 +00:00
|
|
|
* Thu Apr 19 2018 Michael Simacek <msimacek@redhat.com> - 4.8-1
|
|
|
|
- Update to upstream version 4.8
|
|
|
|
|
2018-03-13 12:18:12 +00:00
|
|
|
* Tue Mar 13 2018 Michael Simacek <msimacek@redhat.com> - 4.6-1
|
|
|
|
- Update to upstream version 4.6
|
|
|
|
|
2018-02-09 21:20:20 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.5-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-07-27 21:53:13 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.5-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-11 17:39:25 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.5-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-02-01 17:42:56 +00:00
|
|
|
* Wed Feb 1 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.5-6
|
|
|
|
- Introduce groovy build conditional
|
|
|
|
|
2017-02-01 11:29:49 +00:00
|
|
|
* Wed Feb 01 2017 Michael Simacek <msimacek@redhat.com> - 4.5-5
|
|
|
|
- Fix build with conditionals
|
|
|
|
|
2017-02-01 11:12:46 +00:00
|
|
|
* Wed Feb 01 2017 Michael Simacek <msimacek@redhat.com> - 4.5-4
|
|
|
|
- Port to current QDox
|
|
|
|
|
2016-06-16 09:10:12 +00:00
|
|
|
* Thu Jun 16 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.5-3
|
|
|
|
- Add missing build-requires
|
|
|
|
|
2016-05-12 09:43:32 +00:00
|
|
|
* Thu May 12 2016 Michael Simacek <msimacek@redhat.com> - 4.5-2
|
|
|
|
- Enable xbean-asm-util
|
|
|
|
|
2016-05-02 10:17:21 +00:00
|
|
|
* Mon May 02 2016 Michael Simacek <msimacek@redhat.com> - 4.5-1
|
|
|
|
- Update to upstream version 4.5
|
|
|
|
|
2016-02-05 03:16:42 +00:00
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-12-01 12:02:55 +00:00
|
|
|
* Tue Nov 24 2015 Michael Simacek <msimacek@redhat.com> - 4.4-1
|
|
|
|
- Update to upstream version 4.4
|
|
|
|
- Rebase patches
|
|
|
|
- Remove obsolete groovy patch
|
|
|
|
|
2015-07-13 06:44:11 +00:00
|
|
|
* Mon Jul 13 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.3-1
|
|
|
|
- Update to upstream version 4.3
|
|
|
|
|
2015-06-19 03:44:16 +00:00
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-04-01 06:05:04 +00:00
|
|
|
* Wed Apr 1 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.2-1
|
|
|
|
- Update to upstream version 4.2
|
|
|
|
|
2015-02-05 08:48:34 +00:00
|
|
|
* Thu Feb 5 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.1-2
|
|
|
|
- Fix patch unshading ASM
|
|
|
|
|
2014-11-21 08:40:46 +00:00
|
|
|
* Fri Nov 21 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.1-1
|
|
|
|
- Update to upstream version 4.1
|
|
|
|
|
2014-06-08 05:13:39 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-14 10:54:27 +00:00
|
|
|
* Mon Apr 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.17-1
|
|
|
|
- Update to upstream version 3.17
|
2014-04-14 11:48:23 +00:00
|
|
|
- Add patch for Eclipse Luna
|
2014-04-14 10:54:27 +00:00
|
|
|
|
2013-12-05 11:28:39 +00:00
|
|
|
* Thu Dec 5 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.16-1
|
|
|
|
- Update to upstream version 3.16
|
|
|
|
|
2013-08-08 11:34:49 +00:00
|
|
|
* Thu Aug 08 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.13-4
|
|
|
|
- Update to latest packaging guidelines
|
|
|
|
|
2013-08-04 07:35:18 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-04-29 15:55:22 +00:00
|
|
|
* Mon Apr 29 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.13-2
|
|
|
|
- Remove unneeded BR: maven-idea-plugin
|
|
|
|
|
2013-03-15 13:36:56 +00:00
|
|
|
* Fri Mar 15 2013 Michal Srb <msrb@redhat.com> - 3.13-1
|
|
|
|
- Update to upstream version 3.13
|
|
|
|
|
2013-02-15 03:26:54 +00:00
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-02-06 19:49:13 +00:00
|
|
|
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 3.12-5
|
|
|
|
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
|
|
- Replace maven BuildRequires with maven-local
|
|
|
|
|
2012-12-17 13:24:16 +00:00
|
|
|
* Mon Dec 17 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.12-4
|
|
|
|
- Enable xbean-spring, resolves rhbz#887496
|
|
|
|
- Disable xbean-blueprint due to FTBFS
|
|
|
|
|
2012-10-22 11:18:41 +00:00
|
|
|
* Mon Oct 22 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.12-3
|
|
|
|
- Replace eclipse-rcp requires with eclipse-equinox-osgi
|
|
|
|
- Reenable Equinox
|
|
|
|
|
2012-10-16 05:02:38 +00:00
|
|
|
* Tue Oct 16 2012 gil cattaneo <puntogil@libero.it> - 3.12-2
|
|
|
|
- Enable xbean-blueprint and xbean-classloader modules
|
|
|
|
|
2012-10-10 13:36:03 +00:00
|
|
|
* Wed Oct 10 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.12-1
|
|
|
|
- Update to upstream version 3.12
|
|
|
|
|
2012-10-10 14:41:21 +00:00
|
|
|
* Wed Oct 10 2012 Krzysztof Daniel <kdaniel@redhat.com> 3.11.1-8
|
|
|
|
- Revert previous changes.
|
|
|
|
|
2012-10-10 14:33:14 +00:00
|
|
|
* Wed Oct 10 2012 Krzysztof Daniel <kdaniel@redhat.com> 3.11.1-7
|
|
|
|
- Disable parts dependent on Eclipse (for bootstraping purpose).
|
|
|
|
|
2012-10-10 12:08:15 +00:00
|
|
|
* Wed Oct 10 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.11.1-6
|
|
|
|
- Implement equinox and spring conditionals
|
|
|
|
|
2012-09-03 12:45:11 +00:00
|
|
|
* Mon Sep 3 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.11.1-5
|
|
|
|
- Fix eclipse requires
|
|
|
|
|
2012-08-27 10:52:20 +00:00
|
|
|
* Mon Aug 27 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.11.1-4
|
|
|
|
- Fix felix-framework enabling patch
|
|
|
|
|
2012-08-05 23:05:15 +00:00
|
|
|
* Mon Aug 6 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.11.1-3
|
|
|
|
- Enable xbean-spring
|
|
|
|
- Enable maven-xbean-plugin
|
|
|
|
- Remove RPM bug workaround
|
|
|
|
|
2012-07-22 04:25:27 +00:00
|
|
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.11.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-13 13:12:37 +00:00
|
|
|
* Fri Jul 13 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.11.1-1
|
|
|
|
- Update to the upstream version 3.11.1
|
|
|
|
- Force use of Equinox instead of Felix
|
|
|
|
- Convert patch to POM macros
|
|
|
|
|
2012-05-03 13:55:22 +00:00
|
|
|
* Thu May 3 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.8-5
|
|
|
|
- Remove mx4j from deps (javax.management provided by JDK 1.5+)
|
|
|
|
|
2012-04-24 11:58:21 +00:00
|
|
|
* Tue Apr 24 2012 Alexander Kurtakov <akurtako@redhat.com> 3.8-4
|
|
|
|
- BR felix-framework instead of felix-osgi-core.
|
|
|
|
|
2012-04-24 11:44:26 +00:00
|
|
|
* Tue Apr 24 2012 Alexander Kurtakov <akurtako@redhat.com> 3.8-3
|
|
|
|
- Do not build equinox specific parts for RHEL.
|
|
|
|
|
2012-01-14 08:37:34 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-06 14:51:00 +00:00
|
|
|
* Tue Dec 6 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.8-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
- Build with maven 3
|
|
|
|
- Packaging & guidelines fixes
|
|
|
|
|
2011-05-30 09:05:53 +00:00
|
|
|
* Sat May 28 2011 Marek Goldmann <mgoldman@redhat.com> - 3.7-7
|
|
|
|
- Added xbean-finder and xbean-bundleutils submodules
|
|
|
|
|
2011-03-04 11:55:42 +00:00
|
|
|
* Fri Mar 4 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.7-6
|
|
|
|
- Add comment for removing javadoc
|
|
|
|
- Fix maven 3 build
|
|
|
|
|
2011-02-08 03:36:53 +00:00
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-06 16:43:59 +00:00
|
|
|
* Mon Dec 6 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.7-4
|
|
|
|
- Fix pom filename (Resolves rhbz#655827)
|
|
|
|
- Add depmap for main pom file
|
|
|
|
- Fixes according to new guidelines (versionless jars, javadocs)
|
|
|
|
|
2010-07-30 14:03:19 +00:00
|
|
|
* Fri Jul 30 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.7-3
|
|
|
|
- Use javadoc:aggregate to generate javadocs
|
|
|
|
|
2010-07-13 08:21:01 +00:00
|
|
|
* Fri Jul 9 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.7-2
|
|
|
|
- Add license to javadoc subpackage
|
|
|
|
|
|
|
|
* Mon Jun 21 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.7-1
|
|
|
|
- First release
|
2019-07-28 14:03:08 +00:00
|
|
|
|