Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
libqb
libqb.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libqb.spec of Package libqb
# # spec file for package libqb # # Copyright (c) 2014 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.17.0 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}.tar.bz2 Patch1: libqb-configure-package-version.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf BuildRequires: automake BuildRequires: check-devel BuildRequires: doxygen 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 %description libqb is a library with the primary purpose of providing high performance client server reusable features. It provides high performance logging, tracing, ipc, and poll. %package -n libqb0 Summary: An IPC library for high performance servers Group: System/Libraries Provides: %{name} = %{version} %description -n libqb0 libqb is a library with the primary purpose of providing high performance client server reusable features. It provides high performance logging, tracing, ipc, and poll. %package devel Summary: Development files for %{name} Group: Development/Libraries/C and C++ Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description devel libqb is a library with the primary purpose of providing high performance client server reusable features. It provides high performance logging, tracing, ipc, and poll. %prep %setup -q -n %{name} %patch1 -p1 %build ./autogen.sh %configure --disable-static make %{?_smp_mflags} %check # Tests require writable /dev/shm and /var/run # TODO: This test might not be quite right -- it seems to fail on OBS, # but OBS is capable of doing "make check" successfully, whereas # "osc build" in a chroot fails. if [ -w /dev/shm -a -w /var/run ] ; then make check fi %install %make_install find %{buildroot} -name '*.la' -exec rm -f {} ';' rm -rf %{buildroot}%{_datadir}/doc %clean rm -rf %{buildroot} %post -n libqb0 -p /sbin/ldconfig %postun -n libqb0 -p /sbin/ldconfig %files -n libqb0 %defattr(-,root,root,-) %doc COPYING %{_sbindir}/qb-blackbox %{_libdir}/libqb.so.* %{_mandir}/man8/qb-blackbox.8.gz %files devel %defattr(-,root,root,-) %doc COPYING README.markdown %{_includedir}/qb/ %{_libdir}/libqb.so %{_libdir}/pkgconfig/libqb.pc %{_mandir}/man3/qb*3* %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor