Accepting request 230041 from home:deadpoint:branches:Java:packages
disable bytecode test on SLES OBS-URL: https://build.opensuse.org/request/show/230041 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-httpclient?expand=0&rev=11
This commit is contained in:
parent
58ef1825d5
commit
3a481ec7d2
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 14 17:24:13 UTC 2014 - darin@darins.net
|
||||||
|
|
||||||
|
- disable bytecode test on SLES
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 25 08:30:33 UTC 2013 - mvyskocil@suse.com
|
Fri Oct 25 08:30:33 UTC 2013 - mvyskocil@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package apache-commons-httpclient
|
# spec file for package apache-commons-httpclient
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -141,6 +141,11 @@ ant \
|
|||||||
dist test
|
dist test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
# suppress on SLES
|
||||||
|
%if 0%{?suse_version} == 1110
|
||||||
|
export NO_BRP_CHECK_BYTECODE_VERSION=true
|
||||||
|
%endif
|
||||||
|
|
||||||
# jars
|
# jars
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_javadir}
|
mkdir -p $RPM_BUILD_ROOT%{_javadir}
|
||||||
cp -p dist/commons-httpclient.jar \
|
cp -p dist/commons-httpclient.jar \
|
||||||
|
Loading…
Reference in New Issue
Block a user