osmith has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-pfcp/+/29115 )
Change subject: RPM: fix configure and typo "gltv" in .spec.in ......................................................................
RPM: fix configure and typo "gltv" in .spec.in
Change-Id: Ideff7942a3250fa6541cfa6252a1c2927afdfc45 --- M contrib/libosmo-pfcp.spec.in 1 file changed, 3 insertions(+), 2 deletions(-)
Approvals: laforge: Looks good to me, approved neels: Looks good to me, approved osmith: Looks good to me, approved Jenkins Builder: Verified
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 @@ %build echo "%{version}" >.tarball-version autoreconf -fi -%configure +%configure \ + --includedir="%_includedir/%name" make %{?_smp_mflags}
%install @@ -87,7 +88,7 @@ %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}