From 2765538b362916a55912a0f966bd2b7468918fde2428ffb8cc5a101a81d2a485 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 12 Feb 2019 10:17:12 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/jline?expand=0&rev=28 --- jline.spec | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/jline.spec b/jline.spec index a727b3f..9f67c48 100644 --- a/jline.spec +++ b/jline.spec @@ -51,7 +51,7 @@ This package contains the API documentation for %{name}. %prep %setup -q -n jline2-jline-%{version} -ln -s %{SOURCE1} build.xml +cp %{SOURCE1} build.xml mkdir -p lib # Remove maven-shade-plugin usage @@ -76,13 +76,6 @@ mkdir -p lib # See https://bugzilla.redhat.com/show_bug.cgi?id=1317551 %pom_xpath_set "pom:build/pom:plugins/pom:plugin[pom:artifactId = 'maven-bundle-plugin']/pom:executions/pom:execution/pom:configuration/pom:instructions/pom:Export-Package" "jline.*;-noimport:=true" -# For some reason these directories do not exist, failing compilation due to -Werror -mkdir -p target/generated-sources/annotations -mkdir -p target/generated-test-sources/test-annotations - -# nondeterministic -find -name TerminalFactoryTest.java -delete - %build build-jar-repository -s lib jansi jansi-native hawtjni/hawtjni-runtime %ant package javadoc