Projects
osmocom:nightly
libsmpp34
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 695
View file
libsmpp34.spec
Deleted
@@ -1,90 +0,0 @@ -# -# spec file for package libsmpp34 -# -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2016, 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. - -%define sover 1 -Name: libsmpp34 -Requires: osmocom-nightly = 202405122026 -Version: 1.14.3.2.4b6d.202405122026 -Release: 0 -Summary: PDU SMPP packaging and unpackaging tool -License: GPL-2.0-or-later AND LGPL-2.1-or-later -Group: Development/Libraries/C and C++ -URL: https://osmocom.org/projects/libsmpp34 -Source: libsmpp34_1.14.3.2.4b6d.202405122026.tar.xz -Source1: rpmlintrc -BuildRequires: autoconf >= 2.57 -BuildRequires: libtool -BuildRequires: pkgconfig >= 0.20 -BuildRequires: pkgconfig(libxml-2.0) - -%description -The library provides the PDU handling of the SMPP-3.4 protocol. - -%package -n libsmpp34-%{sover} -Requires: osmocom-nightly = 202405122026 -Summary: SMPP-3.4 protocol library -License: LGPL-2.1-or-later -Group: System/Libraries - -%description -n libsmpp34-%{sover} -This library provides the Protocol Data Unit (PDU) handling of the -SMPP-3.4 protocol. SMPP (Short Message Peer-to-Peer) is a protocol -providing a data communication interface for the transfer of short -message data between External Short Messaging Entities, Routing -Entitites and Message Centres. - -%package -n libsmpp34-%{sover}-devel -Requires: osmocom-nightly = 202405122026 -Summary: Development files for the SMPP-3.4 protocol library -License: GPL-2.0-or-later -Group: Development/Libraries/C and C++ -Requires: libsmpp34-%{sover} = %{version} - -%description -n libsmpp34-%{sover}-devel -The library provides the PDU handling of the SMPP-3.4 protocol. - -This subpackage contains libraries and header files for developing -applications that want to make use of libsmpp34. - -%prep -%setup -n libsmpp34 -q - -%build -echo "%{version}" >.tarball-version -autoreconf -fi -%configure --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 libsmpp34-%{sover} -p /sbin/ldconfig -%postun -n libsmpp34-%{sover} -p /sbin/ldconfig - -%files -n libsmpp34-%{sover} -%{_libdir}/libsmpp34.so.%{sover}* - -%files -n libsmpp34-%{sover}-devel -%license COPYING -%doc ChangeLog -%{_includedir}/%{name}/ -%{_libdir}/libsmpp34.so -%{_libdir}/pkgconfig/*.pc - -%changelog
View file
libsmpp34_1.14.3.2.4b6d.202405122026.tar.xz/contrib/libsmpp34.spec.in
Deleted
@@ -1,89 +0,0 @@ -# -# spec file for package libsmpp34 -# -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2016, 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. - -%define sover 1 -Name: libsmpp34 -Requires: osmocom-nightly = 202405122026 -Version: @VERSION@ -Release: 0 -Summary: PDU SMPP packaging and unpackaging tool -License: GPL-2.0-or-later AND LGPL-2.1-or-later -Group: Development/Libraries/C and C++ -URL: https://osmocom.org/projects/libsmpp34 -Source: %{name}-%{version}.tar.xz -BuildRequires: autoconf >= 2.57 -BuildRequires: libtool -BuildRequires: pkgconfig >= 0.20 -BuildRequires: pkgconfig(libxml-2.0) - -%description -The library provides the PDU handling of the SMPP-3.4 protocol. - -%package -n libsmpp34-%{sover} -Requires: osmocom-nightly = 202405122026 -Summary: SMPP-3.4 protocol library -License: LGPL-2.1-or-later -Group: System/Libraries - -%description -n libsmpp34-%{sover} -This library provides the Protocol Data Unit (PDU) handling of the -SMPP-3.4 protocol. SMPP (Short Message Peer-to-Peer) is a protocol -providing a data communication interface for the transfer of short -message data between External Short Messaging Entities, Routing -Entitites and Message Centres. - -%package -n libsmpp34-%{sover}-devel -Requires: osmocom-nightly = 202405122026 -Summary: Development files for the SMPP-3.4 protocol library -License: GPL-2.0-or-later -Group: Development/Libraries/C and C++ -Requires: libsmpp34-%{sover} = %{version} - -%description -n libsmpp34-%{sover}-devel -The library provides the PDU handling of the SMPP-3.4 protocol. - -This subpackage contains libraries and header files for developing -applications that want to make use of libsmpp34. - -%prep -%setup -q - -%build -echo "%{version}" >.tarball-version -autoreconf -fi -%configure --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 libsmpp34-%{sover} -p /sbin/ldconfig -%postun -n libsmpp34-%{sover} -p /sbin/ldconfig - -%files -n libsmpp34-%{sover} -%{_libdir}/libsmpp34.so.%{sover}* - -%files -n libsmpp34-%{sover}-devel -%license COPYING -%doc ChangeLog -%{_includedir}/%{name}/ -%{_libdir}/libsmpp34.so -%{_libdir}/pkgconfig/*.pc - -%changelog
View file
libsmpp34_1.14.3.2.4b6d.202405122026.dsc -> libsmpp34_1.14.3.3.16b4.202405132026.dsc
Changed
@@ -2,7 +2,7 @@ Source: libsmpp34 Binary: libsmpp1, libsmpp34-dev, libsmpp34-utils, libsmpp34-dbg Architecture: any -Version: 1.14.3.2.4b6d.202405122026 +Version: 1.14.3.3.16b4.202405132026 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/libsmpp34 Standards-Version: 3.9.6 @@ -15,8 +15,8 @@ libsmpp34-dev deb libdevel optional arch=any libsmpp34-utils deb libs optional arch=any Checksums-Sha1: - 836d56afc8a08eee77353c33e8fc9de8543b87f3 40336 libsmpp34_1.14.3.2.4b6d.202405122026.tar.xz + 92ed5d6ad723c98baf81a2814e9442f368b4ead9 39524 libsmpp34_1.14.3.3.16b4.202405132026.tar.xz Checksums-Sha256: - 3f3c3ddf79a08e29d494dd61f1f6937b5633c1c12bbade19b483614c1a3d293f 40336 libsmpp34_1.14.3.2.4b6d.202405122026.tar.xz + ddc8fbaa889c14bcff09ad86019ca41c007bda97aa7e798cf915392facd275d0 39524 libsmpp34_1.14.3.3.16b4.202405132026.tar.xz Files: - 22c19c6944bae1f7c5d8f0f9eea9cafc 40336 libsmpp34_1.14.3.2.4b6d.202405122026.tar.xz + cc7a64dd28e45c1d297613783a4dea8a 39524 libsmpp34_1.14.3.3.16b4.202405132026.tar.xz
View file
libsmpp34_1.14.3.2.4b6d.202405122026.tar.xz/.tarball-version -> libsmpp34_1.14.3.3.16b4.202405132026.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.14.3.2-4b6d.202405122026 +1.14.3.3-16b4.202405132026
View file
libsmpp34_1.14.3.2.4b6d.202405122026.tar.xz/Makefile.am -> libsmpp34_1.14.3.3.16b4.202405132026.tar.xz/Makefile.am
Changed
@@ -22,7 +22,6 @@ README.md \ .version \ debian \ - contrib/libsmpp34.spec.in \ git-version-gen \ $(NULL)
View file
libsmpp34_1.14.3.2.4b6d.202405122026.tar.xz/configure.ac -> libsmpp34_1.14.3.3.16b4.202405132026.tar.xz/configure.ac
Changed
@@ -89,6 +89,5 @@ def_list/Makefile binaries/Makefile test_apps/Makefile - libsmpp34.pc - contrib/libsmpp34.spec) + libsmpp34.pc) AC_OUTPUT
View file
libsmpp34_1.14.3.2.4b6d.202405122026.tar.xz/debian/changelog -> libsmpp34_1.14.3.3.16b4.202405132026.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libsmpp34 (1.14.3.2.4b6d.202405122026) unstable; urgency=medium +libsmpp34 (1.14.3.3.16b4.202405132026) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom nightly feed - -- Osmocom OBS scripts <info@osmocom.org> Sun, 12 May 2024 20:26:34 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Mon, 13 May 2024 20:26:33 +0000 libsmpp34 (1.14.3) unstable; urgency=medium
View file
libsmpp34_1.14.3.2.4b6d.202405122026.tar.xz/debian/control -> libsmpp34_1.14.3.3.16b4.202405132026.tar.xz/debian/control
Changed
@@ -21,7 +21,7 @@ Section: libs Architecture: any Multi-Arch: same -Depends: osmocom-nightly (= 202405122026), ${shlibs:Depends}, +Depends: osmocom-nightly (= 202405132026), ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Description: Open PDU SMPP packaging and unpackaging tool @@ -35,7 +35,7 @@ Architecture: any Multi-Arch: same Section: libdevel -Depends: osmocom-nightly (= 202405122026), libsmpp1 (= ${binary:Version}), +Depends: osmocom-nightly (= 202405132026), libsmpp1 (= ${binary:Version}), ${misc:Depends} Description: Development files for libsmpp34 This library is an implementation for providing the PDU handling of the @@ -48,12 +48,12 @@ Package: libsmpp34-utils Architecture: any -Depends: osmocom-nightly (= 202405122026), ${shlibs:Depends}, ${misc:Depends} +Depends: osmocom-nightly (= 202405132026), ${shlibs:Depends}, ${misc:Depends} Description: Utilities for SMPP Package: libsmpp34-dbg Architecture: any Section: debug Priority: extra -Depends: osmocom-nightly (= 202405122026), libsmpp1 (= ${binary:Version}), ${misc:Depends} +Depends: osmocom-nightly (= 202405132026), libsmpp1 (= ${binary:Version}), ${misc:Depends} Description: Debug symbols for libsmpp34
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
.