Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: katapult
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=196262
------- Additional Comments From cgoorah@yahoo.com.au 2006-06-22 08:21 EST ------- Sorry, URL fixed
though I have a problem with included -devel inside my spec file.
from http://beta.glwb.info/katapult/katapult.spec Im having rpmlint -i katapult-0.3.1.3-1.i386.rpm W: katapult devel-file-in-non-devel-package /usr/lib/libkatapult.so A development file (usually source code) is located in a non-devel package. If you want to include source code in your package, be sure to create a development package.
W: katapult devel-file-in-non-devel-package /usr/lib/libkatapultdisplay.so A development file (usually source code) is located in a non-devel package. If you want to include source code in your package, be sure to create a development package.
W: katapult devel-file-in-non-devel-package /usr/lib/libkatapultcatalog.so A development file (usually source code) is located in a non-devel package. If you want to include source code in your package, be sure to create a development package.
So I modified as required http://beta.glwb.info/katapult/katapult_.spec
during installation, I fell on root(i386)[0]$rpm -ivh katapult-* error: Failed dependencies: katapult-devel-0.3.1.3 is needed by katapult-0.3.1.3-1.i386 libkatapult.so.0 is needed by katapult-0.3.1.3-1.i386 libkatapultcatalog.so.0 is needed by katapult-0.3.1.3-1.i386 libkatapultdisplay.so.0 is needed by katapult-0.3.1.3-1.i386
the katapult package needs %{_libdir}/lib%{name}.so %{_libdir}/lib%{name}catalog.so %{_libdir}/lib%{name}display.so to install but rpmlint wants me to put them in -devel package
how can I ask katapult to pull katapult-devel as dependency ?