|
|
|
@ -29,11 +29,11 @@ BuildRequires: python3
|
|
|
|
|
%if 0%{?suse_version}
|
|
|
|
|
BuildRequires: systemd-rpm-macros
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: pkgconfig(libosmoabis) >= 1.3.0
|
|
|
|
|
BuildRequires: pkgconfig(libosmocore) >= 1.7.0
|
|
|
|
|
BuildRequires: pkgconfig(libosmoctrl) >= 1.7.0
|
|
|
|
|
BuildRequires: pkgconfig(libosmogsm) >= 1.7.0
|
|
|
|
|
BuildRequires: pkgconfig(libosmovty) >= 1.7.0
|
|
|
|
|
BuildRequires: pkgconfig(libosmoabis) >= 1.4.0
|
|
|
|
|
BuildRequires: pkgconfig(libosmocore) >= 1.8.0
|
|
|
|
|
BuildRequires: pkgconfig(libosmoctrl) >= 1.8.0
|
|
|
|
|
BuildRequires: pkgconfig(libosmogsm) >= 1.8.0
|
|
|
|
|
BuildRequires: pkgconfig(libosmovty) >= 1.8.0
|
|
|
|
|
BuildRequires: pkgconfig(sqlite3)
|
|
|
|
|
BuildRequires: pkgconfig(talloc) >= 2.0.1
|
|
|
|
|
# only needed for populate_hlr_db.pl
|
|
|
|
@ -75,19 +75,19 @@ and External USSD Entities (EUSEs) using this library to implement clients.
|
|
|
|
|
This subpackage contains libraries and header files for developing
|
|
|
|
|
applications that want to make use of libosmo-gsup-client.
|
|
|
|
|
|
|
|
|
|
%package -n libosmo-mslookup0
|
|
|
|
|
%package -n libosmo-mslookup1
|
|
|
|
|
Summary: Osmocom MS lookup library
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
|
|
%description -n libosmo-mslookup0
|
|
|
|
|
%description -n libosmo-mslookup1
|
|
|
|
|
This shared library contains routines for looking up mobile subscribers.
|
|
|
|
|
|
|
|
|
|
%package -n libosmo-mslookup-devel
|
|
|
|
|
Summary: Development files for the Osmocom MS lookup library
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
|
Requires: libosmo-mslookup0 = %{version}
|
|
|
|
|
Requires: libosmo-mslookup1 = %{version}
|
|
|
|
|
|
|
|
|
|
%description -n libosmo-mslookup-devel
|
|
|
|
|
This shared library contains routines for looking up mobile subscribers.
|
|
|
|
@ -146,8 +146,8 @@ make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)
|
|
|
|
|
|
|
|
|
|
%post -n libosmo-gsup-client0 -p /sbin/ldconfig
|
|
|
|
|
%postun -n libosmo-gsup-client0 -p /sbin/ldconfig
|
|
|
|
|
%post -n libosmo-mslookup0 -p /sbin/ldconfig
|
|
|
|
|
%postun -n libosmo-mslookup0 -p /sbin/ldconfig
|
|
|
|
|
%post -n libosmo-mslookup1 -p /sbin/ldconfig
|
|
|
|
|
%postun -n libosmo-mslookup1 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license COPYING
|
|
|
|
@ -179,8 +179,8 @@ make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)
|
|
|
|
|
%{_libdir}/libosmo-gsup-client.so
|
|
|
|
|
%{_libdir}/pkgconfig/libosmo-gsup-client.pc
|
|
|
|
|
|
|
|
|
|
%files -n libosmo-mslookup0
|
|
|
|
|
%{_libdir}/libosmo-mslookup.so.0*
|
|
|
|
|
%files -n libosmo-mslookup1
|
|
|
|
|
%{_libdir}/libosmo-mslookup.so.1*
|
|
|
|
|
|
|
|
|
|
%files -n libosmo-mslookup-devel
|
|
|
|
|
%dir %{_includedir}/osmocom
|
|
|
|
|