forked from pool/libqb
Accepting request 207059 from home:yan_gao:branches:network:ha-clustering:Factory
Enable source service OBS-URL: https://build.opensuse.org/request/show/207059 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=37
This commit is contained in:
13
libqb.spec
13
libqb.spec
@@ -16,16 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define tarball_version 0.16.0.21-b4c3
|
||||
|
||||
Name: libqb
|
||||
Version: 0.16.0.21.b4c3
|
||||
Version: 0.16.0+git20131021.b4c36ef
|
||||
Release: 0
|
||||
Summary: An IPC library for high performance servers
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
Url: https://github.com/ClusterLabs/libqb
|
||||
Source0: %{name}-%{tarball_version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
BuildRequires: autoconf
|
||||
@@ -36,9 +34,8 @@ BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: procps
|
||||
# Need git so build-aux/git-version-gen can extract the version number and
|
||||
# commit hash during autogen run (not used currently)
|
||||
#BuildRequires: git
|
||||
BuildRequires: xz
|
||||
# commit hash during autogen run
|
||||
BuildRequires: git
|
||||
|
||||
%description
|
||||
libqb is a library with the primary purpose of providing high performance
|
||||
@@ -67,7 +64,7 @@ client server reusable features. It provides high performance logging,
|
||||
tracing, ipc, and poll.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{tarball_version}
|
||||
%setup -q -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
|
Reference in New Issue
Block a user