File tvflash.spec of Package tvflash
#
# spec file for package tvflash (Version 0.9.0 )
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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/
#
# norootforbuild
Name: tvflash
Summary: Tool to manage Mellanox HCA firmware flash memory
Version: 0.9.0
Release: 87
License: GPL v2 or later
Group: System/Console
Source0: %{name}-%{version}.tar.bz2
Url: http://www.openfabrics.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: pciutils-devel
ExcludeArch: s390 s390x
%description
tvflash is used to query and update the firmware flash memory attached
to Mellanox InfiniBand HCAs.
%prep
%setup -q
%build
%configure
make
%install
make DESTDIR=$RPM_BUILD_ROOT install
%clean
rm -rf ${RPM_BUILD_ROOT}
%files
%defattr(-, root, root)
%_sbindir/%name
%changelog
* Wed Oct 29 2008 jjolly@suse.de
- Updated to version from OFED 1.4 rc3
- regenerated upstream 0.9.0 tar archive
- hermon support
- Added ExcludeArch: s390 s390x to specfile
* Tue Aug 21 2007 hvogel@suse.de
- get rid of the autgen.sh call
* Tue Aug 21 2007 hvogel@suse.de
- Update to version from OFED 1.2.5
* Wed Jun 20 2007 hvogel@suse.de
- Initial Package, Version 0.9.0