2014-08-11 10:07:23 +02:00
|
|
|
#
|
|
|
|
# spec file for package mstflint
|
|
|
|
#
|
2017-05-10 20:50:21 +02:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2014-08-11 10:07:23 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2017-05-10 20:50:21 +02:00
|
|
|
%define extra_version -1
|
|
|
|
|
2014-08-11 10:07:23 +02:00
|
|
|
Name: mstflint
|
2017-05-10 20:50:21 +02:00
|
|
|
Version: 4.6.0
|
2016-07-18 21:24:12 +02:00
|
|
|
Release: 0
|
2014-08-11 10:07:23 +02:00
|
|
|
Summary: Mellanox Firmware Burning and Diagnostics Tools
|
|
|
|
License: GPL-2.0 or BSD-2-Clause
|
|
|
|
Group: System/Console
|
2016-07-18 21:24:12 +02:00
|
|
|
Url: http://www.openfabrics.org
|
2017-05-10 20:50:21 +02:00
|
|
|
Obsoletes: mstflint-devel < %{version}
|
|
|
|
|
|
|
|
Source: https://github.com/Mellanox/mstflint/releases/download/v%{version}%{?extra_version}/%{name}-%{version}.tar.gz
|
2014-08-11 10:07:23 +02:00
|
|
|
# PATCH-FIX-UPSTREAM Build libmtcr as shared library
|
|
|
|
Source1: mstfint-mtcr_ul_no_static_lib.patch
|
2016-07-18 21:24:12 +02:00
|
|
|
# PATCH-FIX-UPSTREAM Add all needed defines to get it built on s390x
|
2017-05-10 20:50:21 +02:00
|
|
|
Patch1: mstflint-s390_arch.patch
|
2016-07-18 21:24:12 +02:00
|
|
|
# PATCH-FIX-UPSTREAM implicit declaration of mset_cr_access
|
2017-05-10 20:50:21 +02:00
|
|
|
Patch2: mstflint-4.4.0-implicit-declaration.patch
|
2016-07-18 21:24:12 +02:00
|
|
|
# PATCH-FIX-UPSTREAM no __DATE__ and __TIME__ in codes
|
2017-05-10 20:50:21 +02:00
|
|
|
Patch3: mstflint-4.4.0-no-date-time.patch
|
2017-05-18 09:14:14 +02:00
|
|
|
# PATCH-FIX-UPSTREAM Add all needed defines to get it built on armv7
|
|
|
|
Patch4: mstflint-armv7_arch.patch
|
2017-05-30 15:25:19 +02:00
|
|
|
# PATCH-FIX-UPSTREAM Ignore fallthrough for GCC7 support
|
|
|
|
Patch5: mstflint-gcc7.patch
|
2017-05-10 20:50:21 +02:00
|
|
|
|
2014-08-11 10:07:23 +02:00
|
|
|
BuildRequires: gcc-c++
|
2017-06-23 17:51:33 +02:00
|
|
|
BuildRequires: infiniband-diags-devel
|
2014-08-11 10:07:23 +02:00
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: zlib-devel
|
2016-07-18 21:24:12 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2014-08-11 10:07:23 +02:00
|
|
|
#%%define DT_FLAGS %%{?__commit_date:-D__DATE__=%%__commit_date}' '%%{?__commit_time:-D__TIME__=%%__commit_time}'
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains a burning tool and diagnostic tools for Mellanox
|
|
|
|
manufactured HCA/NIC cards. It also provides access to the relevant
|
|
|
|
source code. Please see the file LICENSE for licensing details.
|
|
|
|
|
|
|
|
This package is based on a subset of the Mellanox Firmware Tools (MFT)
|
|
|
|
package. For a full documentation of the MFT package, please refer to
|
|
|
|
the downloads page at the Mellanox web site.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2017-05-10 20:50:21 +02:00
|
|
|
%patch1
|
|
|
|
%patch2
|
|
|
|
%patch3
|
2017-05-18 09:14:14 +02:00
|
|
|
%patch4
|
2017-05-30 15:25:19 +02:00
|
|
|
%patch5
|
2014-08-11 10:07:23 +02:00
|
|
|
|
|
|
|
%build
|
2016-07-18 21:24:12 +02:00
|
|
|
./autogen.sh
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags} CFLAGS="%{optflags} -I. -fno-exceptions"
|
2014-08-11 10:07:23 +02:00
|
|
|
|
|
|
|
%install
|
2016-07-18 21:24:12 +02:00
|
|
|
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
|
|
|
rm -rf %{buildroot}%{_includedir}/mstflint
|
|
|
|
rm -rf %{buildroot}%{_libdir}/mstflint/
|
|
|
|
rm -rf %{buildroot}%{_bindir}/hca_self_test.ofed
|
2014-08-11 10:07:23 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%doc README COPYING LICENSE
|
2016-07-18 21:24:12 +02:00
|
|
|
%{_bindir}/mstconfig
|
|
|
|
%{_bindir}/mstflint
|
|
|
|
%{_bindir}/mstmcra
|
|
|
|
%{_bindir}/mstmread
|
|
|
|
%{_bindir}/mstmtserver
|
|
|
|
%{_bindir}/mstmwrite
|
|
|
|
%{_bindir}/mstregdump
|
|
|
|
%{_bindir}/mstvpd
|
|
|
|
%{_mandir}/man1/*.1%{ext_man}
|
|
|
|
%{_datadir}/mstflint/
|
2014-08-11 10:07:23 +02:00
|
|
|
|
|
|
|
%changelog
|