]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: package .pc files for mingw64
authorEric Blake <eblake@redhat.com>
Wed, 9 Jul 2014 22:45:15 +0000 (16:45 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 9 Jul 2014 22:45:15 +0000 (16:45 -0600)
commitddf6b139cfebee4193bf6f0b13c995a182d7bc35
tree63f0f46fb9e21da66bd733161f49aa87a3a9ea45
parent0c33633fe5222fcc0dd2106562e28e354123a2d6
build: package .pc files for mingw64

Commit 65d8c92a fixed the mingw spec file for 32-bit builds,
but forgot to make the adjustment for 64-bit builds:

Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/eblake/rpmbuild/BUILDROOT/mingw-libvirt-1.2.7-1.fc20.eblake1404944503.x86_64
error: Installed (but unpackaged) file(s) found:
   /usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/libvirt-lxc.pc
   /usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/libvirt-qemu.pc

* mingw-libvirt.spec.in (%files): List missing .pc files.

Signed-off-by: Eric Blake <eblake@redhat.com>
mingw-libvirt.spec.in