Accepting request 672390 from home:jengelh:branches:Java:packages

- Trim future goals from description.
- Avoid double-shipping documentation.

OBS-URL: https://build.opensuse.org/request/show/672390
OBS-URL: https://build.opensuse.org/package/show/Java:packages/xbean?expand=0&rev=6
This commit is contained in:
Fridrich Strba 2019-02-07 10:25:55 +00:00 committed by Git OBS Bridge
parent a8048e2ebb
commit 75115435c8
2 changed files with 14 additions and 11 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 7 10:21:20 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Trim future goals from description.
- Avoid double-shipping documentation.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 25 19:27:30 UTC 2018 - Fridrich Strba <fstrba@suse.com> Thu Oct 25 19:27:30 UTC 2018 - Fridrich Strba <fstrba@suse.com>

View File

@ -45,20 +45,19 @@ Requires: slf4j
BuildArch: noarch BuildArch: noarch
%description %description
The goal of XBean project is to create a plugin based server XBean is a plugin-based server analogous to Eclipse being a
analogous to Eclipse being a plugin based IDE. XBean will be able to plugin-based IDE. XBean is able to discover, download and install
discover, download and install server plugins from an Internet based server plugins from an Internet-based repository. Support for
repository. In addition, we include support for multiple IoC systems, multiple IoC systems, support for running with no IoC system, JMX
support for running with no IoC system, JMX without JMX code, without JMX code, lifecycle and class loader management, and a Spring
lifecycle and class loader management, and a rock solid Spring integration is included.
integration.
%package javadoc %package javadoc
Summary: API documentation for %{name} Summary: API documentation for %{name}
Group: Development/Libraries/Java Group: Documentation/HTML
%description javadoc %description javadoc
This package provides %{summary}. This package provides API documentation for xbean.
%prep %prep
%setup -q %setup -q
@ -141,8 +140,6 @@ cp -aL build/apidoc/* %{buildroot}/%{_javadocdir}/%{name}
%doc NOTICE %doc NOTICE
%files javadoc %files javadoc
%license LICENSE
%doc NOTICE
%{_javadocdir}/%{name} %{_javadocdir}/%{name}
%changelog %changelog