File osmo-v5.spec of Package osmo-v5
#
# spec file for package osmo-v5
#
# Copyright (c) 2024, 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.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: osmo-v5
Version: 0~git20250821
Release: 0
Summary: An open source implementation of the LE (Local Exchange) side of the ETSI/ITU V5 interface
License: GPL-3.0-or-later
Group: Productivity/Telephony/Servers
URL: https://osmocom.org/projects/retronetworking/wiki/Osmo-v5
#Git-Clone: https://gitea.osmocom.org/retronetworking/osmo-v5.git
Source: %{name}-%{version}.tar.xz
Patch0: x.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkgconfig(libosmocore) >= 1.8.0
BuildRequires: pkgconfig(libosmovty) >= 1.8.0
BuildRequires: pkgconfig(libosmogsm) >= 1.8.0
BuildRequires: pkgconfig(libosmoctrl) >= 1.8.0
BuildRequires: pkgconfig(libosmoisdn) >= 1.8.0
BuildRequires: pkgconfig(libosmoabis) >= 1.3.0
%description
An open source implementation of the LE (Local Exchange) side of the
ETSI/ITU V5 interface, in order to talk to Access Multiplexers (AN),
such as Nokia EKSOS, DeTeWe ALIAN, etc.
%prep
%setup -q
%autopatch -p1
%build
echo "%{version}" >.tarball-version
autoreconf -fi
%configure
%make_build
%install
%make_install
%check
%make_build check
%files
#%%license LICENSE
%doc README.md
%{_bindir}/osmo-v5-le
%changelog