[Bug 489014] Review Request: gnome-do-plugins - Plugins for Gnome Do

bugzilla at redhat.com bugzilla at redhat.com
Thu Jun 25 15:39:06 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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





--- Comment #28 from Juan Manuel Rodriguez <nushio at fedoraproject.org>  2009-06-25 11:39:02 EDT ---
Hey Paul, Toshio helped me find the error in the package. 

The package flickrnet has a flickrnet.pc file and on the first line, it uses
libdir=/usr/lib/
instead of
libdir=@LIBDIR@

This is the reason why it won't find lib64. To fix it, on the flickrnet.spec,
we do 
sed -i 's|@LIBDIR@|%_libdir|g' %{SOURCE1}

in the %prep section, after %patch0 -p1. 

I'll attach the patch.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list