This commit is contained in:
parent
6da2187744
commit
4f31a7551e
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package jcsp
|
# spec file for package jcsp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -29,7 +29,8 @@ URL: https://github.com/codehaus/jcsp
|
|||||||
# sh jcsp-create-tarball.sh < VERSION-TAG >
|
# sh jcsp-create-tarball.sh < VERSION-TAG >
|
||||||
Source0: %{name}-%{namedversion}-clean.tar.xz
|
Source0: %{name}-%{namedversion}-clean.tar.xz
|
||||||
Source1: %{name}-create-tarball.sh
|
Source1: %{name}-create-tarball.sh
|
||||||
BuildRequires: maven-local fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
BuildRequires: mvn(org.osgi:osgi.core)
|
BuildRequires: mvn(org.osgi:osgi.core)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -119,7 +120,7 @@ rm -r src/org/jcsp/win32 \
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%{mvn_build} -f -- -Dproject.build.sourceEncoding=UTF-8
|
%{mvn_build} -f -- -Dproject.build.sourceEncoding=UTF-8 -Dmaven.compiler.release=6
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user