1 Jun 2006 01:09
[Bug 193632] Review Request: tkdnd
<bugzilla <at> redhat.com>
2006-05-31 23:09:32 GMT
2006-05-31 23:09:32 GMT
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 wart <at> kobold.org 2006-05-31 19:01 EST ------- The --libdir argument to configure is necessary due to a poorly written mkIndex.tcl script. In addition, upstream seems to have decided to include a prebuilt dll file in the source tarball. Naughty upstream! If you remove the lib/tkdnd/*.dll in %prep and use the sed script below in %build, then you don't need to pass --libdir in %configure. This addresses the problem directly instead of indirectly through --libdir. %{__sed} -i -e 's#libtkdnd.dll ##' \ -e "s#^set libdir.*#set libdir $RPM_BUILD_ROOT%{_libdir}#" \ mkIndex.tcl.in You should also pass DESTDIR to make install: make install DESTDIR=$RPM_BUILD_ROOT INSTALL_DATA="install -p" -- -- 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.
RSS Feed