-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibmlx4.spec.in
84 lines (64 loc) · 2.42 KB
/
libmlx4.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Name: libmlx4
Version: 1.0.5
Release: 1%{?dist}
Summary: Mellanox ConnectX InfiniBand HCA Userspace Driver
Group: System Environment/Libraries
License: GPLv2 or BSD
Url: http://openfabrics.org/
Source: http://openfabrics.org/downloads/mlx4/libmlx4-1.0.5.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: libibverbs-devel >= 1.1.8
%description
libmlx4 provides a device-specific userspace driver for Mellanox
ConnectX HCAs for use with the libibverbs library.
%package devel
Summary: Development files for the libmlx4 driver
Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release}
Provides: libmlx4-static = %{version}-%{release}
%description devel
Static version of libmlx4 that may be linked directly to an
application, which may be useful for debugging.
%prep
%setup -q -n %{name}-@VERSION@
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=%{buildroot} install
# remove unpackaged files from the buildroot
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la $RPM_BUILD_ROOT%{_libdir}/libmlx4.so
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_libdir}/libmlx4-rdmav2.so
%{_sysconfdir}/libibverbs.d/mlx4.driver
%doc AUTHORS COPYING README
%files devel
%defattr(-,root,root,-)
%{_libdir}/libmlx4.a
%changelog
* Mon Mar 28 2012 Roland Dreier <[email protected]> - 1.0.5-1
- New upstream release
* Mon Mar 28 2012 Roland Dreier <[email protected]> - 1.0.4-1
- New upstream release
* Mon Mar 26 2012 Roland Dreier <[email protected]> - 1.0.3-1
- New upstream release
* Wed Jul 6 2011 Roland Dreier <[email protected]> - 1.0.2-1
- New upstream release
* Wed Jun 17 2009 Roland Dreier <[email protected]> - 1.0.1-1
- New upstream release
- Change openib.org URLs to openfabrics.org URLs
* Wed Feb 25 2009 Fedora Release Engineering <[email protected]> - 1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sun Jan 27 2008 Roland Dreier <[email protected]> - 1.0-2
- Spec file cleanups, based on Fedora review: don't mark
libmlx4.driver as a config file, since it is not user modifiable,
and change the name of the -devel-static package to plain -devel,
since it would be empty without the static library.
* Sun Dec 9 2007 Roland Dreier <[email protected]> - 1.0-1
- New upstream release
* Fri Apr 6 2007 Roland Dreier <[email protected]> - 1.0-0.1.rc1
- Initial Fedora spec file