libqb/libqb.spec

160 lines
4.2 KiB
RPMSpec
Raw Permalink Normal View History

#
# spec file for package libqb
#
# Copyright (c) 2023 SUSE LLC
#
# 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.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%bcond_without check
%bcond_without testsrpm
Accepting request 830044 from home:yan_gao:branches:network:ha-clustering:Factory - Update to version 2.0.1+20200729.416caf2 (v2.0.1): - unix.c: use posix_fallocate() (#409) - doxygen2man: Tidy RETURN VALUE - doxygen2man - Print structure descriptions (where available) (#408) - Make manpages (#405) - doxygen2man: Fix a couple of the worst coverity errors (#404) - doxygen2man - Lots of new features & fixes for parsing libqb manpages (#402) - array: More locking fixes (#400) - log: Fix threading races (#396) - Some bugs spotted by coverity (#399) - Update to version 2.0.0+20200504.803d924 (v2.0.0): - log: journal: fix forgotten syslog reload when flipped from journal - Let remote_tempdir() assume a NUL-terminated name - Make it impossible to truncate or overflow the connection description - master: Issue 390: Clarify documentation of qb_loop_timer_expire_time_get and provide new function to return previously documented behavior (#391) (gh#ClusterLabs/libqb#390) - Update to version 1.9.1+20200318.93f9975 (v1.9.1): - Doxygen2man (#388) - trie: Don't assume that chars are unsigned < 126 (#386) - list: fix list handling for gcc10 (#383) - Set correct ownership if qb_ipcs_connection_auth_set() has been used (gh#ClusterLabs/libqb#369, rh#1836146) - Allow group access to the IPC directory - Errors are represented as negative values - Update to version 1.9.0+20191211.51a03aa (v1.9.0): - lib: Fix some minor warnings from newer compilers - ipc: Always initialize response struct - ringbuffer: fix mistaken errno handling around _rb_chunk_reclaim - array,log: Never set errno to a negative value OBS-URL: https://build.opensuse.org/request/show/830044 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=95
2020-08-27 19:05:49 +02:00
%bcond_without doxygen2man
Name: libqb
Version: 2.0.8+20230721.002171b
Release: 0
Summary: An IPC library for high performance servers
License: LGPL-2.1-or-later
Group: Development/Libraries/C and C++
Accepting request 830044 from home:yan_gao:branches:network:ha-clustering:Factory - Update to version 2.0.1+20200729.416caf2 (v2.0.1): - unix.c: use posix_fallocate() (#409) - doxygen2man: Tidy RETURN VALUE - doxygen2man - Print structure descriptions (where available) (#408) - Make manpages (#405) - doxygen2man: Fix a couple of the worst coverity errors (#404) - doxygen2man - Lots of new features & fixes for parsing libqb manpages (#402) - array: More locking fixes (#400) - log: Fix threading races (#396) - Some bugs spotted by coverity (#399) - Update to version 2.0.0+20200504.803d924 (v2.0.0): - log: journal: fix forgotten syslog reload when flipped from journal - Let remote_tempdir() assume a NUL-terminated name - Make it impossible to truncate or overflow the connection description - master: Issue 390: Clarify documentation of qb_loop_timer_expire_time_get and provide new function to return previously documented behavior (#391) (gh#ClusterLabs/libqb#390) - Update to version 1.9.1+20200318.93f9975 (v1.9.1): - Doxygen2man (#388) - trie: Don't assume that chars are unsigned < 126 (#386) - list: fix list handling for gcc10 (#383) - Set correct ownership if qb_ipcs_connection_auth_set() has been used (gh#ClusterLabs/libqb#369, rh#1836146) - Allow group access to the IPC directory - Errors are represented as negative values - Update to version 1.9.0+20191211.51a03aa (v1.9.0): - lib: Fix some minor warnings from newer compilers - ipc: Always initialize response struct - ringbuffer: fix mistaken errno handling around _rb_chunk_reclaim - array,log: Never set errno to a negative value OBS-URL: https://build.opensuse.org/request/show/830044 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=95
2020-08-27 19:05:49 +02:00
URL: https://github.com/ClusterLabs/libqb
Accepting request 561126 from home:yan_gao:branches:network:ha-clustering:Factory:Test - Update to version 1.0.3+20171226.6d62b64: - build: fix configure script neglecting, re-enable out-of-tree builds - Update to version 1.0.3 - warnings cleanup: fix initialiser warning - warnings cleanup: Wformat: sign-correct PRIu32 specifiers as appropriate - warnings cleanup: Wsign-compare: log_format: int32_t -> size_t - warnings cleanup: Wsign-compare: hdb: uint32_t <-> int32_t - warnings cleanup: Wsign-compare: array: int32_t -> size_t - warnings cleanup: hdb+loop_timerlist: Wsign-compare: (canary?) variables - warnings cleanup: Wshift-overflow: trigger arithmetic conv. to unsigned - Upstream version cs: 28dff090c74b6ba8609c4797294a5afe3fe73987 (v1.0.3) - fix internal object symbol's leak & expose run-time lib version (bsc#1074327) - bare fix for libqb logging not working with ld.bfd/binutils 2.29+ (bsc#1074327) - add extra run-time (client, libqb) checks that logging will work (bsc#1074327) - tests: add a script to generate callsite-heavy logging client... (bsc#1074327) - tests: new sort of tests dubbed "functional", cover linker vs. logging (bsc#1074327) - configure: check section boundary symbols present in the test (bsc#1074327) - qblog.h: better explanation + behaviour of QB_LOG_INIT_DATA (bsc#1074327) - log: use fdatasync instead of fsync where possible (#263) - Upstream version cs: c011b12fcaf093f0463901154c475905f51d783a OBS-URL: https://build.opensuse.org/request/show/561126 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=84
2018-01-02 14:43:35 +01:00
Source0: %{name}-%{version}.tar.xz
Source1: baselibs.conf
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: check-devel
BuildRequires: doxygen
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: procps
BuildRequires: util-linux
# Need git so build-aux/git-version-gen can extract the version number and
# commit hash during autogen run (not used currently)
#BuildRequires: git
%description
libqb is a library providing high performance client server reusable
features. It provides logging, tracing, IPC, and polling.
Accepting request 830044 from home:yan_gao:branches:network:ha-clustering:Factory - Update to version 2.0.1+20200729.416caf2 (v2.0.1): - unix.c: use posix_fallocate() (#409) - doxygen2man: Tidy RETURN VALUE - doxygen2man - Print structure descriptions (where available) (#408) - Make manpages (#405) - doxygen2man: Fix a couple of the worst coverity errors (#404) - doxygen2man - Lots of new features & fixes for parsing libqb manpages (#402) - array: More locking fixes (#400) - log: Fix threading races (#396) - Some bugs spotted by coverity (#399) - Update to version 2.0.0+20200504.803d924 (v2.0.0): - log: journal: fix forgotten syslog reload when flipped from journal - Let remote_tempdir() assume a NUL-terminated name - Make it impossible to truncate or overflow the connection description - master: Issue 390: Clarify documentation of qb_loop_timer_expire_time_get and provide new function to return previously documented behavior (#391) (gh#ClusterLabs/libqb#390) - Update to version 1.9.1+20200318.93f9975 (v1.9.1): - Doxygen2man (#388) - trie: Don't assume that chars are unsigned < 126 (#386) - list: fix list handling for gcc10 (#383) - Set correct ownership if qb_ipcs_connection_auth_set() has been used (gh#ClusterLabs/libqb#369, rh#1836146) - Allow group access to the IPC directory - Errors are represented as negative values - Update to version 1.9.0+20191211.51a03aa (v1.9.0): - lib: Fix some minor warnings from newer compilers - ipc: Always initialize response struct - ringbuffer: fix mistaken errno handling around _rb_chunk_reclaim - array,log: Never set errno to a negative value OBS-URL: https://build.opensuse.org/request/show/830044 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=95
2020-08-27 19:05:49 +02:00
%package -n libqb100
Summary: An IPC library for high performance servers
Group: System/Libraries
Accepting request 830044 from home:yan_gao:branches:network:ha-clustering:Factory - Update to version 2.0.1+20200729.416caf2 (v2.0.1): - unix.c: use posix_fallocate() (#409) - doxygen2man: Tidy RETURN VALUE - doxygen2man - Print structure descriptions (where available) (#408) - Make manpages (#405) - doxygen2man: Fix a couple of the worst coverity errors (#404) - doxygen2man - Lots of new features & fixes for parsing libqb manpages (#402) - array: More locking fixes (#400) - log: Fix threading races (#396) - Some bugs spotted by coverity (#399) - Update to version 2.0.0+20200504.803d924 (v2.0.0): - log: journal: fix forgotten syslog reload when flipped from journal - Let remote_tempdir() assume a NUL-terminated name - Make it impossible to truncate or overflow the connection description - master: Issue 390: Clarify documentation of qb_loop_timer_expire_time_get and provide new function to return previously documented behavior (#391) (gh#ClusterLabs/libqb#390) - Update to version 1.9.1+20200318.93f9975 (v1.9.1): - Doxygen2man (#388) - trie: Don't assume that chars are unsigned < 126 (#386) - list: fix list handling for gcc10 (#383) - Set correct ownership if qb_ipcs_connection_auth_set() has been used (gh#ClusterLabs/libqb#369, rh#1836146) - Allow group access to the IPC directory - Errors are represented as negative values - Update to version 1.9.0+20191211.51a03aa (v1.9.0): - lib: Fix some minor warnings from newer compilers - ipc: Always initialize response struct - ringbuffer: fix mistaken errno handling around _rb_chunk_reclaim - array,log: Never set errno to a negative value OBS-URL: https://build.opensuse.org/request/show/830044 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=95
2020-08-27 19:05:49 +02:00
%description -n libqb100
libqb is a library providing high performance client server reusable
features. It provides logging, tracing, IPC, and polling.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries/C and C++
Accepting request 830044 from home:yan_gao:branches:network:ha-clustering:Factory - Update to version 2.0.1+20200729.416caf2 (v2.0.1): - unix.c: use posix_fallocate() (#409) - doxygen2man: Tidy RETURN VALUE - doxygen2man - Print structure descriptions (where available) (#408) - Make manpages (#405) - doxygen2man: Fix a couple of the worst coverity errors (#404) - doxygen2man - Lots of new features & fixes for parsing libqb manpages (#402) - array: More locking fixes (#400) - log: Fix threading races (#396) - Some bugs spotted by coverity (#399) - Update to version 2.0.0+20200504.803d924 (v2.0.0): - log: journal: fix forgotten syslog reload when flipped from journal - Let remote_tempdir() assume a NUL-terminated name - Make it impossible to truncate or overflow the connection description - master: Issue 390: Clarify documentation of qb_loop_timer_expire_time_get and provide new function to return previously documented behavior (#391) (gh#ClusterLabs/libqb#390) - Update to version 1.9.1+20200318.93f9975 (v1.9.1): - Doxygen2man (#388) - trie: Don't assume that chars are unsigned < 126 (#386) - list: fix list handling for gcc10 (#383) - Set correct ownership if qb_ipcs_connection_auth_set() has been used (gh#ClusterLabs/libqb#369, rh#1836146) - Allow group access to the IPC directory - Errors are represented as negative values - Update to version 1.9.0+20191211.51a03aa (v1.9.0): - lib: Fix some minor warnings from newer compilers - ipc: Always initialize response struct - ringbuffer: fix mistaken errno handling around _rb_chunk_reclaim - array,log: Never set errno to a negative value OBS-URL: https://build.opensuse.org/request/show/830044 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=95
2020-08-27 19:05:49 +02:00
Requires: libqb100 = %{version}-%{release}
%description devel
libqb is a library providing high performance client server reusable
features. It provides logging, tracing, IPC, and polling.
%package tools
Summary: Utilities from libqb, an IPC library
Group: Development/Tools/Other
Conflicts: libqb0 <= 1.0.3
Provides: libqb0:%{_sbindir}/qb-blackbox
%description tools
libqb is a library providing high performance client server reusable
features. It provides logging, tracing, IPC, and polling.
%prep
Accepting request 561126 from home:yan_gao:branches:network:ha-clustering:Factory:Test - Update to version 1.0.3+20171226.6d62b64: - build: fix configure script neglecting, re-enable out-of-tree builds - Update to version 1.0.3 - warnings cleanup: fix initialiser warning - warnings cleanup: Wformat: sign-correct PRIu32 specifiers as appropriate - warnings cleanup: Wsign-compare: log_format: int32_t -> size_t - warnings cleanup: Wsign-compare: hdb: uint32_t <-> int32_t - warnings cleanup: Wsign-compare: array: int32_t -> size_t - warnings cleanup: hdb+loop_timerlist: Wsign-compare: (canary?) variables - warnings cleanup: Wshift-overflow: trigger arithmetic conv. to unsigned - Upstream version cs: 28dff090c74b6ba8609c4797294a5afe3fe73987 (v1.0.3) - fix internal object symbol's leak & expose run-time lib version (bsc#1074327) - bare fix for libqb logging not working with ld.bfd/binutils 2.29+ (bsc#1074327) - add extra run-time (client, libqb) checks that logging will work (bsc#1074327) - tests: add a script to generate callsite-heavy logging client... (bsc#1074327) - tests: new sort of tests dubbed "functional", cover linker vs. logging (bsc#1074327) - configure: check section boundary symbols present in the test (bsc#1074327) - qblog.h: better explanation + behaviour of QB_LOG_INIT_DATA (bsc#1074327) - log: use fdatasync instead of fsync where possible (#263) - Upstream version cs: c011b12fcaf093f0463901154c475905f51d783a OBS-URL: https://build.opensuse.org/request/show/561126 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=84
2018-01-02 14:43:35 +01:00
%setup -q -n %{name}-%{version}
%build
if [ ! -f .tarball-version ]; then
echo %{VERSION} > .tarball-version
fi
./autogen.sh
%configure \
%if %{with testsrpm}
--enable-install-tests \
%endif
--disable-static
%make_build
%if 0%{?with_check}
%check
# Tests require writable /dev/shm and /var/run
# TODO: This test might not be quite right -- it seems to fail on OBS,
# but OBS is capable of doing "make check" successfully, whereas
# "osc build" in a chroot fails.
if [ -w /dev/shm -a -w %{_localstatedir}/run ] ; then
Accepting request 561126 from home:yan_gao:branches:network:ha-clustering:Factory:Test - Update to version 1.0.3+20171226.6d62b64: - build: fix configure script neglecting, re-enable out-of-tree builds - Update to version 1.0.3 - warnings cleanup: fix initialiser warning - warnings cleanup: Wformat: sign-correct PRIu32 specifiers as appropriate - warnings cleanup: Wsign-compare: log_format: int32_t -> size_t - warnings cleanup: Wsign-compare: hdb: uint32_t <-> int32_t - warnings cleanup: Wsign-compare: array: int32_t -> size_t - warnings cleanup: hdb+loop_timerlist: Wsign-compare: (canary?) variables - warnings cleanup: Wshift-overflow: trigger arithmetic conv. to unsigned - Upstream version cs: 28dff090c74b6ba8609c4797294a5afe3fe73987 (v1.0.3) - fix internal object symbol's leak & expose run-time lib version (bsc#1074327) - bare fix for libqb logging not working with ld.bfd/binutils 2.29+ (bsc#1074327) - add extra run-time (client, libqb) checks that logging will work (bsc#1074327) - tests: add a script to generate callsite-heavy logging client... (bsc#1074327) - tests: new sort of tests dubbed "functional", cover linker vs. logging (bsc#1074327) - configure: check section boundary symbols present in the test (bsc#1074327) - qblog.h: better explanation + behaviour of QB_LOG_INIT_DATA (bsc#1074327) - log: use fdatasync instead of fsync where possible (#263) - Upstream version cs: c011b12fcaf093f0463901154c475905f51d783a OBS-URL: https://build.opensuse.org/request/show/561126 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=84
2018-01-02 14:43:35 +01:00
%make_build check
fi
%endif
%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
rm -rf %{buildroot}%{_datadir}/doc
Accepting request 830044 from home:yan_gao:branches:network:ha-clustering:Factory - Update to version 2.0.1+20200729.416caf2 (v2.0.1): - unix.c: use posix_fallocate() (#409) - doxygen2man: Tidy RETURN VALUE - doxygen2man - Print structure descriptions (where available) (#408) - Make manpages (#405) - doxygen2man: Fix a couple of the worst coverity errors (#404) - doxygen2man - Lots of new features & fixes for parsing libqb manpages (#402) - array: More locking fixes (#400) - log: Fix threading races (#396) - Some bugs spotted by coverity (#399) - Update to version 2.0.0+20200504.803d924 (v2.0.0): - log: journal: fix forgotten syslog reload when flipped from journal - Let remote_tempdir() assume a NUL-terminated name - Make it impossible to truncate or overflow the connection description - master: Issue 390: Clarify documentation of qb_loop_timer_expire_time_get and provide new function to return previously documented behavior (#391) (gh#ClusterLabs/libqb#390) - Update to version 1.9.1+20200318.93f9975 (v1.9.1): - Doxygen2man (#388) - trie: Don't assume that chars are unsigned < 126 (#386) - list: fix list handling for gcc10 (#383) - Set correct ownership if qb_ipcs_connection_auth_set() has been used (gh#ClusterLabs/libqb#369, rh#1836146) - Allow group access to the IPC directory - Errors are represented as negative values - Update to version 1.9.0+20191211.51a03aa (v1.9.0): - lib: Fix some minor warnings from newer compilers - ipc: Always initialize response struct - ringbuffer: fix mistaken errno handling around _rb_chunk_reclaim - array,log: Never set errno to a negative value OBS-URL: https://build.opensuse.org/request/show/830044 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=95
2020-08-27 19:05:49 +02:00
%post -n libqb100 -p /sbin/ldconfig
Accepting request 830044 from home:yan_gao:branches:network:ha-clustering:Factory - Update to version 2.0.1+20200729.416caf2 (v2.0.1): - unix.c: use posix_fallocate() (#409) - doxygen2man: Tidy RETURN VALUE - doxygen2man - Print structure descriptions (where available) (#408) - Make manpages (#405) - doxygen2man: Fix a couple of the worst coverity errors (#404) - doxygen2man - Lots of new features & fixes for parsing libqb manpages (#402) - array: More locking fixes (#400) - log: Fix threading races (#396) - Some bugs spotted by coverity (#399) - Update to version 2.0.0+20200504.803d924 (v2.0.0): - log: journal: fix forgotten syslog reload when flipped from journal - Let remote_tempdir() assume a NUL-terminated name - Make it impossible to truncate or overflow the connection description - master: Issue 390: Clarify documentation of qb_loop_timer_expire_time_get and provide new function to return previously documented behavior (#391) (gh#ClusterLabs/libqb#390) - Update to version 1.9.1+20200318.93f9975 (v1.9.1): - Doxygen2man (#388) - trie: Don't assume that chars are unsigned < 126 (#386) - list: fix list handling for gcc10 (#383) - Set correct ownership if qb_ipcs_connection_auth_set() has been used (gh#ClusterLabs/libqb#369, rh#1836146) - Allow group access to the IPC directory - Errors are represented as negative values - Update to version 1.9.0+20191211.51a03aa (v1.9.0): - lib: Fix some minor warnings from newer compilers - ipc: Always initialize response struct - ringbuffer: fix mistaken errno handling around _rb_chunk_reclaim - array,log: Never set errno to a negative value OBS-URL: https://build.opensuse.org/request/show/830044 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=95
2020-08-27 19:05:49 +02:00
%postun -n libqb100 -p /sbin/ldconfig
Accepting request 830044 from home:yan_gao:branches:network:ha-clustering:Factory - Update to version 2.0.1+20200729.416caf2 (v2.0.1): - unix.c: use posix_fallocate() (#409) - doxygen2man: Tidy RETURN VALUE - doxygen2man - Print structure descriptions (where available) (#408) - Make manpages (#405) - doxygen2man: Fix a couple of the worst coverity errors (#404) - doxygen2man - Lots of new features & fixes for parsing libqb manpages (#402) - array: More locking fixes (#400) - log: Fix threading races (#396) - Some bugs spotted by coverity (#399) - Update to version 2.0.0+20200504.803d924 (v2.0.0): - log: journal: fix forgotten syslog reload when flipped from journal - Let remote_tempdir() assume a NUL-terminated name - Make it impossible to truncate or overflow the connection description - master: Issue 390: Clarify documentation of qb_loop_timer_expire_time_get and provide new function to return previously documented behavior (#391) (gh#ClusterLabs/libqb#390) - Update to version 1.9.1+20200318.93f9975 (v1.9.1): - Doxygen2man (#388) - trie: Don't assume that chars are unsigned < 126 (#386) - list: fix list handling for gcc10 (#383) - Set correct ownership if qb_ipcs_connection_auth_set() has been used (gh#ClusterLabs/libqb#369, rh#1836146) - Allow group access to the IPC directory - Errors are represented as negative values - Update to version 1.9.0+20191211.51a03aa (v1.9.0): - lib: Fix some minor warnings from newer compilers - ipc: Always initialize response struct - ringbuffer: fix mistaken errno handling around _rb_chunk_reclaim - array,log: Never set errno to a negative value OBS-URL: https://build.opensuse.org/request/show/830044 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=95
2020-08-27 19:05:49 +02:00
%files -n libqb100
%license COPYING
%{_libdir}/libqb.so.*
%files devel
%license COPYING
%doc README.markdown
%{_includedir}/qb/
%{_libdir}/libqb.so
%{_libdir}/pkgconfig/libqb.pc
%{_mandir}/man3/qb*3%{?ext_man}
%files tools
%license COPYING
%{_sbindir}/qb-blackbox
%{_mandir}/man8/qb-blackbox.8%{?ext_man}
%package tests
Summary: Test suite for %{name}
Group: Development/Tools/Other
%files tests
%license COPYING
%dir %{_libdir}/libqb
%dir %{_libdir}/libqb/tests
%{_libdir}/libqb/tests/*
%description tests
The %{name}-tests package contains the %{name} test suite.
Accepting request 830044 from home:yan_gao:branches:network:ha-clustering:Factory - Update to version 2.0.1+20200729.416caf2 (v2.0.1): - unix.c: use posix_fallocate() (#409) - doxygen2man: Tidy RETURN VALUE - doxygen2man - Print structure descriptions (where available) (#408) - Make manpages (#405) - doxygen2man: Fix a couple of the worst coverity errors (#404) - doxygen2man - Lots of new features & fixes for parsing libqb manpages (#402) - array: More locking fixes (#400) - log: Fix threading races (#396) - Some bugs spotted by coverity (#399) - Update to version 2.0.0+20200504.803d924 (v2.0.0): - log: journal: fix forgotten syslog reload when flipped from journal - Let remote_tempdir() assume a NUL-terminated name - Make it impossible to truncate or overflow the connection description - master: Issue 390: Clarify documentation of qb_loop_timer_expire_time_get and provide new function to return previously documented behavior (#391) (gh#ClusterLabs/libqb#390) - Update to version 1.9.1+20200318.93f9975 (v1.9.1): - Doxygen2man (#388) - trie: Don't assume that chars are unsigned < 126 (#386) - list: fix list handling for gcc10 (#383) - Set correct ownership if qb_ipcs_connection_auth_set() has been used (gh#ClusterLabs/libqb#369, rh#1836146) - Allow group access to the IPC directory - Errors are represented as negative values - Update to version 1.9.0+20191211.51a03aa (v1.9.0): - lib: Fix some minor warnings from newer compilers - ipc: Always initialize response struct - ringbuffer: fix mistaken errno handling around _rb_chunk_reclaim - array,log: Never set errno to a negative value OBS-URL: https://build.opensuse.org/request/show/830044 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=95
2020-08-27 19:05:49 +02:00
%if %{with doxygen2man}
%package -n doxygen2man
Summary: tool to generate man pages from Doxygen XML files
Group: Development/Tools/Doc Generators
BuildRequires: pkgconfig
Accepting request 830044 from home:yan_gao:branches:network:ha-clustering:Factory - Update to version 2.0.1+20200729.416caf2 (v2.0.1): - unix.c: use posix_fallocate() (#409) - doxygen2man: Tidy RETURN VALUE - doxygen2man - Print structure descriptions (where available) (#408) - Make manpages (#405) - doxygen2man: Fix a couple of the worst coverity errors (#404) - doxygen2man - Lots of new features & fixes for parsing libqb manpages (#402) - array: More locking fixes (#400) - log: Fix threading races (#396) - Some bugs spotted by coverity (#399) - Update to version 2.0.0+20200504.803d924 (v2.0.0): - log: journal: fix forgotten syslog reload when flipped from journal - Let remote_tempdir() assume a NUL-terminated name - Make it impossible to truncate or overflow the connection description - master: Issue 390: Clarify documentation of qb_loop_timer_expire_time_get and provide new function to return previously documented behavior (#391) (gh#ClusterLabs/libqb#390) - Update to version 1.9.1+20200318.93f9975 (v1.9.1): - Doxygen2man (#388) - trie: Don't assume that chars are unsigned < 126 (#386) - list: fix list handling for gcc10 (#383) - Set correct ownership if qb_ipcs_connection_auth_set() has been used (gh#ClusterLabs/libqb#369, rh#1836146) - Allow group access to the IPC directory - Errors are represented as negative values - Update to version 1.9.0+20191211.51a03aa (v1.9.0): - lib: Fix some minor warnings from newer compilers - ipc: Always initialize response struct - ringbuffer: fix mistaken errno handling around _rb_chunk_reclaim - array,log: Never set errno to a negative value OBS-URL: https://build.opensuse.org/request/show/830044 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=95
2020-08-27 19:05:49 +02:00
BuildRequires: pkgconfig(libxml-2.0)
Requires: libqb100 = %{version}-%{release}
Accepting request 830044 from home:yan_gao:branches:network:ha-clustering:Factory - Update to version 2.0.1+20200729.416caf2 (v2.0.1): - unix.c: use posix_fallocate() (#409) - doxygen2man: Tidy RETURN VALUE - doxygen2man - Print structure descriptions (where available) (#408) - Make manpages (#405) - doxygen2man: Fix a couple of the worst coverity errors (#404) - doxygen2man - Lots of new features & fixes for parsing libqb manpages (#402) - array: More locking fixes (#400) - log: Fix threading races (#396) - Some bugs spotted by coverity (#399) - Update to version 2.0.0+20200504.803d924 (v2.0.0): - log: journal: fix forgotten syslog reload when flipped from journal - Let remote_tempdir() assume a NUL-terminated name - Make it impossible to truncate or overflow the connection description - master: Issue 390: Clarify documentation of qb_loop_timer_expire_time_get and provide new function to return previously documented behavior (#391) (gh#ClusterLabs/libqb#390) - Update to version 1.9.1+20200318.93f9975 (v1.9.1): - Doxygen2man (#388) - trie: Don't assume that chars are unsigned < 126 (#386) - list: fix list handling for gcc10 (#383) - Set correct ownership if qb_ipcs_connection_auth_set() has been used (gh#ClusterLabs/libqb#369, rh#1836146) - Allow group access to the IPC directory - Errors are represented as negative values - Update to version 1.9.0+20191211.51a03aa (v1.9.0): - lib: Fix some minor warnings from newer compilers - ipc: Always initialize response struct - ringbuffer: fix mistaken errno handling around _rb_chunk_reclaim - array,log: Never set errno to a negative value OBS-URL: https://build.opensuse.org/request/show/830044 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=95
2020-08-27 19:05:49 +02:00
%files -n doxygen2man
%{_bindir}/doxygen2man
%{_mandir}/man1/doxygen2man.1%{?ext_man}
%license COPYING
Accepting request 830044 from home:yan_gao:branches:network:ha-clustering:Factory - Update to version 2.0.1+20200729.416caf2 (v2.0.1): - unix.c: use posix_fallocate() (#409) - doxygen2man: Tidy RETURN VALUE - doxygen2man - Print structure descriptions (where available) (#408) - Make manpages (#405) - doxygen2man: Fix a couple of the worst coverity errors (#404) - doxygen2man - Lots of new features & fixes for parsing libqb manpages (#402) - array: More locking fixes (#400) - log: Fix threading races (#396) - Some bugs spotted by coverity (#399) - Update to version 2.0.0+20200504.803d924 (v2.0.0): - log: journal: fix forgotten syslog reload when flipped from journal - Let remote_tempdir() assume a NUL-terminated name - Make it impossible to truncate or overflow the connection description - master: Issue 390: Clarify documentation of qb_loop_timer_expire_time_get and provide new function to return previously documented behavior (#391) (gh#ClusterLabs/libqb#390) - Update to version 1.9.1+20200318.93f9975 (v1.9.1): - Doxygen2man (#388) - trie: Don't assume that chars are unsigned < 126 (#386) - list: fix list handling for gcc10 (#383) - Set correct ownership if qb_ipcs_connection_auth_set() has been used (gh#ClusterLabs/libqb#369, rh#1836146) - Allow group access to the IPC directory - Errors are represented as negative values - Update to version 1.9.0+20191211.51a03aa (v1.9.0): - lib: Fix some minor warnings from newer compilers - ipc: Always initialize response struct - ringbuffer: fix mistaken errno handling around _rb_chunk_reclaim - array,log: Never set errno to a negative value OBS-URL: https://build.opensuse.org/request/show/830044 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=95
2020-08-27 19:05:49 +02:00
%description -n doxygen2man
The doxygen2man package contains the doxygen2man utility.
%endif
%changelog