Projects
osmocom:master
libosmo-netif
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 99
View file
libosmo-netif.spec
Deleted
@@ -1,88 +0,0 @@ -# -# spec file for package libosmo-netif -# -# Copyright (c) 2018 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. - -Name: libosmo-netif -Requires: osmocom-master -Version: 1.4.0.54.05ff -Release: 0 -Summary: Osmocom library for muxed audio -License: GPL-2.0-or-later -Group: Productivity/Telephony/Utilities -URL: https://osmocom.org/projects/libosmo-netif -Source: libosmo-netif_1.4.0.54.05ff.tar.xz -Source1: rpmlintrc -BuildRequires: automake -BuildRequires: libtool >= 2 -BuildRequires: lksctp-tools-devel -BuildRequires: pkgconfig >= 0.20 -BuildRequires: pkgconfig(libosmocore) >= 1.9.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.9.0 -BuildRequires: pkgconfig(libosmocodec) >= 1.9.0 - -%description -Network interface demuxer library for OsmoCom projects. - -%package -n libosmonetif11 -Requires: osmocom-master -Summary: Osmocom library for muxed audio -License: AGPL-3.0-or-later -Group: System/Libraries - -%description -n libosmonetif11 -Network interface demuxer library for OsmoCom projects. - -%package -n libosmonetif-devel -Requires: osmocom-master -Summary: Development files for the Osmocom muxed audio library -License: AGPL-3.0-or-later -Group: Development/Libraries/C and C++ -Requires: libosmonetif11 = %{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 -n libosmo-netif -q - -%build -echo "%{version}" >.tarball-version -autoreconf -fiv -%configure --enable-shared --disable-static --includedir="%{_includedir}/%{name}" -make %{?_smp_mflags} - -%install -%make_install -find %{buildroot} -type f -name "*.la" -delete -print - -%check -make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +) - -%post -n libosmonetif11 -p /sbin/ldconfig -%postun -n libosmonetif11 -p /sbin/ldconfig - -%files -n libosmonetif11 -%{_libdir}/libosmonetif.so.11* - -%files -n libosmonetif-devel -%license COPYING -%dir %{_includedir}/%{name} -%dir %{_includedir}/%{name}/osmocom -%{_includedir}/%{name}/osmocom/netif/ -%{_libdir}/libosmonetif.so -%{_libdir}/pkgconfig/libosmo-netif.pc - -%changelog
View file
commit_05ff552f25cde5d84f428421bd4d2d64fae0bc9d.txt
Deleted
View file
commit_6930cceab0d54778e1e93d7a6ea9a891092469c4.txt
Added
View file
libosmo-netif_1.4.0.54.05ff.tar.xz/contrib/libosmo-netif.spec.in
Deleted
@@ -1,87 +0,0 @@ -# -# spec file for package libosmo-netif -# -# Copyright (c) 2018 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. - -Name: libosmo-netif -Requires: osmocom-master -Version: @VERSION@ -Release: 0 -Summary: Osmocom library for muxed audio -License: GPL-2.0-or-later -Group: Productivity/Telephony/Utilities -URL: https://osmocom.org/projects/libosmo-netif -Source: %{name}-%{version}.tar.xz -BuildRequires: automake -BuildRequires: libtool >= 2 -BuildRequires: lksctp-tools-devel -BuildRequires: pkgconfig >= 0.20 -BuildRequires: pkgconfig(libosmocore) >= 1.9.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.9.0 -BuildRequires: pkgconfig(libosmocodec) >= 1.9.0 - -%description -Network interface demuxer library for OsmoCom projects. - -%package -n libosmonetif11 -Requires: osmocom-master -Summary: Osmocom library for muxed audio -License: AGPL-3.0-or-later -Group: System/Libraries - -%description -n libosmonetif11 -Network interface demuxer library for OsmoCom projects. - -%package -n libosmonetif-devel -Requires: osmocom-master -Summary: Development files for the Osmocom muxed audio library -License: AGPL-3.0-or-later -Group: Development/Libraries/C and C++ -Requires: libosmonetif11 = %{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 -q - -%build -echo "%{version}" >.tarball-version -autoreconf -fiv -%configure --enable-shared --disable-static --includedir="%{_includedir}/%{name}" -make %{?_smp_mflags} - -%install -%make_install -find %{buildroot} -type f -name "*.la" -delete -print - -%check -make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +) - -%post -n libosmonetif11 -p /sbin/ldconfig -%postun -n libosmonetif11 -p /sbin/ldconfig - -%files -n libosmonetif11 -%{_libdir}/libosmonetif.so.11* - -%files -n libosmonetif-devel -%license COPYING -%dir %{_includedir}/%{name} -%dir %{_includedir}/%{name}/osmocom -%{_includedir}/%{name}/osmocom/netif/ -%{_libdir}/libosmonetif.so -%{_libdir}/pkgconfig/libosmo-netif.pc - -%changelog
View file
libosmo-netif_1.4.0.54.05ff.dsc -> libosmo-netif_1.4.0.55.6930.dsc
Changed
@@ -2,7 +2,7 @@ Source: libosmo-netif Binary: libosmonetif11, libosmo-netif-dev, libosmo-netif-doc, libosmo-netif-dbg Architecture: any all -Version: 1.4.0.54.05ff +Version: 1.4.0.55.6930 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/libosmo-netif Standards-Version: 3.9.6 @@ -15,8 +15,8 @@ libosmo-netif-doc deb doc optional arch=all libosmonetif11 deb libs optional arch=any Checksums-Sha1: - b99736673c3154221ec6e3c6947a5f35acdb92fb 194560 libosmo-netif_1.4.0.54.05ff.tar.xz + 8deb24bb3076b347927e304f7c27df0867657935 194860 libosmo-netif_1.4.0.55.6930.tar.xz Checksums-Sha256: - d2a46a144a1b17f3f00e16ae5ced43aac96d5262a81630248951d5367f595693 194560 libosmo-netif_1.4.0.54.05ff.tar.xz + 959e9e91394c553f7b3f4e6d9425a665fb1265c2cff52c120bf59f02606b922d 194860 libosmo-netif_1.4.0.55.6930.tar.xz Files: - b5491b0f41b8ffbf7d149ea4aa28010e 194560 libosmo-netif_1.4.0.54.05ff.tar.xz + 6df49fa4e6256bc3e7743ab909d39324 194860 libosmo-netif_1.4.0.55.6930.tar.xz
View file
libosmo-netif_1.4.0.54.05ff.tar.xz/.tarball-version -> libosmo-netif_1.4.0.55.6930.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.4.0.54-05ff +1.4.0.55-6930
View file
libosmo-netif_1.4.0.54.05ff.tar.xz/Makefile.am -> libosmo-netif_1.4.0.55.6930.tar.xz/Makefile.am
Changed
@@ -9,7 +9,6 @@ EXTRA_DIST = \ .version \ README.md \ - contrib/libosmo-netif.spec.in \ debian \ git-version-gen \ $(NULL)
View file
libosmo-netif_1.4.0.54.05ff.tar.xz/configure.ac -> libosmo-netif_1.4.0.55.6930.tar.xz/configure.ac
Changed
@@ -148,5 +148,4 @@ utils/Makefile tests/Makefile Doxyfile - Makefile - contrib/libosmo-netif.spec) + Makefile)
View file
libosmo-netif_1.4.0.54.05ff.tar.xz/debian/changelog -> libosmo-netif_1.4.0.55.6930.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmo-netif (1.4.0.54.05ff) unstable; urgency=medium +libosmo-netif (1.4.0.55.6930) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Thu, 18 Apr 2024 13:51:12 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Mon, 13 May 2024 06:30:43 +0000 libosmo-netif (1.4.0) unstable; urgency=medium
View file
rpmlintrc
Deleted
@@ -1,5 +0,0 @@ -# Don't abort the build when finding a library that depends on a package with -# a specific version. This is intentional for nightly builds, we don't want -# libraries from different build dates to be mixed as they might have ABI -# incompatibilities. -setBadness('shlib-fixed-dependency', 0)
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.