[Bug 193632] Review Request: tkdnd

bugzilla at redhat.com bugzilla at redhat.com
Fri Jun 2 16:07:57 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 wart at kobold.org  2006-06-02 12:00 EST -------
Almost there...

It seems that there is a hardcoded "../lib/" path in the Makefile that still
breaks on x86_64 during make install.  Since this package only really installs 3
files, it's probably easier to just drop all of these install-file sed commands
and install everything by hand.  Here's what I did in %install to do this:

%install
cd unix
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/%{name}-%{version}
install -p -m 0755 ../lib/tkdnd/*.so $RPM_BUILD_ROOT/%{_libdir}/%{name}-%{version}
install -p -m 0644 ../lib/tkdnd/*.tcl $RPM_BUILD_ROOT/%{_libdir}/%{name}-%{version}

Note that I added %{version} to the installed directory name, just in case you
ever want to have multiple versions installed at the same time.  The %files
section will have to be updated accordingly.  You can also drop the sed command
on mkIndex.tcl, since it won't be needed anymore.

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