osmith has submitted this change. ( 
https://gerrit.osmocom.org/c/libosmo-sccp/+/36727?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-sccp.spec.in
3 files changed, 11 insertions(+), 206 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 bece371..5a2cad4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,7 +9,6 @@
 EXTRA_DIST = \
             .version \
             README.md \
-            contrib/libosmo-sccp.spec.in \
             debian \
             git-version-gen \
             osmoappdesc.py \
diff --git a/configure.ac b/configure.ac
index 322a57a..115fe67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -206,6 +206,5 @@
     doc/manuals/Makefile
     contrib/Makefile
     contrib/systemd/Makefile
-    contrib/libosmo-sccp.spec
     Doxyfile
     Makefile)
diff --git a/contrib/libosmo-sccp.spec.in b/contrib/libosmo-sccp.spec.in
deleted file mode 100644
index 9d70874..0000000
--- a/contrib/libosmo-sccp.spec.in
+++ /dev/null
@@ -1,204 +0,0 @@
-#
-# spec file for package libosmo-sccp
-#
-# 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.
-
-# Avoid "E: lto-no-text-in-archive"
-# https://en.opensuse.org/openSUSE:LTO#Static_libraries
-%if 0%{?suse_version}
-%global _lto_cflags %{?_lto_cflags} -ffat-lto-objects
-%endif
-
-Name:           libosmo-sccp
-Version:        @VERSION@
-Release:        0
-Summary:        Osmocom library for the A-bis interface between BTS and BSC
-License:        AGPL-3.0-or-later AND GPL-2.0-or-later
-Group:          Hardware/Mobile
-URL:            https://osmocom.org/projects/libosmo-sccp
-Source:         %{name}-%{version}.tar.xz
-BuildRequires:  automake >= 1.6
-BuildRequires:  libtool >= 2
-BuildRequires:  lksctp-tools-devel
-BuildRequires:  pkgconfig >= 0.20
-%if 0%{?suse_version}
-BuildRequires:  systemd-rpm-macros
-%endif
-BuildRequires:  xz
-BuildRequires:  pkgconfig(libosmo-netif) >= 1.4.0
-BuildRequires:  pkgconfig(libosmocore) >= 1.9.0
-BuildRequires:  pkgconfig(libosmogsm) >= 1.9.0
-BuildRequires:  pkgconfig(libosmovty) >= 1.9.0
-%{?systemd_requires}
-
-%description
-SCCP is a network layer protocol that provides extended routing, flow
-control, segmentation, connection-orientation, and error correction
-facilities in Signaling System 7 telecommunications networks. SCCP is
-heavily used in cellular networks such as GSM.
-
-%package -n libosmo-mtp-devel
-Summary:        Development files for the Osmocom MTP library
-License:        GPL-2.0-or-later
-Group:          Development/Libraries/C and C++
-
-%description -n libosmo-mtp-devel
-MTP is part of SS7 used for communication in Public Switched
-Telephone Networks.
-
-This subpackage contains the development files for the Osmocom MTP
-library.
-
-%package -n libosmo-sccp-devel
-Summary:        Development files for the Osmocom SCCP library
-License:        GPL-2.0-or-later
-Group:          Development/Libraries/C and C++
-
-%description -n libosmo-sccp-devel
-SCCP is a network layer protocol that provides routing, flow control,
-segmentation, connection-orientation, and error correction facilities
-in SS7 telecommunications networks.
-
-This subpackage contains the development files for the Osmocom SCCP
-library.
-
-%package -n libosmo-sigtran9
-Summary:        Osmocom SIGTRAN library
-License:        GPL-2.0-or-later
-Group:          System/Libraries
-
-%description -n libosmo-sigtran9
-Osmocom implementation of (parts of) SIGTRAN.
-
-%package -n libosmo-sigtran-devel
-Summary:        Development files for the Osmocom sigtran library
-License:        GPL-2.0-or-later
-Group:          Development/Libraries/C and C++
-Requires:       libosmo-sigtran9 = %{version}
-
-%description -n libosmo-sigtran-devel
-Osmocom implementation of (parts of) SIGTRAN.
-
-This subpackage contains the development files for the Osmocom
-SIGTRAN library.
-
-%package -n libosmo-xua-devel
-Summary:        Development files for the Osmocom M2UA library
-License:        GPL-2.0-or-later
-Group:          Development/Libraries/C and C++
-Requires:       libosmo-sigtran-devel = %{version}
-
-%description -n libosmo-xua-devel
-M2UA provides an SCTP adaptation layer for MTP level 2 user messages
-and service interface across an IP network.
-
-This subpackage contains the development files for the Osmocom M2UA
-library.
-
-%package -n osmo-stp
-Summary:        Osmocom SIGTRAN STP (Signaling Transfer Point)
-License:        GPL-2.0-or-later
-Group:          Productivity/Telephony/Servers
-
-%description -n osmo-stp
-This is the Osmocom (Open Source Mobile Communications) implementation
-of a Signaling Transfer Point (STP) for SS7/SIGTRAN telecommunication
-networks. At this point it is a very minimal implementation, missing
-lots of the functionality usually present in a STP, such as Global Title
-Routing, Global Title Translation.
-
-%prep
-%setup -q
-
-%build
-echo "%{version}" >.tarball-version
-autoreconf -fiv
-%configure \
-    --enable-shared \
-    --includedir="%{_includedir}/%{name}" \
-    --docdir="%{_docdir}/%{name}" \
-    --with-systemdsystemunitdir=%{_unitdir}
-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-sigtran9 -p /sbin/ldconfig
-%postun -n libosmo-sigtran9 -p /sbin/ldconfig
-%if 0%{?suse_version}
-%preun  -n osmo-stp %service_del_preun osmo-stp.service
-%postun -n osmo-stp %service_del_postun osmo-stp.service
-%endif
-%pre    -n osmo-stp
-getent group osmocom >/dev/null || groupadd --system osmocom
-getent passwd osmocom >/dev/null || useradd --system --gid osmocom --home-dir 
/var/lib/osmocom \
-                                            --shell /sbin/nologin --comment 
"Open Source Mobile Communications" osmocom
-%if 0%{?suse_version}
-%service_add_pre osmo-stp.service
-%endif
-
-%post   -n osmo-stp
-%if 0%{?suse_version}
-%service_add_post osmo-stp.service
-%endif
-chown osmocom:osmocom /etc/osmocom/osmo-stp.cfg
-chmod 0660 /etc/osmocom/osmo-stp.cfg
-chown root:osmocom /etc/osmocom
-chmod 2775 /etc/osmocom
-mkdir -p /var/lib/osmocom
-chown -R osmocom:osmocom /var/lib/osmocom
-
-%files -n libosmo-mtp-devel
-%dir %{_includedir}/%{name}
-%dir %{_includedir}/%{name}/osmocom
-%{_includedir}/%{name}/osmocom/mtp/
-%{_libdir}/libmtp.a
-%{_libdir}/pkgconfig/libosmo-mtp.pc
-
-%files -n libosmo-sccp-devel
-%dir %{_includedir}/%{name}
-%dir %{_includedir}/%{name}/osmocom
-%{_includedir}/%{name}/osmocom/sccp/
-%{_libdir}/libsccp.a
-%{_libdir}/pkgconfig/libosmo-sccp.pc
-
-%files -n libosmo-sigtran9
-%{_libdir}/libosmo-sigtran.so.9*
-
-%files -n libosmo-sigtran-devel
-%dir %{_includedir}/%{name}
-%dir %{_includedir}/%{name}/osmocom
-%{_includedir}/%{name}/osmocom/sigtran
-%{_libdir}/libosmo-sigtran.so
-%{_libdir}/libosmo-sigtran.a
-%{_libdir}/pkgconfig/libosmo-sigtran.pc
-
-%files -n libosmo-xua-devel
-%{_libdir}/libxua.a
-%{_libdir}/pkgconfig/libosmo-xua.pc
-
-%files -n osmo-stp
-%{_bindir}/osmo-stp
-%dir %{_sysconfdir}/osmocom
-%config(noreplace) %{_sysconfdir}/osmocom/osmo-stp.cfg
-%{_unitdir}/osmo-stp.service
-%dir %{_docdir}/%{name}
-%dir %{_docdir}/%{name}/examples
-%dir %{_docdir}/%{name}/examples/osmo-stp
-%{_docdir}/%{name}/examples/osmo-stp/osmo-stp.cfg
-%{_docdir}/%{name}/examples/osmo-stp/osmo-stp-multihome.cfg
-
-%changelog

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

Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: Iff549b7695512c76514ed8915c4807c455e2bdcc
Gerrit-Change-Number: 36727
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osm...@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <lafo...@osmocom.org>
Gerrit-Reviewer: osmith <osm...@sysmocom.de>
Gerrit-Reviewer: pespin <pes...@sysmocom.de>
Gerrit-MessageType: merged

Reply via email to