contrib: remove rpm spec file

Related: https://osmocom.org/news/255
Related: OS#6446
Change-Id: I0cc8d753b26648efa7c9fb5798f7c4227c328547
diff --git a/Makefile.am b/Makefile.am
index 12e9a22..311faf4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,7 @@
 	$(NULL)
 
 BUILT_SOURCES = $(top_srcdir)/.version
-EXTRA_DIST = git-version-gen .version contrib/osmo-uecups.spec.in
+EXTRA_DIST = git-version-gen .version
 
 @RELMAKE@
 
diff --git a/configure.ac b/configure.ac
index bf3530f..6fd8824 100644
--- a/configure.ac
+++ b/configure.ac
@@ -109,5 +109,4 @@
         daemon/Makefile
 	doc/Makefile
 	doc/examples/Makefile
-	contrib/osmo-uecups.spec
         )
diff --git a/contrib/osmo-uecups.spec.in b/contrib/osmo-uecups.spec.in
deleted file mode 100644
index 9e970fe..0000000
--- a/contrib/osmo-uecups.spec.in
+++ /dev/null
@@ -1,83 +0,0 @@
-#
-# spec file for package osmo-uecups
-#
-# Copyright (c) 2020, Martin Hauke <mardnh@gmx.de>
-#
-# 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:           osmo-uecups
-Version:        @VERSION@
-Release:        0
-Summary:        OsmoUECUPS: UE/MME/SGW side GTP user plane daemon with control plane separation
-License:        GPL-2.0-or-later
-Group:          Productivity/Telephony/Utilities
-URL:            https://osmocom.org/projects/osmo-uecups
-Source:         %{name}-%{version}.tar.xz
-BuildRequires:  autoconf
-BuildRequires:  autoconf-archive
-BuildRequires:  automake
-BuildRequires:  libtool
-BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(libosmocore) >= 1.9.0
-BuildRequires:  pkgconfig(libosmovty) >= 1.9.0
-BuildRequires:  pkgconfig(libosmo-netif) >= 1.4.0
-BuildRequires:  pkgconfig(jansson)
-BuildRequires:  pkgconfig(libnl-route-3.0)
-BuildRequires:  lksctp-tools-devel
-#BuildRequires:  systemd-rpm-macros
-
-%description
-OsmoUECUPS: UE/MME/SGW side GTP user plane daemon with control plane
-separation.
-
-%prep
-%setup -q
-
-%build
-echo "%{version}" >.tarball-version
-autoreconf -fiv
-%configure \
-  --docdir="%{_docdir}/%{name}" \
-  --with-systemdsystemunitdir=%{_unitdir}
-make %{?_smp_mflags}
-
-%install
-%make_install
-
-%check
-### FIXME - no checks atm
-#make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)
-
-### FIXME - no service file atm
-#%%preun
-#%%service_del_preun %{name}.service
-#%
-#%%postun
-#%%service_del_postun %{name}.service
-#%
-#%%pre
-#%%service_add_pre %{name}.service
-#%
-#%%post
-#%%service_add_post %{name}.service
-
-%files
-### FIXME - no licence files included atm
-#%%license XXX
-%doc README.md
-%dir %{_docdir}/%{name}
-%dir %{_docdir}/%{name}/examples
-%{_docdir}/%{name}/examples/osmo-uecups-daemon.cfg
-%{_bindir}/osmo-uecups-daemon
-%dir %{_sysconfdir}/osmocom
-%config(noreplace) %{_sysconfdir}/osmocom/osmo-uecups-daemon.cfg
-#%%{_unitdir}/osmo-uecups.service
-
-%changelog