Accepting request 498614 from science:HPC

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/498614
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfabric?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2017-06-02 08:31:36 +00:00 committed by Git OBS Bridge
commit fe571bb0c7
5 changed files with 27 additions and 6 deletions

16
_service Normal file
View File

@ -0,0 +1,16 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/ofiwg/libfabric.git</param>
<param name="package-meta">no</param>
<param name="exclude">.git</param>
<param name="filename">libfabric</param>
<param name="version">1.4.2</param>
<param name="revision">b63f484d82c242c464312db31a73ec5eb22657b7</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">libfabric*.tar</param>
<param name="compression">bz2</param>
</service>
</services>

3
libfabric-1.4.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8379ef109874783366bd109fc6ae7e1da97843ae507917a9e2a82e7778b699bd
size 798295

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89cbfa6409631ea21371df6d2aada9783ebfe67f4148aad1a5e511f805911728
size 962534

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 16 06:43:19 UTC 2017 - nmoreychaisemartin@suse.com
- Update to v1.4.2 (bsc#1036907).
-------------------------------------------------------------------
Thu May 11 18:14:41 UTC 2017 - nmoreychaisemartin@suse.com

View File

@ -17,7 +17,7 @@
#
%define git_ver rc1
%define git_ver %{nil}
Name: libfabric
Summary: User-space RDMA Fabric Interfaces
@ -25,7 +25,7 @@ License: GPL-2.0 or BSD-2-Clause
Group: Development/Libraries/C and C++
Version: 1.4.2
Release: 0
Source: https://github.com/ofiwg/libfabric/releases/download/v%{version}%{git_ver}/%{name}-%{version}%{git_ver}.tar.bz2
Source: %{name}-%{version}%{git_ver}.tar.bz2
Source1: baselibs.conf
Patch0: libfabric-libtool.patch
Url: http://www.github.com/ofiwg/libfabric
@ -69,7 +69,7 @@ Development files for the libfabric library.
%patch0 -p1
%build
rm config/libtool.m4
rm -f config/libtool.m4
autoreconf -fi
# defaults: with-dlopen and without-valgrind can be over-rode:
%configure %{?_without_dlopen} %{?_with_valgrind} \