File not found: libsmpp34_1.14.1.8.c3e7.202212210006.dsc

File libosmo-netif.spec of Package libosmo-netif (Revision 6c3029be0e5933b7c56383ac35776b1c)

Currently displaying revision 6c3029be0e5933b7c56383ac35776b1c , Show latest

88
 
1
#
2
# spec file for package libosmo-netif
3
#
4
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
5
#
6
# All modifications and additions to the file contributed by third parties
7
# remain the property of their copyright owners, unless otherwise agreed
8
# upon. The license for this file, and modifications and additions to the
9
# file, is the same license as for the pristine package itself (unless the
10
# license for the pristine package is not an Open Source License, in which
11
# case the license is the MIT License). An "Open Source License" is a
12
# license that conforms to the Open Source Definition (Version 1.9)
13
# published by the Open Source Initiative.
14
15
Name:           libosmo-netif
16
Requires: osmocom-nightly = 202211020002
17
Version: 1.2.0.61.a07c.202211020002
18
Release:        0
19
Summary:        Osmocom library for muxed audio
20
License:        GPL-2.0-or-later
21
Group:          Productivity/Telephony/Utilities
22
URL:            https://osmocom.org/projects/libosmo-netif
23
Source: libosmo-netif_1.2.0.61.a07c.202211020002.tar.xz
24
Source1: rpmlintrc
25
BuildRequires:  automake
26
BuildRequires:  libtool >= 2
27
BuildRequires:  lksctp-tools-devel
28
BuildRequires:  pkgconfig >= 0.20
29
BuildRequires:  pkgconfig(libosmocore) >= 1.7.0
30
BuildRequires:  pkgconfig(libosmogsm) >= 1.7.0
31
32
%description
33
Network interface demuxer library for OsmoCom projects.
34
35
%package -n libosmonetif8
36
Requires: osmocom-nightly = 202211020002
37
Summary:        Osmocom library for muxed audio
38
License:        AGPL-3.0-or-later
39
Group:          System/Libraries
40
41
%description -n libosmonetif8
42
Network interface demuxer library for OsmoCom projects.
43
44
%package -n libosmonetif-devel
45
Requires: osmocom-nightly = 202211020002
46
Summary:        Development files for the Osmocom muxed audio library
47
License:        AGPL-3.0-or-later
48
Group:          Development/Libraries/C and C++
49
Requires:       libosmonetif8 = %{version}
50
51
%description -n libosmonetif-devel
52
Network interface demuxer library for OsmoCom projects.
53
54
This subpackage contains libraries and header files for developing
55
applications that want to make use of libosmo-netif.
56
57
%prep
58
%setup -n libosmo-netif -q
59
60
%build
61
echo "%{version}" >.tarball-version
62
autoreconf -fiv
63
%configure --enable-shared --disable-static --includedir="%{_includedir}/%{name}"
64
make %{?_smp_mflags}
65
66
%install
67
%make_install
68
find %{buildroot} -type f -name "*.la" -delete -print
69
70
%check
71
make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)
72
73
%post   -n libosmonetif8 -p /sbin/ldconfig
74
%postun -n libosmonetif8 -p /sbin/ldconfig
75
76
%files -n libosmonetif8
77
%{_libdir}/libosmonetif.so.8*
78
79
%files -n libosmonetif-devel
80
%license COPYING
81
%dir %{_includedir}/%{name}
82
%dir %{_includedir}/%{name}/osmocom
83
%{_includedir}/%{name}/osmocom/netif/
84
%{_libdir}/libosmonetif.so
85
%{_libdir}/pkgconfig/libosmo-netif.pc
86
87
%changelog
88