SHA256
1
0
forked from pool/libqb
Tim Serong 2012-06-08 10:25:24 +00:00 committed by Git OBS Bridge
parent f835fe356b
commit 25d70694a0

View File

@ -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}/*