neels has uploaded this change for review.

View Change

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(-)

git pull ssh://gerrit.osmocom.org:29418/libosmo-pfcp refs/changes/15/29115/1
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: 1
Gerrit-Owner: neels <nhofmeyr@sysmocom.de>
Gerrit-MessageType: newchange