Resolve reflections dependecy
This commit is contained in:
parent
b56a74f4d1
commit
fd68877ab9
6
jna.spec
6
jna.spec
@ -3,7 +3,7 @@
|
||||
|
||||
Name: jna
|
||||
Version: 5.9.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Pure Java access to native libraries
|
||||
# Most of code is dual-licensed under either LGPL 2.1+ only or Apache
|
||||
# License 2.0. WeakIdentityHashMap.java was taken from Apache CXF,
|
||||
@ -105,6 +105,7 @@ rm test/com/sun/jna/StructureFieldOrderInspectorTest.java
|
||||
ln -s $(xmvn-resolve ant:ant:1.10.5) lib/ant.jar
|
||||
ln -s $(xmvn-resolve org.ow2.asm:asm) lib/asm-8.0.1.jar
|
||||
ln -s $(xmvn-resolve org.hamcrest:hamcrest-all) lib/hamcrest-core-1.3.jar
|
||||
ln -s $(xmvn-resolve org.reflections:reflections) lib/test/reflections.jar
|
||||
|
||||
cp lib/native/aix-ppc64.jar lib/clover.jar
|
||||
|
||||
@ -152,6 +153,9 @@ install -m 755 build/native*/libjnidispatch*.so %{buildroot}%{_libdir}/%{name}/
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Dec 1 2021 Zuzana Miklankova <zmiklank@redhat.com> - 5.9.0-2
|
||||
- Rebuild with resolved reflections dependecy
|
||||
|
||||
* Fri Sep 17 2021 Ondrej Dubaj <odubaj@redhat.com> - 5.9.0-1
|
||||
- Rebase to version 5.9.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user