[packages/libibverbs-driver-nes] - updated to 1.1.4

qboosh qboosh at pld-linux.org
Sun Feb 16 09:16:34 CET 2014


commit c15adcdc21dc97693c550d063d5c391a8256946f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Feb 16 09:18:40 2014 +0100

    - updated to 1.1.4

 libibverbs-driver-nes.spec | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/libibverbs-driver-nes.spec b/libibverbs-driver-nes.spec
index 85ac53d..07d553b 100644
--- a/libibverbs-driver-nes.spec
+++ b/libibverbs-driver-nes.spec
@@ -1,14 +1,17 @@
 Summary:	Userspace driver for the NetEffect Ethernet Server Cluster adapters
 Summary(pl.UTF-8):	Sterownik przestrzeni użytkownika dla kart NetEffect Ethernet Server Cluster
 Name:		libibverbs-driver-nes
-Version:	1.1.3
-Release:	0.1
+Version:	1.1.4
+Release:	1
 License:	BSD or GPL v2
 Group:		Libraries
 Source0:	http://www.openfabrics.org/downloads/nes/libnes-%{version}.tar.gz
-# Source0-md5:	4b1c68c1e70254ab3e686b0ea31ce147
+# Source0-md5:	c51afea009ad43924db971a3b9f0df28
 URL:		http://openib.org/
+BuildRequires:	autoconf >= 2.57
+BuildRequires:	automake
 BuildRequires:	libibverbs-devel
+BuildRequires:	libtool
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -37,12 +40,15 @@ Statyczna wersja sterownika nes, którą można wbudować bezpośrednio
 w aplikację.
 
 %prep
-%setup -q -n libnes-%{version}
+%setup -q -n libnes
 
 %build
-# define IBV_QPT_RAW_ETH until it's in libibverbs
-%configure \
-	CPPFLAGS="%{rpmcppflags} -DIBV_QPT_RAW_ETH=7"
+%{__libtoolize}
+%{__aclocal} -I config
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
 %{__make}
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libibverbs-driver-nes.git/commitdiff/c15adcdc21dc97693c550d063d5c391a8256946f



More information about the pld-cvs-commit mailing list