[Bug 184331] Review Request: K-3D - 3D modeling and rendering system

bugzilla at redhat.com bugzilla at redhat.com
Wed Jul 26 21:18:37 UTC 2006


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: K-3D - 3D modeling and rendering system


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=184331





------- Additional Comments From paul at all-the-johnsons.co.uk  2006-07-26 17:09 EST -------
Comments:

%post
/sbin/ldconfig

You don't have ldconfig in the requires. You can get around this with 

%post -p /sbin/ldconfig

%{_libdir}/*.so.*

Not overly happy with this. If the package is generating some libs which all
start with a common name (such a libfoo), then the libdir entry can be changed
to libfoo*.so.*

The same applies for the regex. Having %bindir/k3d* is enough (though you will
need %exclude %{_bindir}/k3d-config

I'm slightly confused by

%{_libdir}/*.so.*
%{_libdir}/k3d

Is the application putting libraries into both libdir and libdir/k3d?

In the -devel you have

%{_libdir}/*.so

As before, can you alter this to be a real name?

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list