Accepting request 563188 from Java:packages

OBS-URL: https://build.opensuse.org/request/show/563188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aelfred?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2018-01-10 22:37:24 +00:00 committed by Git OBS Bridge
commit 60c6e50336
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 10 03:57:04 UTC 2018 - bwiedemann@suse.com
- Generate javadoc without timestamp to make build reproducible
(boo#1047218)
-------------------------------------------------------------------
Thu Sep 14 07:54:54 UTC 2017 - fstrba@suse.com

View File

@ -62,7 +62,7 @@ export PATH=%{java_home}/bin:$PATH
export CLASSPATH=
cd net
%{javac} -source 1.6 `find . -name \*.java`
%{javadoc} -source 1.6 -d ../HTML `find . -name \*.java`
%{javadoc} -notimestamp -source 1.6 -d ../HTML `find . -name \*.java`
%install
# jar