From 3015524519aaeb0159525b966c5206469eb39b1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= Date: Thu, 15 Oct 2015 20:32:53 +0200 Subject: [PATCH] 0.17.1-2.rev1: partially sync with upstream spec MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- libqb.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/libqb.spec b/libqb.spec index dca5488..e14ab93 100644 --- a/libqb.spec +++ b/libqb.spec @@ -1,21 +1,20 @@ Name: libqb Version: 0.17.1 -Release: 2%{?dist} +Release: 2.rev1%{?dist} Summary: An IPC library for high performance servers Group: System Environment/Libraries License: LGPLv2+ -URL: http://www.libqb.org +URL: https://github.com/ClusterLabs/libqb Source0: https://fedorahosted.org/releases/q/u/quarterback/%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libtool doxygen procps check-devel automake - -#Requires: +BuildRequires: autoconf automake libtool doxygen procps check-devel %description -libqb provides high performance client server reusable features. -Initially these are IPC and poll. +libqb provides high-performance, reusable features for client-server +architecture, such as logging, tracing, inter-process communication (IPC), +and polling. %prep %setup -q