osmith submitted this change.

View Change

Approvals: laforge: Looks good to me, approved neels: Looks good to me, approved osmith: Looks good to me, approved Jenkins Builder: Verified
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(-)

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}

To view, visit change 29115. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmo-pfcp
Gerrit-Branch: master
Gerrit-Change-Id: Ideff7942a3250fa6541cfa6252a1c2927afdfc45
Gerrit-Change-Number: 29115
Gerrit-PatchSet: 2
Gerrit-Owner: neels <nhofmeyr@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-MessageType: merged