I've attached a patch for the changelog plugin. This will fix up the native-compilation situation until everything's sorted out.
Andrew
Andrew
Cool. I'll merge and test build the plugin, and see how it does. Looks fine from an Eclipse point of view.
Regards
Phil
On Wed, 2005-03-23 at 10:59 -0500, Andrew Overholt wrote:
I've attached a patch for the changelog plugin. This will fix up the native-compilation situation until everything's sorted out.
Andrew
fedora-devel-java-list mailing list fedora-devel-java-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-devel-java-list
"Andrew" == Andrew Overholt overholt@redhat.com writes:
Andrew> -Requires: eclipse-ui Andrew> +Requires: eclipse-platform Andrew> +Requires: gcc-java
You probably just want to BuildRequires this, and then Require whatever tag all the JREs provide. That way people could still install eclipse and a proprietary JRE. (Perhaps jusst requiring eclipse-platform is enough, and that in turn ought to require the JRE... I dunno.)
Tom
This was in response to bz 151866 (I think. I added Requires: gcc-java to the new cdt rpm). It's because in %post/%postun we need gcj-dbtool to merge.
Regards
Phil On Wed, 2005-03-23 at 17:25 -0700, Tom Tromey wrote:
"Andrew" == Andrew Overholt overholt@redhat.com writes:
Andrew> -Requires: eclipse-ui Andrew> +Requires: eclipse-platform Andrew> +Requires: gcc-java
You probably just want to BuildRequires this, and then Require whatever tag all the JREs provide. That way people could still install eclipse and a proprietary JRE. (Perhaps jusst requiring eclipse-platform is enough, and that in turn ought to require the JRE... I dunno.)
Tom
-- fedora-devel-java-list mailing list fedora-devel-java-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-devel-java-list
"Phil" == Phil Muldoon pmuldoon@redhat.com writes:
Phil> This was in response to bz 151866 (I think. I added Requires: gcc-java Phil> to the new cdt rpm). It's because in %post/%postun we need gcj-dbtool to Phil> merge.
Ah, thanks... I didn't realize that. That does seem like a drawback of the current approach. Short of rewriting gcj-dbtool in plain old C, though, there's not much to be done about it.
Tom
On Jeu 24 mars 2005 1:25, Tom Tromey a écrit :
"Andrew" == Andrew Overholt overholt@redhat.com writes:
Andrew> -Requires: eclipse-ui Andrew> +Requires: eclipse-platform Andrew> +Requires: gcc-java
You probably just want to BuildRequires this, and then Require whatever tag all the JREs provide. That way people could still install eclipse and a proprietary JRE. (Perhaps jusst requiring eclipse-platform is enough, and that in turn ought to require the JRE... I dunno
JPP jres should provide java, and jpp jvms should provide java-devel (and versionned virtuals too should you require a particular java level)
java-devel@lists.fedoraproject.org