From eac7a2786b6e9221d8f73c521c387b389dd7b532d8ae6f75d77a8fb0bdd48fd1 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 11 Nov 2019 11:28:27 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-math?expand=0&rev=15 --- apache-commons-math.changes | 2 ++ apache-commons-math.spec | 2 ++ 2 files changed, 4 insertions(+) diff --git a/apache-commons-math.changes b/apache-commons-math.changes index 87522ef..337170b 100644 --- a/apache-commons-math.changes +++ b/apache-commons-math.changes @@ -3,6 +3,8 @@ Mon Nov 11 11:22:34 UTC 2019 - Fridrich Strba - Add alias to the maven artifact - Clean-up the spec file +- Remove reference to the parent pom, since we don't build with + maven ------------------------------------------------------------------- Tue May 15 12:56:51 UTC 2018 - fstrba@suse.com diff --git a/apache-commons-math.spec b/apache-commons-math.spec index eda3e45..c5dcdca 100644 --- a/apache-commons-math.spec +++ b/apache-commons-math.spec @@ -47,6 +47,8 @@ This package contains the API documentation for %{name}. %setup -q -n %{short_name}3-%{version}-src %patch0 -p1 +%pom_remove_parent . + %build export CLASSPATH=$(build-classpath ant-junit junit) ant -Dant.build.javac.source=8 -Dcompile.source=8 \