- Add missing BuildRequires on python
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosmocore?expand=0&rev=53
This commit is contained in:
parent
d99f2ee9f2
commit
f57618ee76
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 14 10:20:00 UTC 2018 - jengelh@inai.de
|
||||
|
||||
- Add missing BuildRequires on python
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 27 20:10:30 UTC 2017 - jengelh@inai.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libosmocore
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@ -22,7 +22,7 @@ Name: libosmocore
|
||||
Version: 0.10.2
|
||||
Release: 0
|
||||
Summary: The Open Source Mobile Communications Core Library
|
||||
License: GPL-2.0 and GPL-2.0+ and LGPL-2.1+ and AGPL-3.0+
|
||||
License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND AGPL-3.0-or-later
|
||||
Group: Productivity/Telephony/Utilities
|
||||
Url: https://osmocom.org/projects/libosmocore/wiki/Libosmocore
|
||||
|
||||
@ -32,6 +32,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: automake >= 1.6
|
||||
BuildRequires: libtool >= 2
|
||||
BuildRequires: pkg-config >= 0.20
|
||||
BuildRequires: python
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(libpcsclite)
|
||||
BuildRequires: pkgconfig(talloc) >= 2.0.1
|
||||
@ -47,7 +48,7 @@ between OsmocomBB and OpenBSC to avoid code duplication.
|
||||
|
||||
%package tools
|
||||
Summary: GSM utilities from the osmocore project
|
||||
License: GPL-2.0 and GPL-2.0+ and LGPL-3.0+ and AGPL-3.0+
|
||||
License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-3.0-or-later AND AGPL-3.0-or-later
|
||||
Group: Productivity/Telephony/Utilities
|
||||
Provides: %name-utils = %version-%release
|
||||
|
||||
@ -61,7 +62,7 @@ for testing GSM authentication.
|
||||
|
||||
%package -n libosmocodec0
|
||||
Summary: GSM 06.10, 06.20, 06.60, 06.90 codec library
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libosmocodec0
|
||||
@ -75,7 +76,7 @@ GSM codecs:
|
||||
|
||||
%package -n libosmocodec-devel
|
||||
Summary: Development files for the Osmocom GSM codec library
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libosmocodec0 = %version
|
||||
|
||||
@ -88,7 +89,7 @@ applications that want to make use of libosmocodec.
|
||||
|
||||
%package -n libosmocoding0
|
||||
Summary: GSM/GPRS/EDGE transcoding routines library
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libosmocoding0
|
||||
@ -100,7 +101,7 @@ and MCS 1-9), TCH/FR, TCH/HR, TCH/AFS, RCH/AHS, RACH and SCH.
|
||||
|
||||
%package -n libosmocoding-devel
|
||||
Summary: Development files for the Osmocom transcoding library
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libosmocoding0 = %version
|
||||
|
||||
@ -114,7 +115,7 @@ applications that want to make use of libosmocoding.
|
||||
%package -n libosmocore9
|
||||
Summary: Osmocom core library
|
||||
# crc16.c has GPL2-only clauses, the rest (*.c) is GPL-2.0+
|
||||
License: GPL-2.0 and GPL-2.0+
|
||||
License: GPL-2.0-only AND GPL-2.0-or-later
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libosmocore9
|
||||
@ -124,7 +125,7 @@ between OpenBSC and OsmocomBB.
|
||||
%package -n libosmocore-devel
|
||||
Summary: Development files for the Osmocom core library
|
||||
# crc16.h has GPL2-only clauses, the rest (*.h) is GPL-2.0+
|
||||
License: GPL-2.0 and GPL-2.0+
|
||||
License: GPL-2.0-only AND GPL-2.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libosmocore9 = %version
|
||||
Requires: libtalloc-devel
|
||||
@ -138,7 +139,7 @@ applications that want to make use of libosmocore.
|
||||
|
||||
%package -n libosmoctrl0
|
||||
Summary: Osmocom SNMP-like control interface library
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libosmoctrl0
|
||||
@ -150,7 +151,7 @@ interface, the control interface is meant to be used by programs.
|
||||
|
||||
%package -n libosmoctrl-devel
|
||||
Summary: Osmocom control interface library
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libosmocore-devel = %version
|
||||
Requires: libosmoctrl0 = %version
|
||||
@ -165,7 +166,7 @@ applications that want to make use of libosmoctrl.
|
||||
|
||||
%package -n libosmogb5
|
||||
Summary: Osmocom GPRS Gb Interface (NS/BSSGP) library
|
||||
License: AGPL-3.0+
|
||||
License: AGPL-3.0-or-later
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libosmogb5
|
||||
@ -176,7 +177,7 @@ The libosmogb library contains a GPRS BSSGP protocol implementation.
|
||||
|
||||
%package -n libosmogb-devel
|
||||
Summary: Development files for the Osmocom GPRS Gb interface library
|
||||
License: AGPL-3.0+
|
||||
License: AGPL-3.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libosmocore-devel = %version
|
||||
Requires: libosmogb5 = %version
|
||||
@ -190,7 +191,7 @@ applications that want to make use of libosmogb.
|
||||
|
||||
%package -n libosmogsm8
|
||||
Summary: Osmocom GSM utility library
|
||||
License: GPL-2.0+ and AGPL-3.0+
|
||||
License: GPL-2.0-or-later AND AGPL-3.0-or-later
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libosmogsm8
|
||||
@ -205,7 +206,7 @@ protocol definitions for a series of protocols.
|
||||
|
||||
%package -n libosmogsm-devel
|
||||
Summary: Development files for the Osmocom GSM utility library
|
||||
License: GPL-2.0+ and AGPL-3.0+
|
||||
License: GPL-2.0-or-later AND AGPL-3.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libosmocore-devel = %version
|
||||
Requires: libosmogsm8 = %version
|
||||
@ -222,7 +223,7 @@ applications that want to make use of libosmogsm.
|
||||
|
||||
%package -n libosmosim0
|
||||
Summary: Osmocom SIM card related utility library
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libosmosim0
|
||||
@ -234,7 +235,7 @@ access.
|
||||
|
||||
%package -n libosmosim-devel
|
||||
Summary: Development files for the Osmocom SIM card utility library
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libosmocore-devel = %version
|
||||
Requires: libosmosim0 = %version
|
||||
@ -248,7 +249,7 @@ applications that want to make use of libosmosim.
|
||||
|
||||
%package -n libosmovty4
|
||||
Summary: Osmocom VTY interface library
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libosmovty4
|
||||
@ -260,7 +261,7 @@ VTY (Virtual TTY), as well as configuration file parsing.
|
||||
|
||||
%package -n libosmovty-devel
|
||||
Summary: Development files for the Osmocom VTY interface library
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libosmocore-devel = %version
|
||||
Requires: libosmovty4 = %version
|
||||
|
Loading…
x
Reference in New Issue
Block a user