forked from pool/libosmo-netif
Accepting request 369807 from home:oertel:branches:network:telephony
- add ExcludeArch to follow libosmocore OBS-URL: https://build.opensuse.org/request/show/369807 OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosmo-netif?expand=0&rev=10
This commit is contained in:
parent
bf353da4ee
commit
2f4cc76826
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 11 01:55:27 CET 2016 - ro@suse.de
|
||||||
|
|
||||||
|
- add ExcludeArch to follow libosmocore
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 26 12:06:24 UTC 2016 - jengelh@inai.de
|
Tue Jan 26 12:06:24 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libosmo-netif
|
# spec file for package libosmo-netif
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
Name: libosmo-netif
|
Name: libosmo-netif
|
||||||
Summary: Osmocom library for muxed audio
|
Summary: Osmocom library for muxed audio
|
||||||
Version: 0.0.6.8
|
|
||||||
Release: 0
|
|
||||||
License: AGPL-3.0+ and GPL-2.0+
|
License: AGPL-3.0+ and GPL-2.0+
|
||||||
Group: Productivity/Telephony/Utilities
|
Group: Productivity/Telephony/Utilities
|
||||||
|
Version: 0.0.6.8
|
||||||
|
Release: 0
|
||||||
Url: http://openbsc.osmocom.org/trac/
|
Url: http://openbsc.osmocom.org/trac/
|
||||||
|
|
||||||
#Git-Clone: git://git.osmocom.org/libosmo-netif
|
#Git-Clone: git://git.osmocom.org/libosmo-netif
|
||||||
@ -42,6 +42,10 @@ BuildRequires: pkgconfig(libosmocore) >= 0.3.0
|
|||||||
BuildRequires: pkgconfig(libosmogsm) >= 0.3.0
|
BuildRequires: pkgconfig(libosmogsm) >= 0.3.0
|
||||||
BuildRequires: pkgconfig(libosmovty) >= 0.3.0
|
BuildRequires: pkgconfig(libosmovty) >= 0.3.0
|
||||||
BuildRequires: pkgconfig(ortp) >= 0.15.0
|
BuildRequires: pkgconfig(ortp) >= 0.15.0
|
||||||
|
# follow arch limitations for libosmocore
|
||||||
|
# do not try to build for big-endian archs
|
||||||
|
# as suggested by http://lists.osmocom.org/pipermail/baseband-devel/2015-February/000022.html
|
||||||
|
ExcludeArch: ppc ppc64 ppc64p7 mips mips64 %sparc s390 s390x
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Network interface demuxer library for OsmoCom projects.
|
Network interface demuxer library for OsmoCom projects.
|
||||||
|
Loading…
Reference in New Issue
Block a user