Hello community,

here is the log from the commit of package nailgun for openSUSE:Factory checked 
in at 2019-11-13 13:27:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nailgun (Old)
 and      /work/SRC/openSUSE:Factory/.nailgun.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nailgun"

Wed Nov 13 13:27:56 2019 rev:1 rq:747887 version:0.9.1

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

--- /dev/null   2019-10-24 10:19:07.066239389 +0200
+++ /work/SRC/openSUSE:Factory/.nailgun.new.2990/nailgun.changes        
2019-11-13 13:27:57.267674274 +0100
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Tue Nov 12 17:05:39 UTC 2019 - Fridrich Strba <[email protected]>
+
+- Initial packaging of nailgun 0.9.1

New:
----
  nailgun-all-0.9.1.zip
  nailgun.changes
  nailgun.spec

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

Other differences:
------------------
++++++ nailgun.spec ++++++
#
# spec file for package nailgun
#
# 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/
#


%define debug_package %{nil}
Name:           nailgun
Version:        0.9.1
Release:        0
Summary:        Framework for running Java from the cli without the JVM startup 
overhead
License:        Apache-2.0
Group:          Development/Libraries/Java
URL:            http://martiansoftware.com/nailgun/
Source0:        
https://github.com/martylamb/%{name}/archive/%{name}-all-%{version}.zip
BuildRequires:  fdupes
BuildRequires:  maven-local
BuildRequires:  mvn(org.sonatype.oss:oss-parent:pom:)
BuildRequires:  unzip
BuildArch:      noarch

%description
Nailgun is a client, protocol, and server for running Java programs from the
command line without incurring the JVM startup overhead. Programs run in the
server (which is implemented in Java), and are triggered by the client
(written in C), which handles all I/O.

%package javadoc
Summary:        Javadocs for %{name}
Group:          Documentation/HTML
BuildArch:      noarch

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

%prep
%setup -q -n %{name}-%{name}-all-%{version}

find . -name '*.jar' -delete
find . -name '*.class' -delete

%pom_remove_plugin :maven-javadoc-plugin
%pom_remove_plugin :maven-source-plugin

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

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

%files -f .mfiles
%doc README.md

%files javadoc -f .mfiles-javadoc

%changelog

Reply via email to