aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/libgtpnl.spec.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/libgtpnl.spec.in b/contrib/libgtpnl.spec.in
index 8453612..0399d5d 100644
--- a/contrib/libgtpnl.spec.in
+++ b/contrib/libgtpnl.spec.in
@@ -51,6 +51,18 @@ Linux kernel into a C API.
This subpackage contains libraries and header files for developing
applications that want to make use of libgtpnl.
+%package tools
+Summary: Libgtpnl user tools
+License: GPL-2.0-or-later AND LGPL-2.1-or-later
+Group: Applications/System
+Requires: libgtpnl0 = %{version}
+
+%description tools
+libgtpnl wraps the genetlink-based GPRS tunnel configuration of the
+Linux kernel into a C API.
+
+This subpackage contains sample tools to manage gtp interfaces and tunnels.
+
%prep
%setup -q
@@ -79,4 +91,8 @@ make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)
%{_libdir}/libgtpnl.so
%{_libdir}/pkgconfig/*.pc
+%files tools
+%{_bindir}/gtp-link
+%{_bindir}/gtp-tunnel
+
%changelog