forked from pool/libosmo-abis
libosmo-abis-0.3.0
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosmo-abis?expand=0&rev=4
This commit is contained in:
parent
d5b5393bc6
commit
5a932ab170
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c029829b44340b132ade5667a1cb160a861f74a4e21fd9a252733f0e87c06184
|
|
||||||
size 63548
|
|
3
libosmo-abis-0.3.0.tar.xz
Normal file
3
libosmo-abis-0.3.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:be169785073ac1912cb60fec4301e8bba58b667c14f9829dd16b70e1070aa83c
|
||||||
|
size 62232
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 2 20:43:07 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 0.3.0
|
||||||
|
* No changelog was provided
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 21 08:00:10 UTC 2014 - jengelh@inai.de
|
Mon Jul 21 08:00:10 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -18,14 +18,14 @@
|
|||||||
|
|
||||||
Name: libosmo-abis
|
Name: libosmo-abis
|
||||||
Summary: Osmocom library for A-bis interface between BTS and BSC
|
Summary: Osmocom library for A-bis interface between BTS and BSC
|
||||||
|
Version: 0.3.0
|
||||||
|
Release: 0
|
||||||
License: AGPL-3.0+ and GPL-2.0+
|
License: AGPL-3.0+ and GPL-2.0+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Version: 0.2.0
|
|
||||||
Release: 0
|
|
||||||
Url: http://openbsc.osmocom.org/trac/wiki/libosmo-abis
|
Url: http://openbsc.osmocom.org/trac/wiki/libosmo-abis
|
||||||
|
|
||||||
#Git-Clone: git://git.osmocom.org/libosmo-abis
|
#Git-Clone: git://git.osmocom.org/libosmo-abis
|
||||||
#Snapshot: v0.2.0
|
#Snapshot: 0.3.0
|
||||||
Source: %name-%version.tar.xz
|
Source: %name-%version.tar.xz
|
||||||
Patch1: osmo-version.diff
|
Patch1: osmo-version.diff
|
||||||
Patch2: osmo-talloc.diff
|
Patch2: osmo-talloc.diff
|
||||||
@ -43,18 +43,18 @@ BuildRequires: pkgconfig(ortp) >= 0.13.1
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
%package -n libosmoabis3
|
%package -n libosmoabis4
|
||||||
Summary: A-bis interface core library
|
Summary: A-bis interface core library
|
||||||
License: AGPL-3.0+
|
License: AGPL-3.0+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libosmoabis3
|
%description -n libosmoabis4
|
||||||
|
|
||||||
%package -n libosmoabis-devel
|
%package -n libosmoabis-devel
|
||||||
Summary: Development files for the Osmocom A-bis core library
|
Summary: Development files for the Osmocom A-bis core library
|
||||||
License: AGPL-3.0+
|
License: AGPL-3.0+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libosmoabis3 = %version
|
Requires: libosmoabis4 = %version
|
||||||
Requires: libosmocore-devel >= 0.3.0
|
Requires: libosmocore-devel >= 0.3.0
|
||||||
Requires: libosmogsm-devel >= 0.3.10
|
Requires: libosmogsm-devel >= 0.3.10
|
||||||
|
|
||||||
@ -92,14 +92,14 @@ find "$b/%_libdir" -type f -name "*.la" -delete
|
|||||||
%check
|
%check
|
||||||
make %{?_smp_mflags} check
|
make %{?_smp_mflags} check
|
||||||
|
|
||||||
%post -n libosmoabis3 -p /sbin/ldconfig
|
%post -n libosmoabis4 -p /sbin/ldconfig
|
||||||
%postun -n libosmoabis3 -p /sbin/ldconfig
|
%postun -n libosmoabis4 -p /sbin/ldconfig
|
||||||
%post -n libosmotrau0 -p /sbin/ldconfig
|
%post -n libosmotrau0 -p /sbin/ldconfig
|
||||||
%postun -n libosmotrau0 -p /sbin/ldconfig
|
%postun -n libosmotrau0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libosmoabis3
|
%files -n libosmoabis4
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libdir/libosmoabis.so.3*
|
%_libdir/libosmoabis.so.4*
|
||||||
|
|
||||||
%files -n libosmoabis-devel
|
%files -n libosmoabis-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user