2013-02-22 08:03:03 +00:00
|
|
|
#
|
|
|
|
# spec file for package libosmocore
|
|
|
|
#
|
2017-04-28 20:56:51 +00:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2013-02-22 08:03:03 +00:00
|
|
|
#
|
|
|
|
# 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 http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2017-04-28 20:56:51 +00:00
|
|
|
%define version_unconverted 0.9.6.193
|
2016-07-30 16:09:07 +00:00
|
|
|
|
2013-02-22 08:03:03 +00:00
|
|
|
Name: libosmocore
|
2017-04-28 20:56:51 +00:00
|
|
|
Version: 0.9.6.193
|
2015-03-01 01:13:36 +00:00
|
|
|
Release: 0
|
2013-06-02 23:26:53 +00:00
|
|
|
Summary: Open Source Mobile Communications Core Library
|
2017-04-28 20:56:51 +00:00
|
|
|
License: GPL-2.0 and GPL-2.0+ and LGPL-2.1+ and AGPL-3.0+
|
2013-06-02 23:46:00 +00:00
|
|
|
Group: Productivity/Telephony/Utilities
|
2017-04-28 23:24:18 +00:00
|
|
|
Url: https://osmocom.org/projects/libosmocore/wiki/Libosmocore
|
2013-02-22 08:03:03 +00:00
|
|
|
|
|
|
|
Source: %name-%version.tar.xz
|
2016-01-22 18:33:23 +00:00
|
|
|
Patch1: osmo-pkgconfig.diff
|
2013-02-22 08:03:03 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
BuildRequires: automake >= 1.6
|
2017-04-28 23:53:39 +00:00
|
|
|
BuildRequires: libtool >= 2
|
2017-04-28 23:55:04 +00:00
|
|
|
BuildRequires: pkg-config >= 0.20
|
2013-02-22 08:03:03 +00:00
|
|
|
BuildRequires: xz
|
2015-03-01 01:13:36 +00:00
|
|
|
BuildRequires: pkgconfig(libpcsclite)
|
|
|
|
BuildRequires: pkgconfig(talloc)
|
2013-02-22 08:03:03 +00:00
|
|
|
|
|
|
|
%description
|
2017-04-28 20:56:51 +00:00
|
|
|
libosmocore is a package with various utility functions that were
|
2013-02-22 08:03:03 +00:00
|
|
|
originally developed as part of the OpenBSC project, but which are of
|
|
|
|
a more generic nature and thus useful to (at least) other programs
|
2017-04-28 20:56:51 +00:00
|
|
|
that Osmocom develops w.r.t. mobile communications.
|
2013-02-22 08:03:03 +00:00
|
|
|
|
|
|
|
There is no clear scope of it. It simply houses all code shared
|
|
|
|
between OsmocomBB and OpenBSC to avoid code duplication.
|
|
|
|
|
2013-06-02 23:26:53 +00:00
|
|
|
%package tools
|
|
|
|
Summary: GSM utilities from the osmocore project
|
2014-07-21 07:58:13 +00:00
|
|
|
License: GPL-2.0 and GPL-2.0+ and LGPL-3.0+ and AGPL-3.0+
|
2013-06-02 23:46:00 +00:00
|
|
|
Group: Productivity/Telephony/Utilities
|
2017-04-28 20:56:51 +00:00
|
|
|
Provides: %name-utils = %version-%release
|
2013-06-02 23:26:53 +00:00
|
|
|
|
|
|
|
%description tools
|
2017-04-28 20:56:51 +00:00
|
|
|
libosmocore is a package with various utility functions that were
|
|
|
|
originally developed as part of the OpenBSC project.
|
2013-06-02 23:33:27 +00:00
|
|
|
|
2017-04-28 20:56:51 +00:00
|
|
|
This package contains a program for frequency calculation for GSM
|
|
|
|
called "osmo-arfcn", and a program called "osmo-auc-gen" that is used
|
|
|
|
for testing GSM authentication.
|
2013-06-02 23:26:53 +00:00
|
|
|
|
2013-02-22 08:03:03 +00:00
|
|
|
%package -n libosmocodec0
|
2017-04-28 20:56:51 +00:00
|
|
|
Summary: GSM 06.10, 06.20, 06.60, 06.90 codec library
|
2013-02-22 08:03:03 +00:00
|
|
|
License: GPL-2.0+
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n libosmocodec0
|
2017-04-28 20:56:51 +00:00
|
|
|
The libosmocodec library contains an implementation of multiple
|
|
|
|
GSM codecs:
|
|
|
|
|
|
|
|
* GSM 06.10 Full Rate (FR) codec
|
|
|
|
* GSM 06.20 Half Rate (HR) codec
|
|
|
|
* GSM 06.60 Enhanced Full Range (EFR) codec
|
|
|
|
* GSM 06.90 Adaptive Multi-Rate (AMR) codec
|
2013-02-22 08:03:03 +00:00
|
|
|
|
|
|
|
%package -n libosmocodec-devel
|
2017-04-28 20:56:51 +00:00
|
|
|
Summary: Development files for the Osmocom GSM codec library
|
2013-02-22 08:03:03 +00:00
|
|
|
License: GPL-2.0+
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libosmocodec0 = %version
|
|
|
|
|
|
|
|
%description -n libosmocodec-devel
|
2017-04-28 20:56:51 +00:00
|
|
|
The libosmocodec library contains an implementation of multiple
|
|
|
|
GSM codecs.
|
2013-06-02 23:33:27 +00:00
|
|
|
|
2013-06-02 23:26:53 +00:00
|
|
|
This subpackage contains libraries and header files for developing
|
|
|
|
applications that want to make use of libosmocodec.
|
2013-02-22 08:03:03 +00:00
|
|
|
|
2017-04-28 20:56:51 +00:00
|
|
|
%package -n libosmocoding0
|
|
|
|
Summary: GSM/GPRS/EDGE transcoding routines library
|
|
|
|
License: GPL-2.0+
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n libosmocoding0
|
|
|
|
libosmocoding is a library which provides GSM, GPRS and EDGE
|
|
|
|
transcoding routines.
|
|
|
|
|
|
|
|
The following data types are currently supported: xCCH, PDTCH (CS 1-4
|
|
|
|
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+
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libosmocoding0 = %version
|
|
|
|
|
|
|
|
%description -n libosmocoding-devel
|
|
|
|
libosmocoding is a library which provides GSM, GPRS and EDGE
|
|
|
|
transcoding routines.
|
|
|
|
|
|
|
|
This subpackage contains libraries and header files for developing
|
|
|
|
applications that want to make use of libosmocoding.
|
|
|
|
|
|
|
|
%package -n libosmocore8
|
2013-02-22 08:03:03 +00:00
|
|
|
Summary: Osmocom core library
|
2017-04-28 20:56:51 +00:00
|
|
|
# crc16.c has GPL2-only clauses, the rest (*.c) is GPL-2.0+
|
2013-06-29 09:18:09 +00:00
|
|
|
License: GPL-2.0 and GPL-2.0+
|
2014-07-21 07:58:13 +00:00
|
|
|
Group: System/Libraries
|
2013-02-22 08:03:03 +00:00
|
|
|
|
2017-04-28 20:56:51 +00:00
|
|
|
%description -n libosmocore8
|
2013-02-22 08:03:03 +00:00
|
|
|
libosmocore is a library with various utility functions shared
|
|
|
|
between OpenBSC and OsmocomBB.
|
|
|
|
|
|
|
|
%package -n libosmocore-devel
|
|
|
|
Summary: Development files for the Osmocom core library
|
2017-04-28 20:56:51 +00:00
|
|
|
# crc16.h has GPL2-only clauses, the rest (*.h) is GPL-2.0+
|
2013-06-29 09:18:09 +00:00
|
|
|
License: GPL-2.0 and GPL-2.0+
|
2013-02-22 08:03:03 +00:00
|
|
|
Group: Development/Libraries/C and C++
|
2017-04-28 20:56:51 +00:00
|
|
|
Requires: libosmocore8 = %version
|
2013-02-22 08:03:03 +00:00
|
|
|
Requires: libtalloc-devel
|
|
|
|
|
|
|
|
%description -n libosmocore-devel
|
2013-06-02 23:33:27 +00:00
|
|
|
libosmocore is a library with various utility functions shared
|
|
|
|
between OpenBSC and OsmocomBB.
|
|
|
|
|
2013-06-02 23:26:53 +00:00
|
|
|
This subpackage contains libraries and header files for developing
|
|
|
|
applications that want to make use of libosmocore.
|
2013-02-22 08:03:03 +00:00
|
|
|
|
2014-10-02 20:37:02 +00:00
|
|
|
%package -n libosmoctrl0
|
|
|
|
Summary: Osmocom SNMP-like control interface library
|
|
|
|
License: GPL-2.0+
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n libosmoctrl0
|
2017-04-28 20:56:51 +00:00
|
|
|
libosmocore is a package with various utility functions that were
|
|
|
|
originally developed as part of the OpenBSC project.
|
2014-10-02 20:37:02 +00:00
|
|
|
|
|
|
|
libosmoctrl is an SNMP-like control interface. In contrast to the VTY
|
|
|
|
interface, the control interface is meant to be used by programs.
|
|
|
|
|
|
|
|
%package -n libosmoctrl-devel
|
|
|
|
Summary: Osmocom control interface library
|
|
|
|
License: GPL-2.0+
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libosmocore-devel = %version
|
|
|
|
Requires: libosmoctrl0 = %version
|
|
|
|
Requires: libosmovty-devel = %version
|
|
|
|
|
|
|
|
%description -n libosmoctrl-devel
|
|
|
|
libosmoctrl is an SNMP-like control interface. In contrast to the VTY
|
|
|
|
interface, the control interface is meant to be used by programs.
|
|
|
|
|
|
|
|
This subpackage contains libraries and header files for developing
|
|
|
|
applications that want to make use of libosmoctrl.
|
|
|
|
|
2015-09-10 21:27:26 +00:00
|
|
|
%package -n libosmogb4
|
2013-02-22 08:03:03 +00:00
|
|
|
Summary: Osmocom GPRS Gb Interface (NS/BSSGP) library
|
|
|
|
License: AGPL-3.0+
|
|
|
|
Group: System/Libraries
|
|
|
|
|
2015-09-10 21:27:26 +00:00
|
|
|
%description -n libosmogb4
|
2017-04-28 20:56:51 +00:00
|
|
|
libosmocore is a package with various utility functions that were
|
|
|
|
originally developed as part of the OpenBSC project.
|
|
|
|
|
|
|
|
The libosmogb library contains a GPRS BSSGP protocol implementation.
|
2013-02-22 08:03:03 +00:00
|
|
|
|
|
|
|
%package -n libosmogb-devel
|
|
|
|
Summary: Development files for the Osmocom GPRS Gb interface library
|
|
|
|
License: AGPL-3.0+
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libosmocore-devel = %version
|
2015-09-10 21:27:26 +00:00
|
|
|
Requires: libosmogb4 = %version
|
2013-02-22 08:03:03 +00:00
|
|
|
Requires: libosmogsm-devel = %version
|
|
|
|
|
|
|
|
%description -n libosmogb-devel
|
2017-04-28 20:56:51 +00:00
|
|
|
The libosmogb library contains a GPRS BSSGP protocol implementation.
|
2013-06-02 23:33:27 +00:00
|
|
|
|
2013-06-02 23:26:53 +00:00
|
|
|
This subpackage contains libraries and header files for developing
|
|
|
|
applications that want to make use of libosmogb.
|
2013-02-22 08:03:03 +00:00
|
|
|
|
2017-04-28 20:56:51 +00:00
|
|
|
%package -n libosmogsm6
|
|
|
|
Summary: Osmocom GSM utility library
|
2013-02-22 08:03:03 +00:00
|
|
|
License: GPL-2.0+ and AGPL-3.0+
|
|
|
|
Group: System/Libraries
|
|
|
|
|
2017-04-28 20:56:51 +00:00
|
|
|
%description -n libosmogsm6
|
|
|
|
libosmocore is a package with various utility functions that were
|
|
|
|
originally developed as part of the OpenBSC project.
|
|
|
|
|
|
|
|
The libosmogsm library in particular is a collection of common code
|
|
|
|
used in various GSM related sub-projects inside the Osmocom family of
|
|
|
|
projects. It includes A5/1 and A5/2 ciphers, COMP128v1, a LAPDm
|
|
|
|
implementation, a GSM TLV parser, SMS utility routines as well as
|
|
|
|
protocol definitions for a series of protocols.
|
2013-02-22 08:03:03 +00:00
|
|
|
|
|
|
|
%package -n libosmogsm-devel
|
2017-04-28 20:56:51 +00:00
|
|
|
Summary: Development files for the Osmocom GSM utility library
|
2013-02-22 08:03:03 +00:00
|
|
|
License: GPL-2.0+ and AGPL-3.0+
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libosmocore-devel = %version
|
2017-04-28 20:56:51 +00:00
|
|
|
Requires: libosmogsm6 = %version
|
2013-02-22 08:03:03 +00:00
|
|
|
|
|
|
|
%description -n libosmogsm-devel
|
2017-04-28 20:56:51 +00:00
|
|
|
The libosmogsm library in particular is a collection of common code
|
|
|
|
used in various GSM related sub-projects inside the Osmocom family of
|
|
|
|
projects. It includes A5/1 and A5/2 ciphers, COMP128v1, a LAPDm
|
|
|
|
implementation, a GSM TLV parser, SMS utility routines as well as
|
|
|
|
protocol definitions for a series of protocols.
|
2013-06-02 23:33:27 +00:00
|
|
|
|
2013-06-02 23:26:53 +00:00
|
|
|
This subpackage contains libraries and header files for developing
|
|
|
|
applications that want to make use of libosmogsm.
|
2013-02-22 08:03:03 +00:00
|
|
|
|
2015-03-01 01:13:36 +00:00
|
|
|
%package -n libosmosim0
|
|
|
|
Summary: Osmocom SIM card related utility library
|
|
|
|
License: GPL-2.0+
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n libosmosim0
|
2017-04-28 20:56:51 +00:00
|
|
|
libosmocore is a package with various utility functions that were
|
|
|
|
originally developed as part of the OpenBSC project.
|
|
|
|
|
|
|
|
The libosmosim library in particular contains routines for SIM card
|
|
|
|
access.
|
2015-03-01 01:13:36 +00:00
|
|
|
|
|
|
|
%package -n libosmosim-devel
|
|
|
|
Summary: Development files for the Osmocom SIM card utility library
|
|
|
|
License: GPL-2.0+
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libosmocore-devel = %version
|
|
|
|
Requires: libosmosim0 = %version
|
|
|
|
|
|
|
|
%description -n libosmosim-devel
|
2017-04-28 20:56:51 +00:00
|
|
|
The libosmosim library in particular contains routines for SIM card
|
|
|
|
access.
|
2015-03-01 01:13:36 +00:00
|
|
|
|
|
|
|
This subpackage contains libraries and header files for developing
|
|
|
|
applications that want to make use of libosmosim.
|
|
|
|
|
2015-12-23 17:31:46 +00:00
|
|
|
%package -n libosmovty3
|
2013-02-22 08:03:03 +00:00
|
|
|
Summary: Osmocom VTY interface library
|
|
|
|
License: GPL-2.0+
|
|
|
|
Group: System/Libraries
|
|
|
|
|
2015-12-23 17:31:46 +00:00
|
|
|
%description -n libosmovty3
|
2017-04-28 20:56:51 +00:00
|
|
|
libosmocore is a package with various utility functions that were
|
|
|
|
originally developed as part of the OpenBSC project.
|
|
|
|
|
|
|
|
The libosmovty library implements the interactive command-line on the
|
|
|
|
VTY (Virtual TTY), as well as configuration file parsing.
|
2013-02-22 08:03:03 +00:00
|
|
|
|
|
|
|
%package -n libosmovty-devel
|
|
|
|
Summary: Development files for the Osmocom VTY interface library
|
|
|
|
License: GPL-2.0+
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libosmocore-devel = %version
|
2015-12-23 17:31:46 +00:00
|
|
|
Requires: libosmovty3 = %version
|
2013-02-22 08:03:03 +00:00
|
|
|
|
|
|
|
%description -n libosmovty-devel
|
2017-04-28 20:56:51 +00:00
|
|
|
The libosmovty library implements the interactive command-line on the
|
|
|
|
VTY (Virtual TTY), as well as configuration file parsing.
|
2013-06-02 23:33:27 +00:00
|
|
|
|
2013-06-02 23:26:53 +00:00
|
|
|
This subpackage contains libraries and header files for developing
|
|
|
|
applications that want to make use of libosmovty.
|
2013-02-22 08:03:03 +00:00
|
|
|
|
|
|
|
%prep
|
2016-03-11 10:48:49 +00:00
|
|
|
%setup -q
|
2017-04-28 20:56:51 +00:00
|
|
|
%patch -P 1 -p1
|
2013-02-22 08:03:03 +00:00
|
|
|
|
|
|
|
%build
|
2015-03-01 09:35:05 +00:00
|
|
|
echo "%version" >.tarball-version
|
2013-02-22 08:03:03 +00:00
|
|
|
autoreconf -fiv
|
2016-01-22 18:10:45 +00:00
|
|
|
%configure --enable-shared --disable-static \
|
|
|
|
--includedir="%_includedir/%name"
|
2013-02-22 08:03:03 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
b="%buildroot"
|
|
|
|
make %{?_smp_mflags} install DESTDIR="$b"
|
|
|
|
find "$b/%_libdir" -type f -name "*.la" -delete
|
|
|
|
|
|
|
|
%check
|
2016-01-22 18:33:23 +00:00
|
|
|
# susceptible to timing issues
|
|
|
|
make %{?_smp_mflags} check || :
|
2013-02-22 08:03:03 +00:00
|
|
|
|
|
|
|
%post -n libosmocodec0 -p /sbin/ldconfig
|
|
|
|
%postun -n libosmocodec0 -p /sbin/ldconfig
|
2017-04-28 20:56:51 +00:00
|
|
|
%post -n libosmocoding0 -p /sbin/ldconfig
|
|
|
|
%postun -n libosmocoding0 -p /sbin/ldconfig
|
|
|
|
%post -n libosmocore8 -p /sbin/ldconfig
|
|
|
|
%postun -n libosmocore8 -p /sbin/ldconfig
|
2014-10-02 20:37:02 +00:00
|
|
|
%post -n libosmoctrl0 -p /sbin/ldconfig
|
|
|
|
%postun -n libosmoctrl0 -p /sbin/ldconfig
|
2015-09-10 21:27:26 +00:00
|
|
|
%post -n libosmogb4 -p /sbin/ldconfig
|
|
|
|
%postun -n libosmogb4 -p /sbin/ldconfig
|
2017-04-28 20:56:51 +00:00
|
|
|
%post -n libosmogsm6 -p /sbin/ldconfig
|
|
|
|
%postun -n libosmogsm6 -p /sbin/ldconfig
|
2015-03-01 01:13:36 +00:00
|
|
|
%post -n libosmosim0 -p /sbin/ldconfig
|
|
|
|
%postun -n libosmosim0 -p /sbin/ldconfig
|
2015-12-23 17:31:46 +00:00
|
|
|
%post -n libosmovty3 -p /sbin/ldconfig
|
|
|
|
%postun -n libosmovty3 -p /sbin/ldconfig
|
2013-02-22 08:03:03 +00:00
|
|
|
|
2013-06-02 23:26:53 +00:00
|
|
|
%files tools
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%_bindir/osmo-*
|
|
|
|
|
2013-02-22 08:03:03 +00:00
|
|
|
%files -n libosmocodec0
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%_libdir/libosmocodec.so.0*
|
|
|
|
|
|
|
|
%files -n libosmocodec-devel
|
|
|
|
%defattr(-,root,root)
|
2016-01-22 18:10:45 +00:00
|
|
|
%dir %_includedir/%name
|
|
|
|
%dir %_includedir/%name/osmocom
|
|
|
|
%_includedir/%name/osmocom/codec/
|
2013-02-22 08:03:03 +00:00
|
|
|
%_libdir/libosmocodec.so
|
|
|
|
%_libdir/pkgconfig/libosmocodec.pc
|
|
|
|
|
2017-04-28 20:56:51 +00:00
|
|
|
%files -n libosmocoding0
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%_libdir/libosmocoding.so.0*
|
|
|
|
|
|
|
|
%files -n libosmocoding-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %_includedir/%name
|
|
|
|
%dir %_includedir/%name/osmocom
|
|
|
|
%_includedir/%name/osmocom/coding/
|
|
|
|
%_libdir/libosmocoding.so
|
|
|
|
%_libdir/pkgconfig/libosmocoding.pc
|
|
|
|
|
|
|
|
%files -n libosmocore8
|
2013-02-22 08:03:03 +00:00
|
|
|
%defattr(-,root,root)
|
2017-04-28 20:56:51 +00:00
|
|
|
%_libdir/libosmocore.so.8*
|
2013-02-22 08:03:03 +00:00
|
|
|
|
|
|
|
%files -n libosmocore-devel
|
|
|
|
%defattr(-,root,root)
|
2016-01-22 18:10:45 +00:00
|
|
|
%dir %_includedir/%name
|
|
|
|
%dir %_includedir/%name/osmocom
|
|
|
|
%_includedir/%name/osmocom/core/
|
2013-02-22 08:03:03 +00:00
|
|
|
%_libdir/libosmocore.so
|
|
|
|
%_libdir/pkgconfig/libosmocore.pc
|
|
|
|
|
2014-10-02 20:37:02 +00:00
|
|
|
%files -n libosmoctrl0
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%_libdir/libosmoctrl.so.0*
|
|
|
|
|
|
|
|
%files -n libosmoctrl-devel
|
|
|
|
%defattr(-,root,root)
|
2016-01-22 18:10:45 +00:00
|
|
|
%dir %_includedir/%name
|
|
|
|
%dir %_includedir/%name/osmocom
|
|
|
|
%_includedir/%name/osmocom/ctrl/
|
2014-10-02 20:37:02 +00:00
|
|
|
%_libdir/libosmoctrl.so
|
|
|
|
%_libdir/pkgconfig/libosmoctrl.pc
|
|
|
|
|
2015-09-10 21:27:26 +00:00
|
|
|
%files -n libosmogb4
|
2013-02-22 08:03:03 +00:00
|
|
|
%defattr(-,root,root)
|
2015-09-10 21:27:26 +00:00
|
|
|
%_libdir/libosmogb.so.4*
|
2013-02-22 08:03:03 +00:00
|
|
|
|
|
|
|
%files -n libosmogb-devel
|
|
|
|
%defattr(-,root,root)
|
2016-01-22 18:10:45 +00:00
|
|
|
%dir %_includedir/%name
|
|
|
|
%dir %_includedir/%name/osmocom
|
|
|
|
%_includedir/%name/osmocom/gprs/
|
2013-02-22 08:03:03 +00:00
|
|
|
%_libdir/libosmogb.so
|
|
|
|
%_libdir/pkgconfig/libosmogb.pc
|
|
|
|
|
2017-04-28 20:56:51 +00:00
|
|
|
%files -n libosmogsm6
|
2013-02-22 08:03:03 +00:00
|
|
|
%defattr(-,root,root)
|
2017-04-28 20:56:51 +00:00
|
|
|
%_libdir/libosmogsm.so.6*
|
2013-02-22 08:03:03 +00:00
|
|
|
|
|
|
|
%files -n libosmogsm-devel
|
|
|
|
%defattr(-,root,root)
|
2016-01-22 18:10:45 +00:00
|
|
|
%dir %_includedir/%name
|
|
|
|
%dir %_includedir/%name/osmocom
|
|
|
|
%_includedir/%name/osmocom/gsm/
|
|
|
|
%_includedir/%name/osmocom/crypt/
|
2013-02-22 08:03:03 +00:00
|
|
|
%_libdir/libosmogsm.so
|
|
|
|
%_libdir/pkgconfig/libosmogsm.pc
|
|
|
|
|
2015-03-01 01:13:36 +00:00
|
|
|
%files -n libosmosim0
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%_libdir/libosmosim.so.0*
|
|
|
|
|
|
|
|
%files -n libosmosim-devel
|
|
|
|
%defattr(-,root,root)
|
2016-01-22 18:10:45 +00:00
|
|
|
%dir %_includedir/%name
|
|
|
|
%dir %_includedir/%name/osmocom/
|
|
|
|
%_includedir/%name/osmocom/sim/
|
2015-03-01 01:13:36 +00:00
|
|
|
%_libdir/libosmosim.so
|
|
|
|
%_libdir/pkgconfig/libosmosim.pc
|
|
|
|
|
2015-12-23 17:31:46 +00:00
|
|
|
%files -n libosmovty3
|
2013-02-22 08:03:03 +00:00
|
|
|
%defattr(-,root,root)
|
2015-12-23 17:31:46 +00:00
|
|
|
%_libdir/libosmovty.so.3*
|
2013-02-22 08:03:03 +00:00
|
|
|
|
|
|
|
%files -n libosmovty-devel
|
|
|
|
%defattr(-,root,root)
|
2016-01-22 18:10:45 +00:00
|
|
|
%dir %_includedir/%name
|
|
|
|
%dir %_includedir/%name/osmocom
|
|
|
|
%_includedir/%name/osmocom/vty/
|
2013-02-22 08:03:03 +00:00
|
|
|
%_libdir/libosmovty.so
|
|
|
|
%_libdir/pkgconfig/libosmovty.pc
|
|
|
|
|
|
|
|
%changelog
|