OBS-URL: https://build.opensuse.org/package/show/Java:packages/glassfish-management-api?expand=0&rev=5
73 lines
2.3 KiB
RPMSpec
73 lines
2.3 KiB
RPMSpec
#
|
|
# spec file for package glassfish-management-api
|
|
#
|
|
# Copyright (c) 2023 SUSE LLC
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: glassfish-management-api
|
|
Version: 3.2.2
|
|
Release: 0
|
|
Summary: GlassFish Common APIs
|
|
License: BSD-3-Clause
|
|
URL: https://github.com/eclipse-ee4j/orb-gmbal-commons
|
|
Source0: %{name}-%{version}.tar.xz
|
|
Patch0: 0001-17-define-JPMS-descriptor-18.patch
|
|
BuildRequires: fdupes
|
|
BuildRequires: maven-local
|
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
|
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
|
BuildRequires: mvn(org.eclipse.ee4j:project:pom:)
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
The GlassFish MBean Annotation Library (gmbal, pronounced "Gumball")
|
|
is a library for using annotations to create Open MBeans. There is similar
|
|
functionality in JSR 255 for JDK 7, but gmbal only requires JDK 5. Gmbal
|
|
also supports JSR 77 ObjectNames and the GlassFish Version 3 AMX
|
|
requirements for MBeans. AS a consequence, gmbal-enabled classes
|
|
will be fully manageable in GlassFish v3 using the standard GlassFish
|
|
v3 admin tools, while still being manageable with generic MBean tools
|
|
when not run under GlassFish v3.
|
|
|
|
This package contains the gmbal Common APIs.
|
|
|
|
%package javadoc
|
|
Summary: Javadoc for %{name}
|
|
|
|
%description javadoc
|
|
This package contains javadoc for %{name}.
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch -P 0 -p1
|
|
|
|
%build
|
|
%{mvn_build} -f -- \
|
|
-Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \
|
|
-Dsource=8
|
|
|
|
%install
|
|
%mvn_install
|
|
%fdupes -s %{buildroot}%{_javadocdir}
|
|
|
|
%files -f .mfiles
|
|
%license LICENSE.md NOTICE.md
|
|
%doc README.md
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
%license LICENSE.md NOTICE.md
|
|
|
|
%changelog
|