Changes of Revision 695
libsmpp34.spec
Deleted
x
1
2
-#
3
-# spec file for package libsmpp34
4
-#
5
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
6
-# Copyright (c) 2016, Martin Hauke <mardnh@gmx.de>
7
-#
8
-# All modifications and additions to the file contributed by third parties
9
-# remain the property of their copyright owners, unless otherwise agreed
10
-# upon. The license for this file, and modifications and additions to the
11
-# file, is the same license as for the pristine package itself (unless the
12
-# license for the pristine package is not an Open Source License, in which
13
-# case the license is the MIT License). An "Open Source License" is a
14
-# license that conforms to the Open Source Definition (Version 1.9)
15
-# published by the Open Source Initiative.
16
-
17
-%define sover 1
18
-Name: libsmpp34
19
-Requires: osmocom-nightly = 202405122026
20
-Version: 1.14.3.2.4b6d.202405122026
21
-Release: 0
22
-Summary: PDU SMPP packaging and unpackaging tool
23
-License: GPL-2.0-or-later AND LGPL-2.1-or-later
24
-Group: Development/Libraries/C and C++
25
-URL: https://osmocom.org/projects/libsmpp34
26
-Source: libsmpp34_1.14.3.2.4b6d.202405122026.tar.xz
27
-Source1: rpmlintrc
28
-BuildRequires: autoconf >= 2.57
29
-BuildRequires: libtool
30
-BuildRequires: pkgconfig >= 0.20
31
-BuildRequires: pkgconfig(libxml-2.0)
32
-
33
-%description
34
-The library provides the PDU handling of the SMPP-3.4 protocol.
35
-
36
-%package -n libsmpp34-%{sover}
37
-Requires: osmocom-nightly = 202405122026
38
-Summary: SMPP-3.4 protocol library
39
-License: LGPL-2.1-or-later
40
-Group: System/Libraries
41
-
42
-%description -n libsmpp34-%{sover}
43
-This library provides the Protocol Data Unit (PDU) handling of the
44
-SMPP-3.4 protocol. SMPP (Short Message Peer-to-Peer) is a protocol
45
-providing a data communication interface for the transfer of short
46
-message data between External Short Messaging Entities, Routing
47
-Entitites and Message Centres.
48
-
49
-%package -n libsmpp34-%{sover}-devel
50
-Requires: osmocom-nightly = 202405122026
51
-Summary: Development files for the SMPP-3.4 protocol library
52
-License: GPL-2.0-or-later
53
-Group: Development/Libraries/C and C++
54
-Requires: libsmpp34-%{sover} = %{version}
55
-
56
-%description -n libsmpp34-%{sover}-devel
57
-The library provides the PDU handling of the SMPP-3.4 protocol.
58
-
59
-This subpackage contains libraries and header files for developing
60
-applications that want to make use of libsmpp34.
61
-
62
-%prep
63
-%setup -n libsmpp34 -q
64
-
65
-%build
66
-echo "%{version}" >.tarball-version
67
-autoreconf -fi
68
-%configure --disable-static --includedir="%{_includedir}/%{name}"
69
-make %{?_smp_mflags}
70
-
71
-%install
72
-%make_install
73
-find %{buildroot} -type f -name "*.la" -delete -print
74
-
75
-%check
76
-make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)
77
-
78
-%post -n libsmpp34-%{sover} -p /sbin/ldconfig
79
-%postun -n libsmpp34-%{sover} -p /sbin/ldconfig
80
-
81
-%files -n libsmpp34-%{sover}
82
-%{_libdir}/libsmpp34.so.%{sover}*
83
-
84
-%files -n libsmpp34-%{sover}-devel
85
-%license COPYING
86
-%doc ChangeLog
87
-%{_includedir}/%{name}/
88
-%{_libdir}/libsmpp34.so
89
-%{_libdir}/pkgconfig/*.pc
90
-
91
-%changelog
92
libsmpp34_1.14.3.2.4b6d.202405122026.tar.xz/contrib/libsmpp34.spec.in
Deleted
91
1
2
-#
3
-# spec file for package libsmpp34
4
-#
5
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
6
-# Copyright (c) 2016, Martin Hauke <mardnh@gmx.de>
7
-#
8
-# All modifications and additions to the file contributed by third parties
9
-# remain the property of their copyright owners, unless otherwise agreed
10
-# upon. The license for this file, and modifications and additions to the
11
-# file, is the same license as for the pristine package itself (unless the
12
-# license for the pristine package is not an Open Source License, in which
13
-# case the license is the MIT License). An "Open Source License" is a
14
-# license that conforms to the Open Source Definition (Version 1.9)
15
-# published by the Open Source Initiative.
16
-
17
-%define sover 1
18
-Name: libsmpp34
19
-Requires: osmocom-nightly = 202405122026
20
-Version: @VERSION@
21
-Release: 0
22
-Summary: PDU SMPP packaging and unpackaging tool
23
-License: GPL-2.0-or-later AND LGPL-2.1-or-later
24
-Group: Development/Libraries/C and C++
25
-URL: https://osmocom.org/projects/libsmpp34
26
-Source: %{name}-%{version}.tar.xz
27
-BuildRequires: autoconf >= 2.57
28
-BuildRequires: libtool
29
-BuildRequires: pkgconfig >= 0.20
30
-BuildRequires: pkgconfig(libxml-2.0)
31
-
32
-%description
33
-The library provides the PDU handling of the SMPP-3.4 protocol.
34
-
35
-%package -n libsmpp34-%{sover}
36
-Requires: osmocom-nightly = 202405122026
37
-Summary: SMPP-3.4 protocol library
38
-License: LGPL-2.1-or-later
39
-Group: System/Libraries
40
-
41
-%description -n libsmpp34-%{sover}
42
-This library provides the Protocol Data Unit (PDU) handling of the
43
-SMPP-3.4 protocol. SMPP (Short Message Peer-to-Peer) is a protocol
44
-providing a data communication interface for the transfer of short
45
-message data between External Short Messaging Entities, Routing
46
-Entitites and Message Centres.
47
-
48
-%package -n libsmpp34-%{sover}-devel
49
-Requires: osmocom-nightly = 202405122026
50
-Summary: Development files for the SMPP-3.4 protocol library
51
-License: GPL-2.0-or-later
52
-Group: Development/Libraries/C and C++
53
-Requires: libsmpp34-%{sover} = %{version}
54
-
55
-%description -n libsmpp34-%{sover}-devel
56
-The library provides the PDU handling of the SMPP-3.4 protocol.
57
-
58
-This subpackage contains libraries and header files for developing
59
-applications that want to make use of libsmpp34.
60
-
61
-%prep
62
-%setup -q
63
-
64
-%build
65
-echo "%{version}" >.tarball-version
66
-autoreconf -fi
67
-%configure --disable-static --includedir="%{_includedir}/%{name}"
68
-make %{?_smp_mflags}
69
-
70
-%install
71
-%make_install
72
-find %{buildroot} -type f -name "*.la" -delete -print
73
-
74
-%check
75
-make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)
76
-
77
-%post -n libsmpp34-%{sover} -p /sbin/ldconfig
78
-%postun -n libsmpp34-%{sover} -p /sbin/ldconfig
79
-
80
-%files -n libsmpp34-%{sover}
81
-%{_libdir}/libsmpp34.so.%{sover}*
82
-
83
-%files -n libsmpp34-%{sover}-devel
84
-%license COPYING
85
-%doc ChangeLog
86
-%{_includedir}/%{name}/
87
-%{_libdir}/libsmpp34.so
88
-%{_libdir}/pkgconfig/*.pc
89
-
90
-%changelog
91
libsmpp34_1.14.3.2.4b6d.202405122026.dsc -> libsmpp34_1.14.3.3.16b4.202405132026.dsc
Changed
22
1
2
Source: libsmpp34
3
Binary: libsmpp1, libsmpp34-dev, libsmpp34-utils, libsmpp34-dbg
4
Architecture: any
5
-Version: 1.14.3.2.4b6d.202405122026
6
+Version: 1.14.3.3.16b4.202405132026
7
Maintainer: Osmocom team <openbsc@lists.osmocom.org>
8
Homepage: https://projects.osmocom.org/projects/libsmpp34
9
Standards-Version: 3.9.6
10
11
libsmpp34-dev deb libdevel optional arch=any
12
libsmpp34-utils deb libs optional arch=any
13
Checksums-Sha1:
14
- 836d56afc8a08eee77353c33e8fc9de8543b87f3 40336 libsmpp34_1.14.3.2.4b6d.202405122026.tar.xz
15
+ 92ed5d6ad723c98baf81a2814e9442f368b4ead9 39524 libsmpp34_1.14.3.3.16b4.202405132026.tar.xz
16
Checksums-Sha256:
17
- 3f3c3ddf79a08e29d494dd61f1f6937b5633c1c12bbade19b483614c1a3d293f 40336 libsmpp34_1.14.3.2.4b6d.202405122026.tar.xz
18
+ ddc8fbaa889c14bcff09ad86019ca41c007bda97aa7e798cf915392facd275d0 39524 libsmpp34_1.14.3.3.16b4.202405132026.tar.xz
19
Files:
20
- 22c19c6944bae1f7c5d8f0f9eea9cafc 40336 libsmpp34_1.14.3.2.4b6d.202405122026.tar.xz
21
+ cc7a64dd28e45c1d297613783a4dea8a 39524 libsmpp34_1.14.3.3.16b4.202405132026.tar.xz
22
libsmpp34_1.14.3.2.4b6d.202405122026.tar.xz/.tarball-version -> libsmpp34_1.14.3.3.16b4.202405132026.tar.xz/.tarball-version
Changed
4
1
2
-1.14.3.2-4b6d.202405122026
3
+1.14.3.3-16b4.202405132026
4
libsmpp34_1.14.3.2.4b6d.202405122026.tar.xz/Makefile.am -> libsmpp34_1.14.3.3.16b4.202405132026.tar.xz/Makefile.am
Changed
9
1
2
README.md \
3
.version \
4
debian \
5
- contrib/libsmpp34.spec.in \
6
git-version-gen \
7
$(NULL)
8
9
libsmpp34_1.14.3.2.4b6d.202405122026.tar.xz/configure.ac -> libsmpp34_1.14.3.3.16b4.202405132026.tar.xz/configure.ac
Changed
9
1
2
def_list/Makefile
3
binaries/Makefile
4
test_apps/Makefile
5
- libsmpp34.pc
6
- contrib/libsmpp34.spec)
7
+ libsmpp34.pc)
8
AC_OUTPUT
9
libsmpp34_1.14.3.2.4b6d.202405122026.tar.xz/debian/changelog -> libsmpp34_1.14.3.3.16b4.202405132026.tar.xz/debian/changelog
Changed
12
1
2
-libsmpp34 (1.14.3.2.4b6d.202405122026) unstable; urgency=medium
3
+libsmpp34 (1.14.3.3.16b4.202405132026) unstable; urgency=medium
4
5
* Automatically generated changelog entry for building the Osmocom nightly feed
6
7
- -- Osmocom OBS scripts <info@osmocom.org> Sun, 12 May 2024 20:26:34 +0000
8
+ -- Osmocom OBS scripts <info@osmocom.org> Mon, 13 May 2024 20:26:33 +0000
9
10
libsmpp34 (1.14.3) unstable; urgency=medium
11
12
libsmpp34_1.14.3.2.4b6d.202405122026.tar.xz/debian/control -> libsmpp34_1.14.3.3.16b4.202405132026.tar.xz/debian/control
Changed
34
1
2
Section: libs
3
Architecture: any
4
Multi-Arch: same
5
-Depends: osmocom-nightly (= 202405122026), ${shlibs:Depends},
6
+Depends: osmocom-nightly (= 202405132026), ${shlibs:Depends},
7
${misc:Depends}
8
Pre-Depends: ${misc:Pre-Depends}
9
Description: Open PDU SMPP packaging and unpackaging tool
10
11
Architecture: any
12
Multi-Arch: same
13
Section: libdevel
14
-Depends: osmocom-nightly (= 202405122026), libsmpp1 (= ${binary:Version}),
15
+Depends: osmocom-nightly (= 202405132026), libsmpp1 (= ${binary:Version}),
16
${misc:Depends}
17
Description: Development files for libsmpp34
18
This library is an implementation for providing the PDU handling of the
19
20
21
Package: libsmpp34-utils
22
Architecture: any
23
-Depends: osmocom-nightly (= 202405122026), ${shlibs:Depends}, ${misc:Depends}
24
+Depends: osmocom-nightly (= 202405132026), ${shlibs:Depends}, ${misc:Depends}
25
Description: Utilities for SMPP
26
27
Package: libsmpp34-dbg
28
Architecture: any
29
Section: debug
30
Priority: extra
31
-Depends: osmocom-nightly (= 202405122026), libsmpp1 (= ${binary:Version}), ${misc:Depends}
32
+Depends: osmocom-nightly (= 202405132026), libsmpp1 (= ${binary:Version}), ${misc:Depends}
33
Description: Debug symbols for libsmpp34
34
rpmlintrc
Deleted
7
1
2
-# Don't abort the build when finding a library that depends on a package with
3
-# a specific version. This is intentional for nightly builds, we don't want
4
-# libraries from different build dates to be mixed as they might have ABI
5
-# incompatibilities.
6
-setBadness('shlib-fixed-dependency', 0)
7