Hello community,

here is the log from the commit of package jboss-modules for openSUSE:Leap:15.2 
checked in at 2020-02-05 07:27:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/jboss-modules (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.jboss-modules.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jboss-modules"

Wed Feb  5 07:27:35 2020 rev:1 rq:763175 version:1.5.2

Changes:
--------
New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.jboss-modules.new.26092/jboss-modules.changes 
2020-02-05 07:27:36.218700834 +0100
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Tue Nov 12 17:39:18 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Initial packaging of jboss-modules 1.5.2

New:
----
  jboss-modules-1.5.2.Final.tar.gz
  jboss-modules.changes
  jboss-modules.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jboss-modules.spec ++++++
#
# spec file for package jboss-modules
#
# Copyright (c) 2019 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/
#


%global namedreltag .Final
%global namedversion %{version}%{?namedreltag}
Name:           jboss-modules
Version:        1.5.2
Release:        0
Summary:        A Modular Classloading System
License:        Apache-2.0 AND xpp
Group:          Development/Libraries/Java
URL:            https://github.com/jbossas/jboss-modules
Source0:        
https://github.com/jbossas/jboss-modules/archive/%{namedversion}/%{name}-%{namedversion}.tar.gz
BuildRequires:  fdupes
BuildRequires:  maven-local
BuildRequires:  mvn(org.jboss:jboss-parent:pom:)
BuildArch:      noarch

%description
Ths package contains A Modular Classloading System.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Documentation/HTML

%description javadoc
This package contains the API documentation for %{name}.

%prep
%setup -q -n %{name}-%{namedversion}

# Conditionally remove dependency on apiviz
%pom_remove_plugin :maven-javadoc-plugin

# Unneeded task
%pom_remove_plugin :maven-source-plugin

# Compiles tests even though we disable them
%pom_remove_plugin :maven-compiler-plugin

# Use not available org.wildfly.checkstyle:wildfly-checkstyle-config:1.0.4.Final
%pom_remove_plugin :maven-checkstyle-plugin

# Tries to connect to remote host
rm src/test/java/org/jboss/modules/MavenResourceTest.java \
 src/test/java/org/jboss/modules/maven/MavenSettingsTest.java

%build
%{mvn_build} -f -- -Dsource=8

%install
%mvn_install
%fdupes -s %{buildroot}%{_javadocdir}

%files -f .mfiles
%doc README.md
%license LICENSE.txt XPP3-LICENSE.txt

%files javadoc -f .mfiles-javadoc
%license LICENSE.txt XPP3-LICENSE.txt

%changelog

Reply via email to