Accepting request 1087824 from network:telephony
- Update to release 0.5.0 OBS-URL: https://build.opensuse.org/request/show/1087824 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osmo-e1d?expand=0&rev=7
This commit is contained in:
commit
61cc8fc894
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8b05101acc85b3ce1923981df24addf991ad346dc82afd57a086fb46cd53494a
|
|
||||||
size 94972
|
|
3
0.5.0.tar.gz
Normal file
3
0.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7226b895459bb550f05f11e3b8a4aa46a251e2a977717ea0c624546e942b2379
|
||||||
|
size 131060
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 18 10:24:32 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 0.5.0
|
||||||
|
* Support for e1-tracer hardware
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 3 17:22:41 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Wed Aug 3 17:22:41 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package osmo-e1d
|
# spec file for package osmo-e1d
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
# Copyright (c) 2019-2021, Martin Hauke <mardnh@gmx.de>
|
# Copyright (c) 2019-2021, Martin Hauke <mardnh@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: osmo-e1d
|
Name: osmo-e1d
|
||||||
Version: 0.4.0
|
Version: 0.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Osmocom E1 Daemon
|
Summary: Osmocom E1 Daemon
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -29,9 +29,9 @@ BuildRequires: automake >= 1.9
|
|||||||
BuildRequires: libtool >= 2
|
BuildRequires: libtool >= 2
|
||||||
BuildRequires: pkg-config >= 0.20
|
BuildRequires: pkg-config >= 0.20
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: pkgconfig(libosmocore) >= 1.7.0
|
BuildRequires: pkgconfig(libosmocore) >= 1.8.0
|
||||||
BuildRequires: pkgconfig(libosmousb) >= 1.7.0
|
BuildRequires: pkgconfig(libosmousb) >= 1.8.0
|
||||||
BuildRequires: pkgconfig(libosmovty) >= 1.7.0
|
BuildRequires: pkgconfig(libosmovty) >= 1.8.0
|
||||||
BuildRequires: pkgconfig(talloc) >= 2.0.1
|
BuildRequires: pkgconfig(talloc) >= 2.0.1
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -52,12 +52,12 @@ Group: System/Libraries
|
|||||||
%description -n libosmo-e1d1
|
%description -n libosmo-e1d1
|
||||||
Osmocom E1 Daemon Protocol Library.
|
Osmocom E1 Daemon Protocol Library.
|
||||||
|
|
||||||
%package -n libosmo-octoi0
|
%package -n libosmo-octoi1
|
||||||
Summary: Library for the Osmocom Community TDMoIP network
|
Summary: Library for the Osmocom Community TDMoIP network
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libosmo-octoi0
|
%description -n libosmo-octoi1
|
||||||
Library for the Osmocom Community TDMoIP network.
|
Library for the Osmocom Community TDMoIP network.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
@ -65,7 +65,7 @@ Summary: Header files for the Osmocom E1 daemon protocol library
|
|||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libosmo-e1d1 = %version-%release
|
Requires: libosmo-e1d1 = %version-%release
|
||||||
Requires: libosmo-octoi0 = %version-%release
|
Requires: libosmo-octoi1 = %version-%release
|
||||||
Provides: libosmo-e1d-devel = %version-%release
|
Provides: libosmo-e1d-devel = %version-%release
|
||||||
Obsoletes: libosmo-e1d-devel < %version-%release
|
Obsoletes: libosmo-e1d-devel < %version-%release
|
||||||
|
|
||||||
@ -88,6 +88,7 @@ autoreconf -fiv
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
find "%buildroot" -type f -name "*.la" -delete -print
|
find "%buildroot" -type f -name "*.la" -delete -print
|
||||||
|
# https://en.opensuse.org/openSUSE:Packaging_UsrEtc
|
||||||
rm -Rf "%buildroot/%_sysconfdir/osmocom"
|
rm -Rf "%buildroot/%_sysconfdir/osmocom"
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -95,8 +96,8 @@ rm -Rf "%buildroot/%_sysconfdir/osmocom"
|
|||||||
|
|
||||||
%post -n libosmo-e1d1 -p /sbin/ldconfig
|
%post -n libosmo-e1d1 -p /sbin/ldconfig
|
||||||
%postun -n libosmo-e1d1 -p /sbin/ldconfig
|
%postun -n libosmo-e1d1 -p /sbin/ldconfig
|
||||||
%post -n libosmo-octoi0 -p /sbin/ldconfig
|
%post -n libosmo-octoi1 -p /sbin/ldconfig
|
||||||
%postun -n libosmo-octoi0 -p /sbin/ldconfig
|
%postun -n libosmo-octoi1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%service_del_preun %name.service
|
%service_del_preun %name.service
|
||||||
@ -123,7 +124,7 @@ rm -Rf "%buildroot/%_sysconfdir/osmocom"
|
|||||||
%files -n libosmo-e1d1
|
%files -n libosmo-e1d1
|
||||||
%_libdir/libosmo-e1d.so.*
|
%_libdir/libosmo-e1d.so.*
|
||||||
|
|
||||||
%files -n libosmo-octoi0
|
%files -n libosmo-octoi1
|
||||||
%_libdir/libosmo-octoi.so.*
|
%_libdir/libosmo-octoi.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user