Actual results: /usr/local/lib/pkgconfig/gnome-keyring-sharp-1.0.pc Expected results: /usr/lib/pkgconfig/gnome-keyring-sharp-1.0.pc Additional info: As var as I can tell, all other gnome mono libs are using /usr as the prefix instead of /usr/local, and Fedora doesn't search /usr/local/lib/pkgconfig by default, making it more work to compile projects using this library.
Created attachment 314633 [details] Proposed prefix change
Not sure what the problem is here. %configure expands to ./configure --prefix=/usr ... . I have checked both i386 and x86_64 builds of gnome-keyring-sharp and they all install files in the correct places (/usr/lib for i386, /usr/lib64 for x86_64). Could you elaborate more about how you end up with /usr/local/lib ?
This happened in my mock for some reason.. I see the file is actually in the place I requested in the package, so it must be something screwy on my end, and now I can't duplicate the problem. Sorry about that.