SHA256
1
0
forked from pool/libqb

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

%{name}-%{version}.tar.bz2 -> %{name}.tar.bz2

OBS-URL: https://build.opensuse.org/request/show/479467
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=80
This commit is contained in:
Yan Gao
2017-03-15 10:14:02 +00:00
committed by Git OBS Bridge
parent 62d8fc9456
commit 5a1cb21b49
3 changed files with 6 additions and 6 deletions

View File

@@ -19,13 +19,13 @@
%bcond_without check
Name: libqb
Version: 1.0.1+git20170306.59eacf0
Version: 1.0.1
Release: 0
Summary: An IPC library for high performance servers
License: LGPL-2.1+
Group: Development/Libraries/C and C++
Url: https://github.com/ClusterLabs/libqb
Source0: %{name}-%{version}.tar.bz2
Source0: %{name}.tar.bz2
Source1: baselibs.conf
Patch1: libqb-configure-package-version.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -68,7 +68,7 @@ client server reusable features. It provides high performance logging,
tracing, ipc, and poll.
%prep
%setup -q -n %{name}-%{version}
%setup -q -n %{name}
%patch1 -p1
%build