https://bugzilla.redhat.com/show_bug.cgi?id=1187713

Mikolaj Izdebski <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #5 from Mikolaj Izdebski <[email protected]> ---
First, Java native libraries (JNI) should not be installed directly in
%{_libdir} - they are not usable outsides Java world and as such they should be
placed in subdirectory of %{_libdir}. Secondly, packages in Fedora should use
System.load() instead of System.loadLibrary() to load JNI libraries. See:
http://fedoraproject.org/wiki/Packaging:Java#Packaging_JAR_files_that_use_JNI

It would also be good to run included tests or at least comment why they are
skipped.

-- 
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]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to