forked from pool/apache-commons-daemon
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=26
This commit is contained in:
parent
f827d5fba0
commit
b67d5befd9
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 25 17:35:22 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Remove pom parent, since we don't use it when not building with
|
||||
maven
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 12 15:01:55 UTC 2018 - schwab@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package apache-commons-daemon
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,11 +33,9 @@ Patch2: apache-commons-daemon-ppc64.patch
|
||||
Patch3: apache-commons-daemon-aarch64.patch
|
||||
Patch4: apache-commons-daemon-riscv64.patch
|
||||
BuildRequires: ant
|
||||
BuildRequires: apache-commons-parent
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: java-devel >= 1.8
|
||||
BuildRequires: javapackages-local
|
||||
BuildRequires: javapackages-tools
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: xmlto
|
||||
Provides: jakarta-%{short_name} = %{version}
|
||||
@ -89,6 +87,8 @@ rm -rf src/samples/*.cmd
|
||||
|
||||
chmod -R 0644 src/samples/*
|
||||
|
||||
%pom_remove_parent .
|
||||
|
||||
%build
|
||||
pushd src/native/unix
|
||||
xmlto man man/jsvc.1.xml
|
||||
|
Loading…
Reference in New Issue
Block a user