File tvflash.spec of Package tvflash
#
# spec file for package tvflash (Version 0.9.0 )
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# 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:        12.6
License:        GPL-2.0+
Group:          System/Console
Source0:        %{name}-%{version}.tar.bz2
Url:            http://www.openfabrics.org
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  pciutils-devel
BuildRequires:  automake autoconf libtool
%description
tvflash is used to query and update the firmware flash memory attached
to Mellanox InfiniBand HCAs.
%debug_package
%prep
%setup -q
./autogen.sh
%build
%configure
make
%install
make DESTDIR=$RPM_BUILD_ROOT install
%clean
rm -rf ${RPM_BUILD_ROOT}
%files
%defattr(-, root, root)
%doc COPYING ChangeLog README
%_sbindir/%name
%changelog