Jan Engelhardt 2015-04-05 22:04:25 +00:00 committed by Git OBS Bridge
parent f2bfe74d5e
commit d7305fc085

View File

@ -17,7 +17,7 @@
Name: libosmo-sccp
Summary: Osmocom library for A-bis interface between BTS and BSC
Summary: Osmocom library for the A-bis interface between BTS and BSC
License: AGPL-3.0+ and GPL-2.0+
Group: Development/Libraries/C and C++
Version: 0.0.6.3
@ -32,13 +32,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf
BuildRequires: automake >= 1.6
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: pkg-config
BuildRequires: xz
BuildRequires: pkgconfig(libosmocore) >= 0.3.0
BuildRequires: pkgconfig(libosmogsm)
BuildRequires: pkgconfig(talloc)
%description
Osmocom library for the A-bis interface between BTS and BSC.
%package -n libosmo-m2ua-0_0_6_3
Summary: Osmocom Message Transfer Part 2 User Adaptation library
@ -57,6 +58,11 @@ Group: Development/Libraries/C and C++
Requires: libosmo-m2ua-0_0_6_3 = %version
%description -n libosmo-m2ua-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 libosmo-mtp-0_0_6_3
Summary: Osmocom Message Transfer Part library
@ -76,6 +82,11 @@ Group: Development/Libraries/C and C++
Requires: libosmo-mtp-0_0_6_3 = %version
%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-0_0_6_3
Summary: Osmocom Signalling Connection Control Part library
@ -96,6 +107,12 @@ Group: Development/Libraries/C and C++
Requires: libosmo-sccp-0_0_6_3 = %version
%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.
%prep
%setup -qn %name