Projects
osmocom:nightly
osmo-e1d
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 689
View file
osmo-e1d.spec
Deleted
@@ -1,142 +0,0 @@ -# -# spec file for package osmo-e1d -# -# Copyright (c) 2022 SUSE LLC -# Copyright (c) 2019-2021, Martin Hauke <mardnh@gmx.de> -# -# 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: osmo-e1d -Requires: osmocom-nightly = 202405092026 -Version: 0.6.0.19.2c0f.202405092026 -Release: 0 -Summary: Osmocom E1 Daemon -License: GPL-2.0-or-later -Group: Productivity/Telephony/Utilities -URL: https://osmocom.org/projects/osmo-e1d/wiki/Wiki -Source: osmo-e1d_0.6.0.19.2c0f.202405092026.tar.xz -Source1: rpmlintrc -BuildRequires: automake >= 1.9 -BuildRequires: libtool >= 2 -BuildRequires: pkg-config >= 0.20 -%if 0%{?suse_version} -BuildRequires: systemd-rpm-macros -%endif -BuildRequires: pkgconfig(libosmocore) >= 1.9.0 -BuildRequires: pkgconfig(libosmousb) >= 1.9.0 -BuildRequires: pkgconfig(libosmovty) >= 1.9.0 -BuildRequires: pkgconfig(talloc) >= 2.0.1 -%{?systemd_requires} - -%description -osmo-e1d is an E1 interface daemon that is part of the Osmocom E1 -interface driver architecture. It was primarily written for the -ICE40_E1_USB_interface (ICE40 based E1 framer IP core developed by -tnt). - -osmo-e1d acts as an interface between the hardware/firmware of the E1 -interface on the bottom side, and applications wanting to use E1 -timeslots on the top side. - -%package -n libosmo-e1d1 -Requires: osmocom-nightly = 202405092026 -Summary: Osmocom E1 daemon protocol library -License: LGPL-3.0-or-later -Group: System/Libraries - -%description -n libosmo-e1d1 -Osmocom E1 Daemon Protocol Library. - -%package -n libosmo-octoi2 -Requires: osmocom-nightly = 202405092026 -Summary: Library for the Osmocom Community TDMoIP network -License: LGPL-3.0-or-later -Group: System/Libraries - -%description -n libosmo-octoi2 -Library for the Osmocom Community TDMoIP network. - -%package devel -Requires: osmocom-nightly = 202405092026 -Summary: Header files for the Osmocom E1 daemon protocol library -License: LGPL-3.0-or-later -Group: Development/Libraries/C and C++ -Requires: libosmo-e1d1 = %version-%release -Requires: libosmo-octoi2 = %version-%release -Provides: libosmo-e1d-devel = %version-%release -Obsoletes: libosmo-e1d-devel < %version-%release - -%description devel -This subpackage contains libraries and header files for developing -applications that want to make use of libosmo-e1d. - -%prep -%setup -n osmo-e1d -q - -%build -echo "%version" >.tarball-version -autoreconf -fiv -# bugzilla.opensuse.org/795968 for rationale -%configure --includedir="%_includedir/%name" --disable-static \ - --docdir="%_docdir/%name" \ - --with-systemdsystemunitdir="%_unitdir" -%make_build - -%install -%make_install -find "%buildroot" -type f -name "*.la" -delete -print - -%check -%make_build check || find . -name testsuite.log -exec cat {} + - -%post -n libosmo-e1d1 -p /sbin/ldconfig -%postun -n libosmo-e1d1 -p /sbin/ldconfig -%post -n libosmo-octoi2 -p /sbin/ldconfig -%postun -n libosmo-octoi2 -p /sbin/ldconfig - -%if 0%{?suse_version} -%preun -%service_del_preun %name.service - -%postun -%service_del_postun %name.service - -%pre -%service_add_pre %name.service - -%post -%service_add_post %name.service -%endif - -%files -%license COPYING COPYING.gpl2 COPYING.lgpl3 -%doc README.md -%_bindir/osmo-e1d -%_bindir/osmo-e1d-pipe -%dir %_docdir/%name -%dir %_docdir/%name/examples -%_docdir/%name/examples/ -%_unitdir/osmo-e1d.service -%dir %{_sysconfdir}/osmocom -%config(noreplace) %{_sysconfdir}/osmocom/osmo-e1d.cfg - -%files -n libosmo-e1d1 -%_libdir/libosmo-e1d.so.* - -%files -n libosmo-octoi2 -%_libdir/libosmo-octoi.so.* - -%files devel -%_includedir/%name/ -%_libdir/libosmo-e1d.so -%_libdir/libosmo-octoi.so -%_libdir/pkgconfig/*.pc - -%changelog
View file
osmo-e1d_0.6.0.19.2c0f.202405092026.dsc
Deleted
@@ -1,23 +0,0 @@ -Format: 3.0 (native) -Source: osmo-e1d -Binary: osmo-e1d, libosmo-e1d1, libosmo-e1d-dev, libosmo-octoi2, libosmo-octoi-dev -Architecture: any -Version: 0.6.0.19.2c0f.202405092026 -Maintainer: Osmocom team <openbsc@lists.osmocom.org> -Homepage: https://projects.osmocom.org/projects/osmo-e1d -Standards-Version: 3.9.8 -Vcs-Browser: https://gitea.osmocom.org/retronetworking/osmo-e1d -Vcs-Git: https://gitea.osmocom.org/retronetworking/osmo-e1d -Build-Depends: debhelper (>= 10), dh-autoreconf, autotools-dev, autoconf, automake, libtool, pkg-config, python3-minimal, libosmocore-dev (>= 1.9.0), libusb-1.0-0-dev, osmo-gsm-manuals-dev (>= 1.4.0) -Package-List: - libosmo-e1d-dev deb libdevel extra arch=any - libosmo-e1d1 deb libs extra arch=any - libosmo-octoi-dev deb libdevel extra arch=any - libosmo-octoi2 deb libs extra arch=any - osmo-e1d deb net extra arch=any -Checksums-Sha1: - 455449e4d54176c5eaebeb6b1f2de5b7568afb46 107684 osmo-e1d_0.6.0.19.2c0f.202405092026.tar.xz -Checksums-Sha256: - 726f81414715cc13ae74959a84788f21346a7e9b45834506647a594d8972f39c 107684 osmo-e1d_0.6.0.19.2c0f.202405092026.tar.xz -Files: - f03ea68d713a37900ddc7a90d13eab30 107684 osmo-e1d_0.6.0.19.2c0f.202405092026.tar.xz
View file
osmo-e1d_0.6.0.19.2c0f.202405092026.tar.xz/contrib/osmo-e1d.spec.in
Deleted
@@ -1,141 +0,0 @@ -# -# spec file for package osmo-e1d -# -# Copyright (c) 2022 SUSE LLC -# Copyright (c) 2019-2021, Martin Hauke <mardnh@gmx.de> -# -# 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: osmo-e1d -Requires: osmocom-nightly = 202405092026 -Version: @VERSION@ -Release: 0 -Summary: Osmocom E1 Daemon -License: GPL-2.0-or-later -Group: Productivity/Telephony/Utilities -URL: https://osmocom.org/projects/osmo-e1d/wiki/Wiki -Source: %{name}-%{version}.tar.xz -BuildRequires: automake >= 1.9 -BuildRequires: libtool >= 2 -BuildRequires: pkg-config >= 0.20 -%if 0%{?suse_version} -BuildRequires: systemd-rpm-macros -%endif -BuildRequires: pkgconfig(libosmocore) >= 1.9.0 -BuildRequires: pkgconfig(libosmousb) >= 1.9.0 -BuildRequires: pkgconfig(libosmovty) >= 1.9.0 -BuildRequires: pkgconfig(talloc) >= 2.0.1 -%{?systemd_requires} - -%description -osmo-e1d is an E1 interface daemon that is part of the Osmocom E1 -interface driver architecture. It was primarily written for the -ICE40_E1_USB_interface (ICE40 based E1 framer IP core developed by -tnt). - -osmo-e1d acts as an interface between the hardware/firmware of the E1 -interface on the bottom side, and applications wanting to use E1 -timeslots on the top side. - -%package -n libosmo-e1d1 -Requires: osmocom-nightly = 202405092026 -Summary: Osmocom E1 daemon protocol library -License: LGPL-3.0-or-later -Group: System/Libraries - -%description -n libosmo-e1d1 -Osmocom E1 Daemon Protocol Library. - -%package -n libosmo-octoi2 -Requires: osmocom-nightly = 202405092026 -Summary: Library for the Osmocom Community TDMoIP network -License: LGPL-3.0-or-later -Group: System/Libraries - -%description -n libosmo-octoi2 -Library for the Osmocom Community TDMoIP network. - -%package devel -Requires: osmocom-nightly = 202405092026 -Summary: Header files for the Osmocom E1 daemon protocol library -License: LGPL-3.0-or-later -Group: Development/Libraries/C and C++ -Requires: libosmo-e1d1 = %version-%release -Requires: libosmo-octoi2 = %version-%release -Provides: libosmo-e1d-devel = %version-%release -Obsoletes: libosmo-e1d-devel < %version-%release - -%description devel -This subpackage contains libraries and header files for developing -applications that want to make use of libosmo-e1d. - -%prep -%setup -q - -%build -echo "%version" >.tarball-version -autoreconf -fiv -# bugzilla.opensuse.org/795968 for rationale -%configure --includedir="%_includedir/%name" --disable-static \ - --docdir="%_docdir/%name" \ - --with-systemdsystemunitdir="%_unitdir" -%make_build - -%install -%make_install -find "%buildroot" -type f -name "*.la" -delete -print - -%check -%make_build check || find . -name testsuite.log -exec cat {} + - -%post -n libosmo-e1d1 -p /sbin/ldconfig -%postun -n libosmo-e1d1 -p /sbin/ldconfig -%post -n libosmo-octoi2 -p /sbin/ldconfig -%postun -n libosmo-octoi2 -p /sbin/ldconfig - -%if 0%{?suse_version} -%preun -%service_del_preun %name.service - -%postun -%service_del_postun %name.service - -%pre -%service_add_pre %name.service - -%post -%service_add_post %name.service -%endif - -%files -%license COPYING COPYING.gpl2 COPYING.lgpl3 -%doc README.md -%_bindir/osmo-e1d -%_bindir/osmo-e1d-pipe -%dir %_docdir/%name -%dir %_docdir/%name/examples -%_docdir/%name/examples/ -%_unitdir/osmo-e1d.service -%dir %{_sysconfdir}/osmocom -%config(noreplace) %{_sysconfdir}/osmocom/osmo-e1d.cfg - -%files -n libosmo-e1d1 -%_libdir/libosmo-e1d.so.* - -%files -n libosmo-octoi2 -%_libdir/libosmo-octoi.so.* - -%files devel -%_includedir/%name/ -%_libdir/libosmo-e1d.so -%_libdir/libosmo-octoi.so -%_libdir/pkgconfig/*.pc - -%changelog
View file
osmo-e1d_0.6.0.20.71a2.202405102026.dsc
Added
@@ -0,0 +1,23 @@ +Format: 3.0 (native) +Source: osmo-e1d +Binary: osmo-e1d, libosmo-e1d1, libosmo-e1d-dev, libosmo-octoi2, libosmo-octoi-dev +Architecture: any +Version: 0.6.0.20.71a2.202405102026 +Maintainer: Osmocom team <openbsc@lists.osmocom.org> +Homepage: https://projects.osmocom.org/projects/osmo-e1d +Standards-Version: 3.9.8 +Vcs-Browser: https://gitea.osmocom.org/retronetworking/osmo-e1d +Vcs-Git: https://gitea.osmocom.org/retronetworking/osmo-e1d +Build-Depends: debhelper (>= 10), dh-autoreconf, autotools-dev, autoconf, automake, libtool, pkg-config, python3-minimal, libosmocore-dev (>= 1.9.0), libusb-1.0-0-dev, osmo-gsm-manuals-dev (>= 1.4.0) +Package-List: + libosmo-e1d-dev deb libdevel extra arch=any + libosmo-e1d1 deb libs extra arch=any + libosmo-octoi-dev deb libdevel extra arch=any + libosmo-octoi2 deb libs extra arch=any + osmo-e1d deb net extra arch=any +Checksums-Sha1: + fdb92d4184af834d244066b351df749473672b8d 106560 osmo-e1d_0.6.0.20.71a2.202405102026.tar.xz +Checksums-Sha256: + f291b6c4453b27d974b552067670c88a64e9b1067a3a1f60912f037460da83bf 106560 osmo-e1d_0.6.0.20.71a2.202405102026.tar.xz +Files: + dcf79c26b7df94f14b9f675e0b382e35 106560 osmo-e1d_0.6.0.20.71a2.202405102026.tar.xz
View file
osmo-e1d_0.6.0.19.2c0f.202405092026.tar.xz/.tarball-version -> osmo-e1d_0.6.0.20.71a2.202405102026.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -0.6.0.19-2c0f.202405092026 +0.6.0.20-71a2.202405102026
View file
osmo-e1d_0.6.0.19.2c0f.202405092026.tar.xz/configure.ac -> osmo-e1d_0.6.0.20.71a2.202405102026.tar.xz/configure.ac
Changed
@@ -182,7 +182,6 @@ Doxyfile contrib/Makefile contrib/systemd/Makefile - contrib/osmo-e1d.spec doc/Makefile doc/examples/Makefile doc/manuals/Makefile
View file
osmo-e1d_0.6.0.19.2c0f.202405092026.tar.xz/contrib/Makefile.am -> osmo-e1d_0.6.0.20.71a2.202405102026.tar.xz/contrib/Makefile.am
Changed
@@ -1,5 +1 @@ SUBDIRS = systemd - -EXTRA_DIST = \ - osmo-e1d.spec.in \ - $(NULL)
View file
osmo-e1d_0.6.0.19.2c0f.202405092026.tar.xz/debian/changelog -> osmo-e1d_0.6.0.20.71a2.202405102026.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-e1d (0.6.0.19.2c0f.202405092026) unstable; urgency=medium +osmo-e1d (0.6.0.20.71a2.202405102026) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom nightly feed - -- Osmocom OBS scripts <info@osmocom.org> Thu, 09 May 2024 20:26:44 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Fri, 10 May 2024 20:26:45 +0000 osmo-e1d (0.6.0) unstable; urgency=medium
View file
osmo-e1d_0.6.0.19.2c0f.202405092026.tar.xz/debian/control -> osmo-e1d_0.6.0.20.71a2.202405102026.tar.xz/debian/control
Changed
@@ -21,14 +21,14 @@ Package: osmo-e1d Architecture: any Multi-Arch: foreign -Depends: osmocom-nightly (= 202405092026), ${misc:Depends}, ${shlibs:Depends} +Depends: osmocom-nightly (= 202405102026), ${misc:Depends}, ${shlibs:Depends} Description: osmo-e1d: Osmocom's E1 interface daemon Package: libosmo-e1d1 Section: libs Architecture: any Multi-Arch: same -Depends: osmocom-nightly (= 202405092026), ${misc:Depends}, ${shlibs:Depends} +Depends: osmocom-nightly (= 202405102026), ${misc:Depends}, ${shlibs:Depends} Pre-Depends: ${misc:Pre-Depends} Description: Client library for talking to the Osmocom E1 interface daemon osmo-e1d. @@ -36,7 +36,7 @@ Section: libdevel Architecture: any Multi-Arch: same -Depends: osmocom-nightly (= 202405092026), ${misc:Depends}, ${shlibs:Depends}, +Depends: osmocom-nightly (= 202405102026), ${misc:Depends}, ${shlibs:Depends}, libosmo-e1d1 (= ${binary:Version}), libosmocore-dev, Description: Development headers for the osmo-e1d library. @@ -45,7 +45,7 @@ Section: libs Architecture: any Multi-Arch: same -Depends: osmocom-nightly (= 202405092026), ${misc:Depends}, ${shlibs:Depends} +Depends: osmocom-nightly (= 202405102026), ${misc:Depends}, ${shlibs:Depends} Pre-Depends: ${misc:Pre-Depends} Description: Library for the Osmocom Community TDMoIP network. @@ -53,7 +53,7 @@ Section: libdevel Architecture: any Multi-Arch: same -Depends: osmocom-nightly (= 202405092026), ${misc:Depends}, ${shlibs:Depends}, +Depends: osmocom-nightly (= 202405102026), ${misc:Depends}, ${shlibs:Depends}, libosmo-octoi2 (= ${binary:Version}), libosmocore-dev, Description: Development headers for the Osmocom Community TDMoIP library.
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
.