Blame SPECS/libfabric.spec

01c93f
Name: libfabric
01c93f
Version: 1.5.3
01c93f
Release: 1%{?dist}
01c93f
Summary: User-space RDMA Fabric Interfaces
01c93f
Group: System Environment/Libraries
01c93f
License: GPLv2 or BSD
01c93f
Url: http://www.github.com/ofiwg/libfabric
01c93f
Source: %{name}-%{version}.tar.gz
01c93f
Patch2: 0001-prov-verbs-Add-support-of-different-CQ-formats-for-t.patch
01c93f
01c93f
BuildRequires: librdmacm-devel
01c93f
BuildRequires: libibverbs-devel >= 1.2.0
01c93f
BuildRequires: libnl3-devel
01c93f
01c93f
# infinipath-psm-devel only available for x86_64
01c93f
%ifarch x86_64
01c93f
BuildRequires: infinipath-psm-devel
01c93f
BuildRequires: libpsm2-devel
01c93f
%endif
01c93f
# valgrind is unavailable for s390
01c93f
%ifnarch s390
01c93f
BuildRequires: valgrind-devel
01c93f
%endif
01c93f
01c93f
%ifarch x86_64
01c93f
%global configopts --enable-sockets --enable-verbs --enable-usnic --disable-static --enable-psm --enable-psm2
01c93f
%else
01c93f
%global configopts --enable-sockets --enable-verbs --enable-usnic --disable-static
01c93f
%endif
01c93f
01c93f
%description
01c93f
libfabric provides a user-space API to access high-performance fabric
01c93f
services, such as RDMA.
01c93f
01c93f
%package devel
01c93f
Summary: Development files for the libfabric library
01c93f
Group: System Environment/Libraries
01c93f
Requires: %{name}%{?_isa} = %{version}-%{release}
01c93f
01c93f
%description devel
01c93f
Development files for the libfabric library.
01c93f
01c93f
%prep
01c93f
%setup -q
01c93f
%patch2 -p1
01c93f
01c93f
%build
01c93f
01c93f
# defaults: with-dlopen can be over-rode:
01c93f
%configure %{?_without_dlopen} %{configopts} \
01c93f
%ifnarch s390
01c93f
	--with-valgrind
01c93f
%endif
01c93f
01c93f
make %{?_smp_mflags} V=1
01c93f
01c93f
%install
01c93f
%make_install
01c93f
# remove unpackaged files from the buildroot
01c93f
rm -f %{buildroot}%{_libdir}/*.la
01c93f
01c93f
%post -p /sbin/ldconfig
01c93f
%postun -p /sbin/ldconfig
01c93f
01c93f
%files
01c93f
%{_libdir}/libfabric.so.*
01c93f
%{_bindir}/fi_info
01c93f
%{_bindir}/fi_pingpong
01c93f
%{_bindir}/fi_strerror
01c93f
%{_libdir}/pkgconfig/%{name}.pc
01c93f
%{_mandir}/man1/*
01c93f
%license COPYING
01c93f
%doc AUTHORS README
01c93f
01c93f
%files devel
01c93f
%{_libdir}/libfabric.so
01c93f
%{_includedir}/*
01c93f
%{_mandir}/man3/*
01c93f
%{_mandir}/man7/*
01c93f
01c93f
%changelog
01c93f
* Wed Jan 10 2018 Honggang Li <honli@redhat.com> - 1.5.3-1
01c93f
- Rebase to latest release 1.5.3
01c93f
- Resolves: bz1533293
01c93f
01c93f
* Thu Jan  4 2018 Honggang Li <honli@redhat.com> - 1.5.1-3
01c93f
- Add support of different CQ formats for the verbs/RDM
01c93f
- Resolves: bz1530715
01c93f
01c93f
* Fri Oct 20 2017 Honggang Li <honli@redhat.com> - 1.5.1-2
01c93f
- Fix PPC32 compiling issue
01c93f
- Resolves: bz1504395
01c93f
01c93f
* Tue Oct 17 2017 Honggang Li <honli@redhat.com> - 1.5.1-1
01c93f
- Rebase to v1.5.1
01c93f
- Resolves: bz1452791
01c93f
01c93f
* Tue May 16 2017 Honggang Li <honli@redhat.com> - 1.4.2-1
01c93f
- Update to upstream v1.4.2 release
01c93f
- Related: bz1451100
01c93f
01c93f
* Wed Mar 01 2017 Jarod Wilson <jarod@redhat.com> - 1.4.1-1
01c93f
- Update to upstream v1.4.1 release
01c93f
- Related: bz1382827
01c93f
01c93f
* Mon May 30 2016 Honggang Li <honli@redhat.com> - 1.3.0-3
01c93f
- Rebuild against latest infinipath-psm.
01c93f
- Related: bz1280143
01c93f
01c93f
* Mon May 30 2016 Honggang Li <honli@redhat.com> - 1.3.0-2
01c93f
- Rebuild libfabric to support Intel OPA PSM2.
01c93f
- Related: bz1280143
01c93f
01c93f
* Wed May  4 2016 Honggang Li <honli@redhat.com> - 1.3.0-1
01c93f
- Update to latest upstream release
01c93f
- Related: bz1280143
01c93f
01c93f
* Wed Sep 30 2015 Doug Ledford <dledford@redhat.com> - 1.1.0-2
01c93f
- Rebuild against libnl3 now that the UD RoCE bug is fixed
01c93f
- Related: bz1261028
01c93f
01c93f
* Fri Aug 14 2015 Honggang Li <honli@redhat.com> - 1.1.0-1
01c93f
- Rebase to upstream 1.1.0
01c93f
- Resolves: bz1253381
01c93f
01c93f
* Fri Aug 07 2015 Michal Schmidt <mschmidt@redhat.com> - 1.1.0-0.2.rc4
01c93f
- Packaging Guidelines conformance fixes and spec file cleanups
01c93f
- Related: bz1235266
01c93f
01c93f
* Thu Aug  6 2015 Honggang Li <honli@redhat.com> - 1.1.0-0.1.rc4
01c93f
- fix N-V-R issue and disable static library
01c93f
- Related: bz1235266
01c93f
01c93f
* Tue Aug  4 2015 Honggang Li <honli@redhat.com> - 1.1.0rc4
01c93f
- Initial build for RHEL-7.2
01c93f
- Related: bz1235266
01c93f
01c93f
* Fri Jun 26 2015 Open Fabrics Interfaces Working Group <ofiwg@lists.openfabrics.org> 1.1.0rc1
01c93f
- Release 1.1.0rc1
01c93f
01c93f
* Sun May 3 2015 Open Fabrics Interfaces Working Group <ofiwg@lists.openfabrics.org> 1.0.0
01c93f
- Release 1.0.0