Accepting request 690706 from home:yan_gao:branches:network:ha-clustering:Factory

- Update to version 1.0.3+20190326.a521604:
- enable building / shipping of libqb-tests.rpm (bsc#1131328)

OBS-URL: https://build.opensuse.org/request/show/690706
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=92
This commit is contained in:
Yan Gao 2019-04-02 16:24:02 +00:00 committed by Git OBS Bridge
parent 7476660502
commit 075302459e
5 changed files with 33 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/ClusterLabs/libqb.git</param>
<param name="changesrevision">c880fcfd8d67d707c2de8bba5099230605f0f9bc</param>
<param name="changesrevision">a5216040d337521c1c8ae7bb7ceb1846c7042505</param>
</service>
</servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c8d446e494453c62e40be705635c8a6c45df30424257eb18e75a62368515aed0
size 176080

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c0bf9de0875194b230a48e7e26d117e63f0db1a2732d805af10e10a83e5550a
size 176344

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 2 09:17:01 UTC 2019 - Yan Gao <ygao@suse.com>
- Update to version 1.0.3+20190326.a521604:
- enable building / shipping of libqb-tests.rpm (bsc#1131328)
-------------------------------------------------------------------
Thu Feb 7 16:48:54 UTC 2019 - ygao@suse.com

View File

@ -17,9 +17,10 @@
%bcond_without check
%bcond_without testsrpm
Name: libqb
Version: 1.0.3+20190115.c880fcf
Version: 1.0.3+20190326.a521604
Release: 0
Summary: An IPC library for high performance servers
License: LGPL-2.1-or-later
@ -79,7 +80,11 @@ features. It provides logging, tracing, IPC, and polling.
%build
./autogen.sh
%configure --disable-static
%configure \
%if %{with testsrpm}
--enable-install-tests \
%endif
--disable-static
make %{?_smp_mflags}
%if 0%{?with_check}
@ -121,4 +126,20 @@ rm -rf %{buildroot}%{_datadir}/doc
%{_sbindir}/qb-blackbox
%{_mandir}/man8/qb-blackbox.8.gz
%if %{with testsrpm}
%package tests
Summary: Test suite for %{name}
Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
%files tests
%doc COPYING
%dir %{_libdir}/libqb
%dir %{_libdir}/libqb/tests
%{_libdir}/libqb/tests/*
%description tests
The %{name}-tests package contains the %{name} test suite.
%endif
%changelog