OBS-URL: https://build.opensuse.org/request/show/674865 OBS-URL: https://build.opensuse.org/package/show/Java:packages/plexus-classworlds?expand=0&rev=1
76 lines
2.3 KiB
RPMSpec
76 lines
2.3 KiB
RPMSpec
#
|
|
# spec file for package plexus-classworlds
|
|
#
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
#
|
|
# 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: plexus-classworlds
|
|
Version: 2.5.2
|
|
Release: 0
|
|
Summary: Plexus Classworlds Classloader Framework
|
|
License: Apache-2.0 AND Plexus
|
|
Group: Development/Libraries/Java
|
|
URL: https://github.com/codehaus-plexus/plexus-classworlds
|
|
Source0: https://github.com/sonatype/%{name}/archive/%{name}-%{version}.tar.gz
|
|
BuildRequires: fdupes
|
|
BuildRequires: maven-local
|
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus:pom:)
|
|
Obsoletes: classworlds < %{version}-%{release}
|
|
Provides: classworlds = %{version}-%{release}
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
Classworlds is a framework for container developers
|
|
who require complex manipulation of Java's ClassLoaders.
|
|
Java's native ClassLoader mechanisms and classes can cause
|
|
much headache and confusion for certain types of
|
|
application developers. Projects which involve dynamic
|
|
loading of components or otherwise represent a 'container'
|
|
can benefit from the classloading control provided by
|
|
classworlds.
|
|
|
|
%package javadoc
|
|
Summary: Javadoc for %{name}
|
|
|
|
%description javadoc
|
|
API documentation for %{name}.
|
|
|
|
%prep
|
|
%setup -q -n %{name}-%{name}-%{version}
|
|
|
|
%pom_remove_plugin :maven-enforcer-plugin
|
|
%pom_remove_plugin :maven-dependency-plugin
|
|
|
|
%{mvn_file} : %{name} plexus/classworlds
|
|
%{mvn_alias} : classworlds:classworlds
|
|
|
|
%build
|
|
%{mvn_build} -f -- -Dsource=6
|
|
|
|
%install
|
|
%mvn_install
|
|
%fdupes -s %{buildroot}%{_javadocdir}
|
|
|
|
%files -f .mfiles
|
|
%license LICENSE.txt
|
|
%doc LICENSE-2.0.txt
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
%license LICENSE.txt
|
|
%doc LICENSE-2.0.txt
|
|
|
|
%changelog
|