forked from pool/osmo-smlc
Accepting request 932513 from home:mnhauke:osmocom:latest
- Update to new upstream release 0.2.1 * https://git.osmocom.org/osmo-smlc/plain/debian/changelog?h=0.2.1 OBS-URL: https://build.opensuse.org/request/show/932513 OBS-URL: https://build.opensuse.org/package/show/network:telephony/osmo-smlc?expand=0&rev=2
This commit is contained in:
parent
3baccfd729
commit
7752d3aa3d
4
_service
4
_service
@ -2,8 +2,8 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://git.osmocom.org/osmo-smlc</param>
|
<param name="url">https://git.osmocom.org/osmo-smlc</param>
|
||||||
<param name="revision">0.2.0</param>
|
<param name="revision">0.2.1</param>
|
||||||
<param name="versionformat">0.2.0</param>
|
<param name="versionformat">0.2.1</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1f77aa27a4634ac32e660f834e161c3a168e924fe307000eabd36bfaa5169758
|
|
||||||
size 48080
|
|
3
osmo-smlc-0.2.1.tar.xz
Normal file
3
osmo-smlc-0.2.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8aa8e493b8104fd53ef3a84910eee619c6c366be710d75cb270f4ab56bfb515d
|
||||||
|
size 48352
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 19 11:49:15 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Update to new upstream release 0.2.1
|
||||||
|
* https://git.osmocom.org/osmo-smlc/plain/debian/changelog?h=0.2.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 14 21:24:25 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
Sun Mar 14 21:24:25 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: osmo-smlc
|
Name: osmo-smlc
|
||||||
Version: 0.2.0
|
Version: 0.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Osmocom Serving Mobile Location Centre
|
Summary: Osmocom Serving Mobile Location Centre
|
||||||
License: AGPL-3.0-or-later
|
License: AGPL-3.0-or-later
|
||||||
@ -29,12 +29,12 @@ BuildRequires: automake
|
|||||||
BuildRequires: libtool >= 2
|
BuildRequires: libtool >= 2
|
||||||
BuildRequires: lksctp-tools-devel
|
BuildRequires: lksctp-tools-devel
|
||||||
BuildRequires: pkg-config >= 0.20
|
BuildRequires: pkg-config >= 0.20
|
||||||
BuildRequires: pkgconfig(libosmo-sccp) >= 1.4.0
|
BuildRequires: pkgconfig(libosmo-sccp) >= 1.5.0
|
||||||
BuildRequires: pkgconfig(libosmo-sigtran) >= 1.4.0
|
BuildRequires: pkgconfig(libosmo-sigtran) >= 1.5.0
|
||||||
BuildRequires: pkgconfig(libosmocore) >= 1.5.0
|
BuildRequires: pkgconfig(libosmocore) >= 1.6.0
|
||||||
BuildRequires: pkgconfig(libosmoctrl) >= 1.5.0
|
BuildRequires: pkgconfig(libosmoctrl) >= 1.6.0
|
||||||
BuildRequires: pkgconfig(libosmogsm) >= 1.5.0
|
BuildRequires: pkgconfig(libosmogsm) >= 1.6.0
|
||||||
BuildRequires: pkgconfig(libosmovty) >= 1.5.0
|
BuildRequires: pkgconfig(libosmovty) >= 1.6.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
OsmoSMLC is the Osmocom Serving Mobile Location Centre. It implements
|
OsmoSMLC is the Osmocom Serving Mobile Location Centre. It implements
|
||||||
@ -47,7 +47,9 @@ Location_Services architecture.
|
|||||||
%build
|
%build
|
||||||
echo "%version" >.tarball-version
|
echo "%version" >.tarball-version
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
%configure --with-systemdsystemunitdir="%_unitdir" --docdir="%_docdir/%name"
|
%configure \
|
||||||
|
--with-systemdsystemunitdir="%_unitdir" \
|
||||||
|
--docdir="%_docdir/%name"
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user