rawhide report: 20060304 changes

Ralf Corsepius rc040203 at freenet.de
Sat Mar 4 08:39:38 UTC 2006


On Sat, 2006-03-04 at 03:19 -0500, Build System wrote:

> xorg-x11-xbitmaps-1.0.1-3
> -------------------------
> * Thu Mar 02 2006 Mike A. Harris <mharris at redhat.com> 1.0.1-3
> - Made package arch specific due to pkgconfig files being placed in lib64
>   if the noarch packages manage to get built on x86_64/ppc64/s390x.

What?

Fix the toplevel Makefile.am to install the pkgconfig file to $datadir
instead of libdir:

-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(datadir)/pkgconfig

That's what other noarch packages do.


Alternatively, fix your spec to use

%configure --libdir=%_datadir
...
%_datadir/share/pkgconfig/*.pc



Ralf





More information about the fedora-devel-list mailing list