osmith has submitted this change. ( 
https://gerrit.osmocom.org/c/libosmo-pfcp/+/36726?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: Iff549b7695512c76514ed8915c4807c455e2bdcc
---
M Makefile.am
M configure.ac
D contrib/libosmo-pfcp.spec.in
3 files changed, 11 insertions(+), 114 deletions(-)

Approvals:
  laforge: Looks good to me, but someone else must approve
  pespin: Looks good to me, approved
  Jenkins Builder: Verified




diff --git a/Makefile.am b/Makefile.am
index 626aaf4..a04a301 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,6 @@
 BUILT_SOURCES = $(top_srcdir)/.version
 EXTRA_DIST = \
             .version \
-            contrib/libosmo-pfcp.spec.in \
             debian \
             git-version-gen \
             $(NULL)
diff --git a/configure.ac b/configure.ac
index 6775969..ba99cb0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -85,7 +85,6 @@
 AC_CONFIG_FILES([
     libosmo-gtlv.pc
     libosmo-pfcp.pc
-    contrib/libosmo-pfcp.spec
     include/Makefile
     include/osmocom/Makefile
     include/osmocom/gtlv/Makefile
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

--
To view, visit https://gerrit.osmocom.org/c/libosmo-pfcp/+/36726?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-pfcp
Gerrit-Branch: master
Gerrit-Change-Id: Iff549b7695512c76514ed8915c4807c455e2bdcc
Gerrit-Change-Number: 36726
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to