SHA256
1
0
forked from pool/ant

Accepting request 644719 from home:1Antoine1:branches:Java:packages

- Add reproducible-build-manifest.patch: Use less detailed version
  string for manifest's "Created-by" field (boo#1110024).

OBS-URL: https://build.opensuse.org/request/show/644719
OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=119
This commit is contained in:
2018-10-25 21:10:16 +00:00
committed by Git OBS Bridge
parent 55f4f9c503
commit 885a511396
7 changed files with 59 additions and 0 deletions

View File

@@ -41,6 +41,8 @@ Patch5: apache-ant-bootstrap.patch
#PATCH-FEATURE-OPENSUSE bmwiedemann -- have fixed build dates
Patch6: reproducible-build-date.patch
Patch7: ant-python3.patch
# PATCH-FEATURE-OPENSUSE reproducible-build-manifest.patch -- have fixed "Created-by" in manifest
Patch8: reproducible-build-manifest.patch
BuildRequires: antlr-bootstrap
BuildRequires: java-devel >= 1.8
BuildRequires: javapackages-local
@@ -341,6 +343,7 @@ find -name build.xml -o -name pom.xml | xargs sed -i -e s/-SNAPSHOT//
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
# clean jar files
find . -name "*.jar" -print -delete