]> git.pld-linux.org Git - SPECS.git/blob - ibpd.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / ibpd.spec
1 Summary:        InfiniBand Proxy Daemon
2 Summary(pl.UTF-8):      InfiniBand Proxy Daemon - demon proxy IB
3 Name:           ibpd
4 Version:        1.0.1
5 Release:        1
6 License:        GPL v2 or BSD
7 Group:          Daemons
8 Source0:        https://www.openfabrics.org/downloads/ibpd/%{name}-%{version}.tar.gz
9 # Source0-md5:  688c17adf3b4f591ca3999043f9f29a2
10 URL:            http://www.intel.com/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 The IB Proxy Daemon (ibpd) is a user-mode process for InfiniBand proxy
15 devices.
16
17 %description -l pl.UTF-8
18 IB Proxy Daemon (ibpd) to proces przestrzeni użytkownika dla urządzeń
19 proxy InfiniBand.
20
21 %prep
22 %setup -q
23
24 %build
25 %configure \
26         --disable-silent-rules
27
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install \
34         DESTDIR=$RPM_BUILD_ROOT
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc AUTHORS COPYING README
42 %attr(755,root,root) %{_sbindir}/ibpd
This page took 0.072962 seconds and 3 git commands to generate.