]> git.pld-linux.org Git - packages/dapl.git/commitdiff
- updated to 2.0.33
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 11 Sep 2011 06:00:59 +0000 (06:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added link patch

Changed files:
    dapl-link.patch -> 1.1
    dapl.spec -> 1.4

dapl-link.patch [new file with mode: 0644]
dapl.spec

diff --git a/dapl-link.patch b/dapl-link.patch
new file mode 100644 (file)
index 0000000..c8d9f52
--- /dev/null
@@ -0,0 +1,26 @@
+--- dapl-2.0.33/Makefile.am.orig       2011-08-19 21:50:55.000000000 +0200
++++ dapl-2.0.33/Makefile.am    2011-09-11 07:42:56.516651249 +0200
+@@ -80,6 +80,7 @@
+                               -I$(srcdir)/dapl/openib_common \
+                               -I$(srcdir)/dapl/openib_cma \
+                               -I$(srcdir)/dapl/openib_cma/linux
++dapl_udapl_libdaplofa_la_LIBADD = dat/udat/libdat2.la
+ endif
+ if DEFINE_SCM
+ dapl_udapl_libdaploscm_la_CFLAGS = $(AM_CFLAGS) -D_GNU_SOURCE $(OSFLAGS) $(XFLAGS) \
+@@ -89,6 +90,7 @@
+                               -I$(srcdir)/dapl/openib_common \
+                                 -I$(srcdir)/dapl/openib_scm \
+                               -I$(srcdir)/dapl/openib_scm/linux
++dapl_udapl_libdaploscm_la_LIBADD = dat/udat/libdat2.la
+ endif
+ if DEFINE_UCM
+ dapl_udapl_libdaploucm_la_CFLAGS = $(AM_CFLAGS) -D_GNU_SOURCE $(OSFLAGS) $(XFLAGS) \
+@@ -98,6 +100,7 @@
+                               -I$(srcdir)/dapl/openib_common \
+                                 -I$(srcdir)/dapl/openib_ucm \
+                               -I$(srcdir)/dapl/openib_ucm/linux                               
++dapl_udapl_libdaploucm_la_LIBADD = dat/udat/libdat2.la
+ endif
+ if HAVE_LD_VERSION_SCRIPT
+     dat_version_script = -Wl,--version-script=$(srcdir)/dat/udat/libdat2.map
index e390500318e6da46639d2ef34189de7f7dd0b847..76d693d514550c63216341e12c68ff479c3d0d4d 100644 (file)
--- a/dapl.spec
+++ b/dapl.spec
@@ -1,15 +1,19 @@
 Summary:       Userspace access to RDMA devices using OS-agnostic DAT APIs
 Summary(pl.UTF-8):     Dostęp z przestrzeni użytkownika do urządzeń RDMA poprzez API DAT
 Name:          dapl
 Summary:       Userspace access to RDMA devices using OS-agnostic DAT APIs
 Summary(pl.UTF-8):     Dostęp z przestrzeni użytkownika do urządzeń RDMA poprzez API DAT
 Name:          dapl
-Version:       2.0.32
+Version:       2.0.33
 Release:       1
 License:       CPL v1.0 or BSD or GPL v2
 Group:         Libraries
 Source0:       http://www.openfabrics.org/downloads/dapl/%{name}-%{version}.tar.gz
 Release:       1
 License:       CPL v1.0 or BSD or GPL v2
 Group:         Libraries
 Source0:       http://www.openfabrics.org/downloads/dapl/%{name}-%{version}.tar.gz
-# Source0-md5: 0a56cb34462762f0073d732cfe2fb06e
+# Source0-md5: 1dbffd27c790cc822383b309f0a01312
+Patch0:                %{name}-link.patch
 URL:           http://www.openfabrics.org/
 URL:           http://www.openfabrics.org/
+BuildRequires: autoconf >= 2.57
+BuildRequires: automake
 BuildRequires: libibverbs-devel
 BuildRequires: librdmacm-devel
 BuildRequires: libibverbs-devel
 BuildRequires: librdmacm-devel
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -51,8 +55,14 @@ Ten pakiet zawiera statyczną bibliotekę libdat2.
 
 %prep
 %setup -q
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
 %configure
 %{__make}
 
This page took 0.070041 seconds and 4 git commands to generate.