]> git.openfabrics.org - ~ardavis/dapl.git/commitdiff
Modifications to coexist with 2.0 libraries
authorArlin Davis <arlin.r.davis@intel.com>
Thu, 20 Sep 2007 19:25:55 +0000 (12:25 -0700)
committerArlin Davis <arlin.r.davis@intel.com>
Thu, 20 Sep 2007 19:25:55 +0000 (12:25 -0700)
     - fix RPM specfile, configure.in,  1.2.2 package
     - modify dat.conf

    Signed-off by: Arlin Davis <ardavis@ichips.intel.com>

configure.in
doc/dat.conf
libdat.spec.in

index e11fa73b9edd9d3c9ecfdecec4fbed38984dfe87..3cb3d1ba6089a6275dcad50db1550076750cdcfc 100644 (file)
@@ -1,11 +1,11 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT(dapl, 1.2.1, openib-general@openib.org)
+AC_INIT(dapl, 1.2.2, openib-general@openib.org)
 AC_CONFIG_SRCDIR([dat/udat/udat.c])
 AC_CONFIG_AUX_DIR(config)
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(dapl, 1.2.1)
+AM_INIT_AUTOMAKE(dapl, 1.2.2)
 
 AM_PROG_LIBTOOL
 
index cb9ff0022223b0e7a55488e0c72dd5d088a65f9d..005f9eefe05ca358c56fbc6203cbfe3ed9341d25 100644 (file)
@@ -1,5 +1,5 @@
 #
-# DAT 1.2 configuration file
+# DAT 1.2 and 2.0 configuration file
 #
 # Each entry should have the following fields:
 #
@@ -9,13 +9,18 @@
 # For the uDAPL cma provder, specify <ia_params> as one of the following:
 #       network address, network hostname, or netdev name and 0 for port
 #
-# Simple (OpenIB-cma) default with netdev name provided first on list 
+# Simple (OpenIB-cma) default with netdev name provided first on list
 # to enable use of same dat.conf version on all nodes
-# 
-# Add examples for multiple interfaces and IPoIB HA fail over, and bonding 
 #
-OpenIB-cma u1.2 nonthreadsafe default /usr/lib/libdaplcma.so dapl.1.2 "ib0 0" ""
-OpenIB-cma-1 u1.2 nonthreadsafe default /usr/lib/libdaplcma.so dapl.1.2 "ib1 0" ""
-OpenIB-cma-2 u1.2 nonthreadsafe default /usr/lib/libdaplcma.so dapl.1.2 "ib2 0" ""
-OpenIB-cma-3 u1.2 nonthreadsafe default /usr/lib/libdaplcma.so dapl.1.2 "ib3 0" ""
-OpenIB-bond u1.2 nonthreadsafe default /usr/lib/libdaplcma.so dapl.1.2 "bond0 0" ""
+# Add examples for multiple interfaces and IPoIB HA fail over, and bonding
+#
+OpenIB-cma u1.2 nonthreadsafe default libdaplcma.so.1 dapl.1.2 "ib0 0" ""
+OpenIB-cma-1 u1.2 nonthreadsafe default libdaplcma.so.1 dapl.1.2 "ib1 0" ""
+OpenIB-cma-2 u1.2 nonthreadsafe default libdaplcma.so.1 dapl.1.2 "ib2 0" ""
+OpenIB-cma-3 u1.2 nonthreadsafe default libdaplcma.so.1 dapl.1.2 "ib3 0" ""
+OpenIB-bond u1.2 nonthreadsafe default libdaplcma.so.1 dapl.1.2 "bond0 0" ""
+OpenIB-2-cma u2.0 nonthreadsafe default libdaplcma.so.2 dapl.2.0 "ib0 0" ""
+OpenIB-2-cma-1 u2.0 nonthreadsafe default libdaplcma.so.2 dapl.2.0 "ib1 0" ""
+OpenIB-2-cma-2 u2.0 nonthreadsafe default libdaplcma.so.2 dapl.2.0 "ib2 0" ""
+OpenIB-2-cma-3 u2.0 nonthreadsafe default libdaplcma.so.2 dapl.2.0 "ib3 0" ""
+OpenIB-2-bond u2.0 nonthreadsafe default libdaplcma.so.2 dapl.2.0 "bond0 0" ""
index 7e81b9730223450311cd15e93ffc7130fde61d75..15b869490c167d05c21e3e60753ba2164f6a4cb0 100644 (file)
@@ -33,7 +33,7 @@
 # $Id: $
 
 %define ver 1.2
-%define RELEASE 1 
+%define RELEASE 2 
 %define rel     %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
 
 Summary: Userspace DAT and DAPL API.
@@ -43,8 +43,8 @@ Release: %rel%{?dist}
 
 License: Dual GPL/BSD/CPL
 Group: System Environment/Libraries
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Source: http://openfabrics.org/~ardavis/%{name}-%{version}-%{release}.tgz
+BuildRoot: %{_tmppath}/%{name}-%{version}.%{release}-root-%(%{__id_u} -n)
+Source: http://openfabrics.org/downloads/dapl/%{name}-%{version}.%{release}.tar.gz
 Url: http://openfabrics.org/
 
 %description
@@ -54,7 +54,7 @@ RDMA API that supports DAT 1.2 specification
 %package devel
 Summary: Development files for the libdat and libdapl libraries
 Group: System Environment/Libraries
-Requires: %{name} = %{version}-%{release} 
+Requires: %{name} = %{version}.%{release} 
 
 %description devel
 Static libraries and header files for the libdat and libdapl library.
@@ -62,16 +62,15 @@ Static libraries and header files for the libdat and libdapl library.
 %package utils
 Summary: Test suites for uDAPL library
 Group: System Environment/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name} = %{version}.%{release}
 
 %description utils
 Useful test suites to validate uDAPL library API's.
 
 %prep
-%setup -q -n %{name}
+%setup -q -n %{name}-%{version}.%{release}
 
 %build
-./autogen.sh
 %configure
 make
 
@@ -112,7 +111,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
-* Wed June 6 2007 Arlin Davis <ardavis@ichips.intel.com> - 1.2.1
+* Wed Jun 6 2007 Arlin Davis <ardavis@ichips.intel.com> - 1.2.2
+- OFED 1.3,   DAT/DAPL Version 1.2, Release 2
+
+* Wed Jun 6 2007 Arlin Davis <ardavis@ichips.intel.com> - 1.2.1
 - OFED 1.2,   DAT/DAPL Version 1.2, Release 1
 
 * Fri Oct 20 2006 Arlin Davis <ardavis@ichips.intel.com> - 1.2.0