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}
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-pfcp/+/29115
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-pfcp
Gerrit-Branch: master
Gerrit-Change-Id: Ideff7942a3250fa6541cfa6252a1c2927afdfc45
Gerrit-Change-Number: 29115
Gerrit-PatchSet: 2
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: merged