[Spice-devel] [spice-streaming-agent 3/6] build: Install .pc file to ${libdir}, not ${sharedir}
Christophe Fergeau
cfergeau at redhat.com
Wed Nov 8 13:17:02 UTC 2017
The .pc file defines a plugin installation location, which will be arch
dependent, so the .pc file belongs in this arch ${libdir}, not in the
'noarch' ${sharedir}
Acked-by: Frediano Ziglio <fziglio at redhat.com>
---
Makefile.am | 2 +-
spice-streaming-agent.spec.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 52a8acf..baa9835 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,7 @@ xdgautostart_DATA = $(top_srcdir)/data/spice-streaming.desktop
gdmautostartdir = $(datadir)/gdm/greeter/autostart
gdmautostart_DATA = $(top_srcdir)/data/spice-streaming.desktop
-pkgconfigdir = $(datadir)/pkgconfig
+pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = spice-streaming-agent.pc
EXTRA_DIST = \
diff --git a/spice-streaming-agent.spec.in b/spice-streaming-agent.spec.in
index 2fefe7c..e472c32 100644
--- a/spice-streaming-agent.spec.in
+++ b/spice-streaming-agent.spec.in
@@ -57,7 +57,7 @@ fi
%files devel
%defattr(-,root,root,-)
%{_includedir}
-%{_datadir}/pkgconfig
+%{_libdir}/pkgconfig
%changelog
* Wed Aug 16 2017 Frediano Ziglio <fziglio at redhat.com>
--
2.13.6
More information about the Spice-devel
mailing list