Re: pkg_tool dependency scanner for the gnome2 packages



On Wed, 2002-01-23 at 02:08, Chris Chabot wrote:
> Ps, i forgot to mention,  i intend to add a transaction table to it tomorrow
> which will translate it from pkg_config names to RPM style names (ie
> gobject-2.0 to 'glib2').. this is the final part that needs to be done
> before its in fully reusable state.

Well, you really don't have to that for this case. The gtk20 rpm should
include a Provides tag for what it contains. 

For instance for gtk20.spec, this would be:
Provides: gdk2 = %{version}
Provides: gdk-pixbuf2 = %{version}

and so on. This will be the clean solution. A transaction table is still
needed, but gobject-2.0 should not be converted into glib2, but instead
gobject2.

-- 
Roy




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]