11
0

2 Commits

2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 27 18:10:59 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Remove a relativePath that points to a non-existing directory
-------------------------------------------------------------------
Mon Sep 11 10:11:27 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package httpcomponents-asyncclient
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -75,6 +75,8 @@ This package contains javadoc for %{name}.
find . -name "*.class" -delete
find . -name "*.jar" -type f -delete
%pom_xpath_remove pom:project/pom:parent/pom:relativePath
# Use unavalable org.apache.httpcomponents:hc-stylecheck:jar:1
%pom_remove_plugin :maven-checkstyle-plugin
# Unwanted
@@ -117,7 +119,6 @@ done
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
-Dmaven.compiler.release=8 \
%endif
-Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \
-Dsource=8 -Dproject.build.sourceEncoding=UTF-8
%install