On 1 Feb 2002, Guillaume Cottenceau wrote: > Paolo Pedroni <[EMAIL PROTECTED]> writes: > [......] > In the RPM system, each package provides: > > - (automatically) all the libraries contained in the filelist > - (automatically) the package name with a versioning equals to > %version-%release > - all the explicit Provides: tag you may want to add in your > specfile > > These two packages are perfectly regular to my eyes. > > [gc@bi ~] rpm -qp --provides /contrib/RPMS/libgtk+extra0-0.99.17-2mdk.i586.rpm > libgtkextra-0.99.so.17 > libgtk+extra0 = 0.99.17-2mdk ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
What Paolo is referring to is the latter entry, it should be: Provides: libgtk+extra = 0.99.17-2mdk instead of libgtk+extra0 = blah Abel > > > [gc@bi ~] grep ^Provides: SPECS/gtk+extra.spec > Provides: libgtk+extra-devel > > [gc@bi ~] rpm -qp --provides /contrib/RPMS/libgtk+extra0-devel-0.99.17-2mdk.i586.rpm > libgtk+extra-devel > libgtk+extra0-devel = 0.99.17-2mdk > > > >
