[Bug 480607] Review Request: bluecove - Implementation of JSR-82 Java Bluetooth API

bugzilla at redhat.com bugzilla at redhat.com
Mon Jan 11 16:10:29 UTC 2010


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=480607

--- Comment #8 from Orion Poplawski <orion at cora.nwra.com> 2010-01-11 11:10:26 EST ---
If it can't compile with gcj, don't worry about it.  Many packages I guess are
dropping it now.

To force OpenJDK use, you can do:

BuildRequires: java-devel >= 1:1.6.0
Requires: java >= 1:1.6.0

I did a build dropping gcj and adding the above here:
http://koji.fedoraproject.org/koji/taskinfo?taskID=1914251

Now you need to drop noarch, because JNI files are arch specific.

Also, you can change:

%dir %{_libdir}/%{name}
%{_libdir}/%{name}/*

to just:

%{_libdir}/%{name}

The rpmlint warning is just complaining about any Requires that starts with
"lib".  For many languages, these requirements are generated automatically, but
we're not quite there yet with Java.

-- 
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 package-review mailing list