forked from pool/libqb
Accepting request 690715 from home:jengelh:branches:network:ha-clustering:Factory
- Drop manual requires from libqb-tests. - Let libqb-devel depend on the exact package, libqb20 not just a virtual libqb provide. - Drop redundant %if..%endif guards that do not affect the build. OBS-URL: https://build.opensuse.org/request/show/690715 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=93
This commit is contained in:
parent
075302459e
commit
8500074892
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 16:48:36 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Drop manual requires from libqb-tests.
|
||||
- Let libqb-devel depend on the exact package, libqb20 not just
|
||||
a virtual libqb provide.
|
||||
- Drop redundant %if..%endif guards that do not affect the build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 09:17:01 UTC 2019 - Yan Gao <ygao@suse.com>
|
||||
|
||||
|
10
libqb.spec
10
libqb.spec
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -49,7 +49,6 @@ features. It provides logging, tracing, IPC, and polling.
|
||||
%package -n libqb20
|
||||
Summary: An IPC library for high performance servers
|
||||
Group: System/Libraries
|
||||
Provides: %{name} = %{version}-%{release}
|
||||
|
||||
%description -n libqb20
|
||||
libqb is a library providing high performance client server reusable
|
||||
@ -58,7 +57,7 @@ features. It provides logging, tracing, IPC, and polling.
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: libqb20 = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
libqb is a library providing high performance client server reusable
|
||||
@ -126,11 +125,9 @@ 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}
|
||||
Group: Development/Tools/Other
|
||||
|
||||
%files tests
|
||||
%doc COPYING
|
||||
@ -140,6 +137,5 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tests
|
||||
The %{name}-tests package contains the %{name} test suite.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user