forked from pool/libgtpnl
- Update to release 1.2.2
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libgtpnl?expand=0&rev=16
This commit is contained in:
parent
b2ea2e73cd
commit
523aae15af
3
1.2.2.tar.gz
Normal file
3
1.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c1d05d4593342f17a2e81a500470fa95bb0860904ff84b6a4086ce8229624e5b
|
||||
size 29850
|
13
_service
13
_service
@ -1,13 +0,0 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://git.osmocom.org/libgtpnl</param>
|
||||
<param name="revision">1.2.1</param>
|
||||
<param name="versionformat">1.2.1</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
</services>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb3e2217c6f0f31ae3765fb8978b2de3613acf40e5b438e9146407349d42b399
|
||||
size 25252
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 14 21:09:22 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.2.2
|
||||
* install gtp-tunnel and gtp-link tools
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 11:50:34 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libgtpnl
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,17 +17,16 @@
|
||||
|
||||
|
||||
Name: libgtpnl
|
||||
Version: 1.2.1
|
||||
Version: 1.2.2
|
||||
Release: 0
|
||||
Summary: GPRS tunnel configuration library
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://osmocom.org/projects/linux-kernel-gtp-u/wiki
|
||||
|
||||
Source: %name-%version.tar.xz
|
||||
Source: https://github.com/osmocom/libgtpnl/archive/%version.tar.gz
|
||||
BuildRequires: libtool >= 2
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(libmnl) >= 1.0.0
|
||||
|
||||
%description
|
||||
@ -56,6 +55,14 @@ 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: GTP tunnel configuration utilities
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Group: Productivity/Networking/Routing
|
||||
|
||||
%description tools
|
||||
Utilities to configure GTP tunnels.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
@ -85,4 +92,7 @@ rm -f "%buildroot/%_libdir"/*.la
|
||||
%_libdir/libgtpnl.so
|
||||
%_libdir/pkgconfig/*.pc
|
||||
|
||||
%files tools
|
||||
%_bindir/gtp-*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user