forked from pool/libqb
Fix BuildRoot and Summary
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=2
This commit is contained in:
parent
f835fe356b
commit
25d70694a0
@ -1,12 +1,12 @@
|
|||||||
Name: libqb
|
Name: libqb
|
||||||
Version: 0.13.0
|
Version: 0.13.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An IPC library for high performance servers.
|
Summary: An IPC library for high performance servers
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
URL: http://www.libqb.org
|
URL: http://www.libqb.org
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
BuildRequires: autoconf automake libtool doxygen procps check-devel
|
BuildRequires: autoconf automake libtool doxygen procps check-devel
|
||||||
|
|
||||||
@ -26,8 +26,7 @@ make %{?_smp_mflags}
|
|||||||
make check
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
%make_install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
|
||||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||||
rm -rf $RPM_BUILD_ROOT/%{_docdir}/*
|
rm -rf $RPM_BUILD_ROOT/%{_docdir}/*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user