SHA256
1
0
forked from pool/libqb
Tim Serong 2012-06-08 10:59:30 +00:00 committed by Git OBS Bridge
parent 566b8a3c40
commit 35c14797d6
3 changed files with 62 additions and 14 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a6d1417fd2349cd6686bee03989dc063d977670eb1d6a1061177097d1099133e
size 116370
oid sha256:c4de661386d958c97bc5800e1e19941ad13224e15e0599a23907f530b416350e
size 116343

View File

@ -1,21 +1,44 @@
#
# spec file for package libqb
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#
Name: libqb
Version: 0.13.0
Release: 0
Summary: An IPC library for high performance servers
Group: System/Libraries
License: LGPL-2.1+
URL: http://www.libqb.org
Group: System/Libraries
Url: http://www.libqb.org
Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf automake libtool doxygen procps check-devel
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: check-devel
BuildRequires: doxygen
BuildRequires: libtool
BuildRequires: procps
%description
libqb provides high performance client server reusable features.
Initially these are IPC and poll.
%prep
%setup -q -n %{name}-%{version}%{?numcomm:.%{numcomm}}%{?alphatag:-%{alphatag}}%{?dirty:-%{dirty}}
%setup -q -n %{name}-%{version}
%build
./autogen.sh
@ -46,7 +69,8 @@ rm -rf $RPM_BUILD_ROOT
%package devel
Summary: Development files for %{name}
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}-%{release} pkgconfig
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig
%description devel
The %{name}-devel package contains libraries and header files for

View File

@ -1,21 +1,44 @@
#
# spec file for package libqb
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#
Name: libqb
Version: 0.13.0
Release: 0
Version: 0.13.0
Release: 0
Summary: An IPC library for high performance servers
Group: System/Libraries
License: LGPL-2.1+
URL: http://www.libqb.org
Group: System/Libraries
Url: http://www.libqb.org
Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf automake libtool doxygen procps check-devel
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: check-devel
BuildRequires: doxygen
BuildRequires: libtool
BuildRequires: procps
%description
libqb provides high performance client server reusable features.
Initially these are IPC and poll.
%prep
%setup -q -n %{name}-%{version}%{?numcomm:.%{numcomm}}%{?alphatag:-%{alphatag}}%{?dirty:-%{dirty}}
%setup -q -n %{name}-%{version}
%build
./autogen.sh
@ -46,7 +69,8 @@ rm -rf $RPM_BUILD_ROOT
%package devel
Summary: Development files for %{name}
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}-%{release} pkgconfig
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig
%description devel
The %{name}-devel package contains libraries and header files for