From 5b996fe8cdf209522326355b1d5d4406195ab5b4 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 17 Aug 2022 01:30:12 +0200 Subject: RPM: fix configure and typo "gltv" in .spec.in Change-Id: Ideff7942a3250fa6541cfa6252a1c2927afdfc45 --- contrib/libosmo-pfcp.spec.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'contrib/libosmo-pfcp.spec.in') diff --git a/contrib/libosmo-pfcp.spec.in b/contrib/libosmo-pfcp.spec.in index 9e2c06a..286a644 100644 --- a/contrib/libosmo-pfcp.spec.in +++ b/contrib/libosmo-pfcp.spec.in @@ -71,7 +71,8 @@ contains the files for compiling a program using this library. %build echo "%{version}" >.tarball-version autoreconf -fi -%configure +%configure \ + --includedir="%_includedir/%name" make %{?_smp_mflags} %install @@ -87,7 +88,7 @@ make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +) %postun -n libosmo-pfcp0 -p /sbin/ldconfig %files -n libosmo-gtlv0 -%{_libdir}/libosmo-gltv.so.0* +%{_libdir}/libosmo-gtlv.so.0* %files -n libosmo-gtlv-devel %dir %{_includedir}/%{name} -- cgit v1.2.3