From 1ffb0b7abde9db325021c6561c0dd439dd042569 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 8 May 2024 14:40:55 +0200 Subject: contrib: remove rpm spec file Related: https://osmocom.org/news/255 Related: OS#6446 Change-Id: Iff549b7695512c76514ed8915c4807c455e2bdcc --- contrib/libosmo-pfcp.spec.in | 112 ------------------------------------------- 1 file changed, 112 deletions(-) delete mode 100644 contrib/libosmo-pfcp.spec.in (limited to 'contrib/libosmo-pfcp.spec.in') diff --git a/contrib/libosmo-pfcp.spec.in b/contrib/libosmo-pfcp.spec.in deleted file mode 100644 index 86dfee7..0000000 --- a/contrib/libosmo-pfcp.spec.in +++ /dev/null @@ -1,112 +0,0 @@ -Name: libosmo-pfcp -Version: @VERSION@ -Release: 0 -Summary: PFCP protocol encoding, decoding and endpoint implementation -License: GPL-2.0-or-later -Group: Hardware/Mobile -URL: https://osmocom.org/projects/libosmo-pfcp -Source: %{name}-%{version}.tar.xz -BuildRequires: autoconf-archive -BuildRequires: automake >= 1.9 -BuildRequires: libtool >= 2 -BuildRequires: lksctp-tools-devel -BuildRequires: pkgconfig >= 0.20 -BuildRequires: pkgconfig(libosmocore) >= 1.9.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.9.0 -BuildRequires: pkgconfig(talloc) - -%description -Description: Osmocom PFCP protocol implementation (metapackage) - -Install Osmocom PFCP and generic TLV protocol libraries. -libosmo-gtlv and libosmo-pfcp - - -%package -n libosmo-gtlv1 -Summary: Generic TLV and TLIV protocol support -License: GPL-2.0-or-later -Group: System/Libraries - -%description -n libosmo-gtlv1 -Decoding, encoding and logging of protocols using a Tag-Length-Value and/or -Tag-Length-Instance-Value structure. - - -%package -n libosmo-gtlv-devel -Summary: Development files for libosmo-pfcp -License: GPL-2.0-or-later -Group: Development/Libraries/C and C++ -Requires: libosmo-gtlv1 = %{version} - -%description -n libosmo-gtlv-devel -libosmo-pfcp implements decoding, encoding and endpoint implementation of the -Packet Forwarding Control Protocol (3GPP TS 29.244). This package in particular -contains the files for compiling a program using this library. - - -%package -n libosmo-pfcp0 -Summary: PFCP protocol support -License: GPL-2.0-or-later -Group: System/Libraries - -%description -n libosmo-pfcp0 -PFCP protocol support: Decoding, encoding and endpoint implementation of the -Packet Forwarding Control Protocol (3GPP TS 29.244). - - -%package -n libosmo-pfcp-devel -Summary: Development files for libosmo-pfcp -License: GPL-2.0-or-later -Group: Development/Libraries/C and C++ -Requires: libosmo-pfcp0 = %{version} - -%description -n libosmo-pfcp-devel -libosmo-pfcp implements decoding, encoding and endpoint implementation of the -Packet Forwarding Control Protocol (3GPP TS 29.244). This package in particular -contains the files for compiling a program using this library. - - -%prep -%setup -q - -%build -echo "%{version}" >.tarball-version -autoreconf -fi -%configure \ - --disable-static \ - --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 libosmo-gtlv1 -p /sbin/ldconfig -%postun -n libosmo-gtlv1 -p /sbin/ldconfig -%post -n libosmo-pfcp0 -p /sbin/ldconfig -%postun -n libosmo-pfcp0 -p /sbin/ldconfig - -%files -n libosmo-gtlv1 -%{_libdir}/libosmo-gtlv.so.1* - -%files -n libosmo-gtlv-devel -%dir %{_includedir}/%{name} -%dir %{_includedir}/%{name}/osmocom -%{_includedir}/%{name}/osmocom/gtlv -%{_libdir}/libosmo-gtlv.so -%{_libdir}/pkgconfig/libosmo-gtlv.pc - -%files -n libosmo-pfcp0 -%{_libdir}/libosmo-pfcp.so.0* - -%files -n libosmo-pfcp-devel -%dir %{_includedir}/%{name} -%dir %{_includedir}/%{name}/osmocom -%{_includedir}/%{name}/osmocom/pfcp -%{_libdir}/libosmo-pfcp.so -%{_libdir}/pkgconfig/libosmo-pfcp.pc - -%changelog -- cgit v1.2.3