~ubuntu-branches/ubuntu/trusty/mstflint/trusty-updates

« back to all changes in this revision

Viewing changes to mstflint.spec

  • Committer: Bazaar Package Importer
  • Author(s): Benoit Mortier
  • Date: 2010-03-30 00:19:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100330001900-a4oyvb4ioi6w6gvh
Tags: upstream-1.4-OFED-1.4.2
ImportĀ upstreamĀ versionĀ 1.4-OFED-1.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Summary: Mellanox firmware burning application
 
2
Name: mstflint
 
3
Version: 1.4
 
4
Release: 1.ofed1.4.2
 
5
License: GPL/BSD
 
6
Url: http://openib.org/
 
7
Group: System Environment/Base
 
8
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
 
9
Source: http://www.openfabrics.org/downloads/mstflint-1.4.tar.gz
 
10
ExclusiveArch: i386 i486 i586 i686 x86_64 ia64 ppc ppc64
 
11
BuildRequires: zlib-devel
 
12
 
 
13
%description
 
14
This package contains a tool for burning updated firmware on to
 
15
Mellanox manufactured InfiniBand adapters.
 
16
 
 
17
%prep
 
18
%setup -q
 
19
 
 
20
%build
 
21
%configure
 
22
make
 
23
 
 
24
%install
 
25
rm -rf $RPM_BUILD_ROOT
 
26
make DESTDIR=${RPM_BUILD_ROOT} install
 
27
# remove unpackaged files from the buildroot
 
28
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
29
 
 
30
%clean
 
31
rm -rf $RPM_BUILD_ROOT
 
32
 
 
33
%files
 
34
%defattr(-,root,root)
 
35
%{_bindir}/mstmread
 
36
%{_bindir}/mstmwrite
 
37
%{_bindir}/mstflint
 
38
%{_bindir}/mstregdump
 
39
%{_bindir}/mstvpd
 
40
%{_bindir}/mstmcra
 
41
%{_bindir}/hca_self_test.ofed
 
42
%{_includedir}/mtcr_ul/mtcr.h
 
43
 
 
44
%changelog
 
45
* Thu Dec  4 2008 Oren Kladnitsky <orenk@dev.mellanox.co.il>
 
46
   Added hca_self_test.ofed installation
 
47
   
 
48
* Fri Dec 23 2007 Oren Kladnitsky <orenk@dev.mellanox.co.il>
 
49
   Added mtcr.h installation
 
50
   
 
51
* Fri Dec 07 2007 Ira Weiny <weiny2@llnl.gov> 1.0.0
 
52
   initial creation
 
53