diff --git a/.fabtests.metadata b/.fabtests.metadata new file mode 100644 index 0000000..9a428a3 --- /dev/null +++ b/.fabtests.metadata @@ -0,0 +1 @@ +906878d7421e7fbeec22568925a47a20ffd65d11 SOURCES/fabtests-1.1.0.tar.bz2 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c54c3a1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/fabtests-1.1.0.tar.bz2 diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/fabtests.spec b/SPECS/fabtests.spec new file mode 100644 index 0000000..ff363f7 --- /dev/null +++ b/SPECS/fabtests.spec @@ -0,0 +1,47 @@ +Name: fabtests +Version: 1.1.0 +Release: 1%{?dist} +Summary: Test suite for libfabric API +Group: System Environment/Libraries +License: GPLv2 or BSD +Url: http://www.github.com/ofiwg/fabtests +Source: https://www.openfabrics.org/downloads/ofi/%{name}-%{version}.tar.bz2 +BuildRequires: libfabric-devel + +%description +Fabtests provides a set of examples that uses libfabric - a high-performance +fabric software library. + +%prep +%setup -q + +%build +%configure %{?_with_libfabric} +make %{?_smp_mflags} + +%install +%make_install +# remove unpackaged files from the buildroot +rm -f %{buildroot}%{_libdir}/*.la + +%files +%{_bindir}/* +%{_mandir}/man7/* +%doc AUTHORS COPYING README + +%changelog +* Fri Aug 14 2015 Honggang Li - 1.1.0-1 +- Rebase to upstream 1.1.0 +- Resolves: bz1253513 + +* Sat Aug 08 2015 Michal Schmidt - 1.1.0-0.2.rc1 +- Packaging Guidelines conformance fixes and spec file cleanups +- Fix libfabric dependency +- Related: bz1235270 + +* Wed Aug 5 2015 Honggang Li - 1.1.0-0.1.rc1 +- Initial build for RHEL-7.2 +- Related: bz1235270 + +* Sun May 3 2015 Open Fabrics Interfaces Working Group 1.0.0 +- Release 1.0.0