Warly <[EMAIL PROTECTED]> writes:

> Daouda LO <[EMAIL PROTECTED]> writes:
> 

[...]

> > That's because of bad libification i think. 
> > libgtk+mdk0.1_6 should provide gtk+mdk0.1_6 which is explicitely required 
> > in rpmdrake.spec.
> 
> package must not require specific lib, it is done by rpm find-requires

you don't get the point. I just stated that as gtk+mdk0.1.6 is required *explicitely*
in rpmdrake.spec (see below). Install will fail because nothing provides it. cqfd.

[daouda@ke SPECS]$ cat rpmdrake.spec |head -20
%define name rpmdrake
%define version 1.3
%define release 68mdk

Name: %{name}
Version: %{version}
Release: %{release}
License: GPL
Source0: %{name}-%{version}.tar.bz2
Summary: A graphical front end for installing packages
Requires: urpmi >= 1.3-36mdk, usermode >= 1.37-3mdk, gtk+mdk0.1_6, curl-lib, grpmi >= 
8.0-9mdk
                                                     ^^^^^^^^^^^^^
                                                 This is the source of the problem. 
[...]

[daouda@ke SPECS]$ 

Reply via email to