This commit is contained in:
parent
13a08c72e3
commit
fd16768893
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:606bed567ffbd4309fffedcd2dd5744df02e2d2dbb57626f09701e1196118237
|
oid sha256:7a9220ee3c36484b7aa948958d2bc8d42cad65b55637e6ef01f3e6adabfff229
|
||||||
size 2712
|
size 2604
|
||||||
|
@ -1,9 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Wed Mar 2 13:24:16 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
||||||
|
|
||||||
- Build the module-info.java files so that modular javas can use
|
|
||||||
this.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
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>
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ Source9: asm-all.pom
|
|||||||
Source10: generate-tarball.sh
|
Source10: generate-tarball.sh
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: java-devel >= 9
|
BuildRequires: java-devel >= 1.8
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
Obsoletes: %{name}-examples
|
Obsoletes: %{name}-examples
|
||||||
@ -102,6 +102,9 @@ 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