Accepting request 958693 from Java:packages
Build as modular jars, minus asm-all.jar OBS-URL: https://build.opensuse.org/request/show/958693 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/objectweb-asm?expand=0&rev=24
This commit is contained in:
commit
5e80d84816
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:7a9220ee3c36484b7aa948958d2bc8d42cad65b55637e6ef01f3e6adabfff229
|
oid sha256:bb6232e71bdbc26e3bd6bae6741450f3453d0e053d0cb3319edf7b4f26118194
|
||||||
size 2604
|
size 3468
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 2 17:03:01 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Build asm as modular jar files to be used as such by java >= 9
|
||||||
|
- Leave asm-all.jar as a non-modular jar
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 20 19:54:36 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
Wed Oct 20 19:54:36 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package objectweb-asm
|
# spec file for package objectweb-asm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -102,9 +102,6 @@ for i in asm asm-analysis asm-commons asm-tree asm-util asm-all; do
|
|||||||
%pom_remove_parent ${i}
|
%pom_remove_parent ${i}
|
||||||
done
|
done
|
||||||
|
|
||||||
# We don't want to build modular jars
|
|
||||||
find . -name module-info.java -print -delete
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ant \
|
%ant \
|
||||||
package javadoc
|
package javadoc
|
||||||
|
Loading…
Reference in New Issue
Block a user