Projects
osmocom:latest
osmo-uecups
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 3
View file
osmo-uecups.spec
Added
@@ -0,0 +1,85 @@ +# +# spec file for package osmo-uecups +# +# Copyright (c) 2020, 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-uecups +Requires: osmocom-latest +Version: 0.2.1 +Release: 0 +Summary: OsmoUECUPS: UE/MME/SGW side GTP user plane daemon with control plane separation +License: GPL-2.0-or-later +Group: Productivity/Telephony/Utilities +URL: https://osmocom.org/projects/osmo-uecups +Source: osmo-uecups_0.2.1.tar.xz +Source1: rpmlintrc +BuildRequires: autoconf +BuildRequires: autoconf-archive +BuildRequires: automake +BuildRequires: libtool +BuildRequires: pkgconfig +BuildRequires: pkgconfig(libosmocore) >= 1.8.0 +BuildRequires: pkgconfig(libosmovty) >= 1.8.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.3.0 +BuildRequires: pkgconfig(jansson) +BuildRequires: pkgconfig(libnl-route-3.0) +BuildRequires: lksctp-tools-devel +#BuildRequires: systemd-rpm-macros + +%description +OsmoUECUPS: UE/MME/SGW side GTP user plane daemon with control plane +separation. + +%prep +%setup -n osmo-uecups -q + +%build +echo "%{version}" >.tarball-version +autoreconf -fiv +%configure \ + --docdir="%{_docdir}/%{name}" \ + --with-systemdsystemunitdir=%{_unitdir} +make %{?_smp_mflags} + +%install +%make_install + +%check +### FIXME - no checks atm +#make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +) + +### FIXME - no service file atm +#%%preun +#%%service_del_preun %{name}.service +#% +#%%postun +#%%service_del_postun %{name}.service +#% +#%%pre +#%%service_add_pre %{name}.service +#% +#%%post +#%%service_add_post %{name}.service + +%files +### FIXME - no licence files included atm +#%%license XXX +%doc README.md +%dir %{_docdir}/%{name} +%dir %{_docdir}/%{name}/examples +%{_docdir}/%{name}/examples/osmo-uecups-daemon.cfg +%{_bindir}/osmo-uecups-daemon +%dir %{_sysconfdir}/osmocom +%config(noreplace) %{_sysconfdir}/osmocom/osmo-uecups-daemon.cfg +#%%{_unitdir}/osmo-uecups.service + +%changelog
View file
osmo-uecups_0.2.0.dsc -> osmo-uecups_0.2.1.dsc
Changed
@@ -2,18 +2,18 @@ Source: osmo-uecups Binary: osmo-uecups Architecture: any -Version: 0.2.0 +Version: 0.2.1 Maintainer: Harald Welte <laforge@osmocom.org> Homepage: https://osmocom.org/projects/osmo-uecups Standards-Version: 3.9.8 Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-uecups Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-uecups -Build-Depends: debhelper (>= 9), dh-autoreconf, autotools-dev, autoconf, automake, libtool, pkg-config, libjansson-dev, libnl-route-3-dev, libosmocore-dev (>= 1.7.0), libosmo-netif-dev (>= 1.2.0), libsctp-dev, osmo-gsm-manuals-dev (>= 1.3.0) +Build-Depends: debhelper (>= 9), dh-autoreconf, autotools-dev, autoconf, automake, libtool, pkg-config, libjansson-dev, libnl-route-3-dev, libosmocore-dev (>= 1.8.0), libosmo-netif-dev (>= 1.3.0), libsctp-dev, osmo-gsm-manuals-dev (>= 1.4.0) Package-List: osmo-uecups deb net extra arch=any Checksums-Sha1: - 77306a9b01a6aa28b457695a40b0925d1e9bdabd 26876 osmo-uecups_0.2.0.tar.xz + 7abb9fea061f59ab92cae3ce7b1e49e6ba93fe73 27696 osmo-uecups_0.2.1.tar.xz Checksums-Sha256: - 3d5d3c6f2a696c6b628e069da41da727d312c896f4c9ba7fdc6c56ba4bc722c3 26876 osmo-uecups_0.2.0.tar.xz + d0b33c3d6a21fceaa9da83372bda7c328a27684dd3c277ff08a785e84b71dcdd 27696 osmo-uecups_0.2.1.tar.xz Files: - a577448bb7ef43c46b2fcad209b7e780 26876 osmo-uecups_0.2.0.tar.xz + 2a7228d82b1ebf6870a853f511851167 27696 osmo-uecups_0.2.1.tar.xz
View file
osmo-uecups_0.2.0.tar.xz/.tarball-version -> osmo-uecups_0.2.1.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -0.2.0 \ No newline at end of file +0.2.1
View file
osmo-uecups_0.2.0.tar.xz/Makefile.am -> osmo-uecups_0.2.1.tar.xz/Makefile.am
Changed
@@ -10,7 +10,7 @@ $(NULL) BUILT_SOURCES = $(top_srcdir)/.version -EXTRA_DIST = git-version-gen .version +EXTRA_DIST = git-version-gen .version contrib/osmo-uecups.spec.in @RELMAKE@
View file
osmo-uecups_0.2.0.tar.xz/README.md -> osmo-uecups_0.2.1.tar.xz/README.md
Changed
@@ -28,7 +28,7 @@ GIT Repository -------------- -You can clone from the official osmo-bts.git repository using +You can clone from the official osmo-uecups.git repository using git clone https://gitea.osmocom.org/cellular-infrastructure/osmo-uecups
View file
osmo-uecups_0.2.0.tar.xz/configure.ac -> osmo-uecups_0.2.1.tar.xz/configure.ac
Changed
@@ -26,9 +26,9 @@ fi PKG_PROG_PKG_CONFIG(0.20) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.2.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.3.0) PKG_CHECK_MODULES(LIBJANSSON, jansson) PKG_CHECK_MODULES(LIBNLROUTE3, libnl-route-3.0) @@ -109,4 +109,5 @@ daemon/Makefile doc/Makefile doc/examples/Makefile + contrib/osmo-uecups.spec )
View file
osmo-uecups_0.2.1.tar.xz/contrib/osmo-uecups.spec.in
Added
@@ -0,0 +1,84 @@ +# +# spec file for package osmo-uecups +# +# Copyright (c) 2020, 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-uecups +Requires: osmocom-latest +Version: @VERSION@ +Release: 0 +Summary: OsmoUECUPS: UE/MME/SGW side GTP user plane daemon with control plane separation +License: GPL-2.0-or-later +Group: Productivity/Telephony/Utilities +URL: https://osmocom.org/projects/osmo-uecups +Source: %{name}-%{version}.tar.xz +BuildRequires: autoconf +BuildRequires: autoconf-archive +BuildRequires: automake +BuildRequires: libtool +BuildRequires: pkgconfig +BuildRequires: pkgconfig(libosmocore) >= 1.8.0 +BuildRequires: pkgconfig(libosmovty) >= 1.8.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.3.0 +BuildRequires: pkgconfig(jansson) +BuildRequires: pkgconfig(libnl-route-3.0) +BuildRequires: lksctp-tools-devel +#BuildRequires: systemd-rpm-macros + +%description +OsmoUECUPS: UE/MME/SGW side GTP user plane daemon with control plane +separation. + +%prep +%setup -q + +%build +echo "%{version}" >.tarball-version +autoreconf -fiv +%configure \ + --docdir="%{_docdir}/%{name}" \ + --with-systemdsystemunitdir=%{_unitdir} +make %{?_smp_mflags} + +%install +%make_install + +%check +### FIXME - no checks atm +#make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +) + +### FIXME - no service file atm +#%%preun +#%%service_del_preun %{name}.service +#% +#%%postun +#%%service_del_postun %{name}.service +#% +#%%pre +#%%service_add_pre %{name}.service +#% +#%%post +#%%service_add_post %{name}.service + +%files +### FIXME - no licence files included atm +#%%license XXX +%doc README.md +%dir %{_docdir}/%{name} +%dir %{_docdir}/%{name}/examples +%{_docdir}/%{name}/examples/osmo-uecups-daemon.cfg +%{_bindir}/osmo-uecups-daemon +%dir %{_sysconfdir}/osmocom +%config(noreplace) %{_sysconfdir}/osmocom/osmo-uecups-daemon.cfg +#%%{_unitdir}/osmo-uecups.service + +%changelog
View file
osmo-uecups_0.2.0.tar.xz/debian/changelog -> osmo-uecups_0.2.1.tar.xz/debian/changelog
Changed
@@ -1,3 +1,14 @@ +osmo-uecups (0.2.1) unstable; urgency=medium + + Max + * Add git-review config + + Harald Welte + * add spec.in file for RPM building + * fix copy+paste mistake in README.md + + -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 07 Feb 2023 17:45:20 +0100 + osmo-uecups (0.2.0) unstable; urgency=medium Pau Espin Pedrol
View file
osmo-uecups_0.2.0.tar.xz/debian/control -> osmo-uecups_0.2.1.tar.xz/debian/control
Changed
@@ -11,10 +11,10 @@ pkg-config, libjansson-dev, libnl-route-3-dev, - libosmocore-dev (>= 1.7.0), - libosmo-netif-dev (>= 1.2.0), + libosmocore-dev (>= 1.8.0), + libosmo-netif-dev (>= 1.3.0), libsctp-dev, - osmo-gsm-manuals-dev (>= 1.3.0) + osmo-gsm-manuals-dev (>= 1.4.0) Standards-Version: 3.9.8 Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-uecups Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-uecups
View file
rpmlintrc
Added
@@ -0,0 +1,5 @@ +# 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
.