forked from pool/apache-ivy
Accepting request 755691 from Java:packages
Fix build with new rpm OBS-URL: https://build.opensuse.org/request/show/755691 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-ivy?expand=0&rev=19
This commit is contained in:
commit
d81020b12d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 10 22:39:53 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Specify bundle.version in order to avoid unexpanded macro
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 24 16:08:31 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
Tue Sep 24 16:08:31 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package apache-ivy
|
# spec file for package apache-ivy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -112,7 +112,7 @@ export CLASSPATH=${CLASSPATH}:$(build-classpath jsch.agentproxy.core jsch.agentp
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
ant -Dtarget.ivy.version=%{version} /localivy /offline jar javadoc
|
ant -Dtarget.ivy.version=%{version} -Dbundle.version=%{version} /localivy /offline jar javadoc
|
||||||
|
|
||||||
%install
|
%install
|
||||||
# Code
|
# Code
|
||||||
|
Loading…
Reference in New Issue
Block a user