https://bugzilla.redhat.com/show_bug.cgi?id=1496885
Robert-André Mauchin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Robert-André Mauchin <[email protected]> --- Hello, - make %{?_smp_mflags} → %make_build - make -C build DESTDIR=$RPM_BUILD_ROOT install → %make_install -C build - I'm not well versed in Java packaging so sorry if the following is not applicable: >Java programs that wish to make calls into native libraries do so via the Java >Native Interface (JNI). A Java package uses JNI if it contains a .so file. >Note that this file can be embedded within JAR files themselves. Your Java subpackage contains such .so file. > JAR files using JNI or containing JNI shared objects themselves MUST be > placed in %{_jnidir} and MAY be symlinked to %{_libdir}/%{name}. JNI shared objects MUST be placed in %{_libdir}/%{name} Currently your .so file is in %{_libdir}, it seems that bccording to the guidelines it should be in %{_jnidir} with a symlink back to %{_libdir}/%{name} I'm not sure about this though, maybe someone with more Java experience than me could chimein. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected]
