forked from pool/xml-security
Compare commits
11 Commits
04b49b3942
...
19415f3efc
Author | SHA256 | Date | |
---|---|---|---|
19415f3efc | |||
e3b47f469a | |||
11649c1f99 | |||
6e54157493 | |||
ebe96dcc1d | |||
ab7d021b53 | |||
bb74155d49 | |||
58d5e71b42 | |||
69b53b0757 | |||
7e2c3e25ef | |||
cc7346106d |
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 19 11:30:52 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Do not require maven-javadoc-plugin that we don't use
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 11 10:50:10 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 30 09:23:46 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Build against the standalone JavaEE modules inconditionally
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 14:15:10 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Build against a standalone jaxb-api artifact on systems where the
|
||||
JDK does not include the JavaEE modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 17 18:37:54 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xml-security
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -58,6 +58,7 @@ This package contains javadoc for %{name}.
|
||||
|
||||
%pom_remove_plugin :maven-pmd-plugin
|
||||
%pom_remove_plugin :maven-source-plugin
|
||||
%pom_remove_plugin :maven-javadoc-plugin
|
||||
|
||||
%pom_xpath_remove pom:plugin/pom:configuration/pom:compilerArgs
|
||||
%pom_xpath_remove pom:plugin/pom:configuration/pom:annotationProcessorPaths
|
||||
@@ -69,7 +70,9 @@ This package contains javadoc for %{name}.
|
||||
%{mvn_file} :%{oname} %{name} %{oname}
|
||||
|
||||
%build
|
||||
%{mvn_build} -f -- -Dsource=8
|
||||
%{mvn_build} -f -- \
|
||||
-Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \
|
||||
-Dsource=8
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
Reference in New Issue
Block a user