# # spec file for package libosmo-netif # # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: libosmo-netif Summary: Osmocom library for muxed audio License: AGPL-3.0+ and GPL-2.0+ Group: Productivity/Telephony/Utilities Version: 0.0.6.8 Release: 0 Url: http://openbsc.osmocom.org/trac/ #Git-Clone: git://git.osmocom.org/libosmo-netif #Git-Web: http://git.osmocom.org/libosmo-netif/ #Snapshot: 0.0.6-8-g4d702db Source: %name-%version.tar.xz Patch1: osmo-talloc.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf BuildRequires: automake #BuildRequires: dahdi-linux-devel BuildRequires: libtool >= 2 BuildRequires: lksctp-tools-devel BuildRequires: pkg-config BuildRequires: xz BuildRequires: pkgconfig(libosmoabis) >= 0.3.2.3 BuildRequires: pkgconfig(libosmocore) >= 0.3.0 BuildRequires: pkgconfig(libosmogsm) >= 0.3.0 BuildRequires: pkgconfig(libosmovty) >= 0.3.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 Network interface demuxer library for OsmoCom projects. %package -n libosmonetif3 Summary: Osmocom library for muxed audio License: AGPL-3.0+ Group: System/Libraries %description -n libosmonetif3 Network interface demuxer library for OsmoCom projects. %package -n libosmonetif-devel Summary: Development files for the Osmocom muxed audio library License: AGPL-3.0+ Group: Development/Libraries/C and C++ Requires: libosmonetif3 = %version %description -n libosmonetif-devel Network interface demuxer library for OsmoCom projects. This subpackage contains libraries and header files for developing applications that want to make use of libosmo-netif. %prep %setup -qn %name %patch -P 1 -p1 %build echo "%version" >.tarball-version autoreconf -fiv %configure --enable-shared --disable-static --includedir="%_includedir/%name" make %{?_smp_mflags} %install %make_install find "%buildroot/%_libdir" -type f -name "*.la" -delete %check if ! make %{?_smp_mflags} check; then rv=$? cat tests/testsuite.log echo "Suppressing exit $rv" # timing issue fi %post -n libosmonetif3 -p /sbin/ldconfig %postun -n libosmonetif3 -p /sbin/ldconfig %files -n libosmonetif3 %defattr(-,root,root) %_libdir/libosmonetif.so.3* %files -n libosmonetif-devel %defattr(-,root,root) %doc COPYING %dir %_includedir/%name %dir %_includedir/%name/osmocom %_includedir/%name/osmocom/netif/ %_libdir/libosmonetif.so %_libdir/pkgconfig/libosmo-netif.pc %changelog