aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libosmo-pfcp.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libosmo-pfcp.spec.in')
-rw-r--r--contrib/libosmo-pfcp.spec.in112
1 files changed, 0 insertions, 112 deletions
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