diff --git a/jna.spec b/jna.spec index 603bff2..d7612df 100644 --- a/jna.spec +++ b/jna.spec @@ -3,7 +3,7 @@ Name: jna Version: 5.4.0 -Release: 3%{?dist} +Release: 4%{?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, @@ -104,7 +104,6 @@ build-jar-repository -s -p lib junit reflections build-jar-repository -s -p lib junit rm test/com/sun/jna/StructureFieldOrderInspector.java rm test/com/sun/jna/StructureFieldOrderInspectorTest.java -rm contrib/platform/test/com/sun/jna/platform/StructureFieldOrderTest.java %endif ln -s $(xmvn-resolve ant:ant:1.10.5) lib/ant.jar @@ -159,6 +158,9 @@ install -m 755 build/native*/libjnidispatch*.so %{buildroot}%{_libdir}/%{name}/ %changelog +* Thu Jul 09 2020 Mat Booth - 5.4.0-4 +- Fix conditional build without reflections + * Thu Apr 02 2020 Tom Stellard - 5.4.0-3 - Pass C compiler to ant