[Bug 193632] Review Request: tkdnd

bugzilla at redhat.com bugzilla at redhat.com
Wed May 31 09:31:58 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: tkdnd


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





------- Additional Comments From paul at city-fan.org  2006-05-31 05:24 EST -------
(In reply to comment #0)
> Spec URL: http://amsn.hoentjen.eu/download/tkdnd.spec
> SRPM URL: http://amsn.hoentjen.eu/download/tkdnd-1.0a2-1.src.rpm
> Description: Tk extension that adds native drag & drop capabilities
> 
> I currently have an rpmlint error:
> W: tkdnd unstripped-binary-or-object /usr/lib/tkdnd/libtkdnd.so

The problem is caused by the .so file being installed without executable
permissions.

> How can I fix this?

Use:
make install INSTALL_DATA="install -p"
instead of just:
make install
which uses a default for INSTALL_DATA of "/usr/bin/install -c -m 644"

BuildReq tcl-devel isn't needed here because tk-devel depends on it by the way.


-- 
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