[Bug 459874] Review Request: zeromq - Fast messaging system

bugzilla at redhat.com bugzilla at redhat.com
Wed Dec 10 20:01:48 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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





--- Comment #17 from Jason Tibbitts <tibbs at math.uh.edu>  2008-12-10 15:01:46 EDT ---
I talked to a Java expert who noted the following:
  http://www.zeromq.org/code:jzmq indicates that a class file should also be 
   installed, but you have to do it manually.
  The Java guidelines indicate that JNI libraries should be installed in a 
   subdirectorty under _libdir.
http://fedoraproject.org/wiki/Packaging/Java#Packaging_JAR_files_that_use_JNI

Honestly the java stuff exposes several issues that I don't fully understand. 
I would suggest that you talk to a java expert; #fedora-java on IRC should be
able to help far better than I can.

With regards to the python module, my understanding is the following:
  It is pointless to version the library.  Just install a .so file.
  It should not be named with the "lib" prefix, as that would mean you use it
with 
   "import libpyzmq" instead of "import pyzmq" as documented at 
   http://www.zeromq.org/code:pyzmq.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list