osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libgtpnl/+/36722?usp=email )
Change subject: contrib: remove rpm spec file ......................................................................
contrib: remove rpm spec file
Related: https://osmocom.org/news/255 Related: OS#6446 Change-Id: Idca6e77cb94529d4a5d85b004989db5b8993a82c --- M configure.ac D contrib/libgtpnl.spec.in 2 files changed, 11 insertions(+), 99 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libgtpnl refs/changes/22/36722/1
diff --git a/configure.ac b/configure.ac index b846c8c..1628bc8 100644 --- a/configure.ac +++ b/configure.ac @@ -89,7 +89,6 @@ AC_SUBST([CFLAGS]) AC_CONFIG_FILES([ Makefile - contrib/libgtpnl.spec include/Makefile include/libgtpnl/Makefile include/linux/Makefile diff --git a/contrib/libgtpnl.spec.in b/contrib/libgtpnl.spec.in deleted file mode 100644 index 0399d5d..0000000 --- a/contrib/libgtpnl.spec.in +++ /dev/null @@ -1,98 +0,0 @@ -# -# spec file for package libgtpnl -# -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -Name: libgtpnl -Version: @VERSION@ -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 -BuildRequires: libtool >= 2 -BuildRequires: pkgconfig -BuildRequires: xz -BuildRequires: pkgconfig(libmnl) >= 1.0.0 - -%description -libgtpnl wraps the genetlink-based GPRS tunnel configuration of the -Linux kernel into a C API. - -%package -n libgtpnl0 -Summary: GPRS tunnel configuration library -License: LGPL-2.1-or-later -Group: System/Libraries - -%description -n libgtpnl0 -libgtpnl wraps the genetlink-based GPRS tunnel configuration of the -Linux kernel into a C API. - -%package devel -Summary: Development files for the GPRS tunnel config library -License: GPL-2.0-or-later AND LGPL-2.1-or-later -Group: Development/Libraries/C and C++ -Requires: libgtpnl0 = %{version} - -%description devel -libgtpnl wraps the genetlink-based GPRS tunnel configuration of the -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 - -%build -echo "%{version}" >.tarball-version -autoreconf -fi -%configure --includedir="%{_includedir}/%{name}" -make %{?_smp_mflags} - -%install -%make_install -find %{buildroot} -type f -name "*.la" -delete -print - -%check -make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +) - -%post -n libgtpnl0 -p /sbin/ldconfig -%postun -n libgtpnl0 -p /sbin/ldconfig - -%files -n libgtpnl0 -%{_libdir}/libgtpnl.so.0* - -%files devel -%license COPYING -%{_includedir}/libgtpnl/ -%{_libdir}/libgtpnl.so -%{_libdir}/pkgconfig/*.pc - -%files tools -%{_bindir}/gtp-link -%{_bindir}/gtp-tunnel - -%changelog