]> git.pld-linux.org Git - packages/libibumad.git/blame - libibumad.spec
- updated to 1.3.10.1
[packages/libibumad.git] / libibumad.spec
CommitLineData
e6d03cb0
JB
1Summary: Userspace InfiniBand MAD library
2Summary(pl.UTF-8): Biblioteka InfiniBand MAD dla przestrzeni użytkownika
3Name: libibumad
c398eda2 4Version: 1.3.10.1
e6d03cb0
JB
5Release: 1
6License: BSD or GPL v2
7Group: Libraries
c398eda2
JB
8Source0: https://www.openfabrics.org/downloads/management/%{name}-%{version}.tar.gz
9# Source0-md5: 2fa06c98f025f2153621d66b16203405
10URL: https://www.openfabrics.org/
e6d03cb0
JB
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14libibumad provides the user MAD library functions which sit on top of
9daf55c1
JB
15the user MAD modules in the kernel. These are used by the IB
16diagnostic and management tools, including OpenSM.
e6d03cb0
JB
17
18%description -l pl.UTF-8
19libibumad to biblioteka udostępniająca funkcje MAD w przestrzeni
20użytkownika, komunikująca się z modułami MAD w jądrze. Jest używana
21przez narzędzia diagnostyczne oraz zarządzające IB, w tym OpenSM.
22
23%package devel
24Summary: Header files for libibumad library
25Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libibumad
26Group: Development/Libraries
27Requires: %{name} = %{version}-%{release}
28# for dir and other IB functionality
29Requires: libibverbs-devel
30
31%description devel
32Header files for libibumad library.
33
34%description devel -l pl.UTF-8
35Pliki nagłówkowe biblioteki libibumad.
36
37%package static
38Summary: Static libibumad library
39Summary(pl.UTF-8): Statyczna biblioteka libibumad
40Group: Development/Libraries
41Requires: %{name}-devel = %{version}-%{release}
42
43%description static
44This package contains the static libibumad library.
45
46%description static -l pl.UTF-8
47Ten pakiet zawiera statyczną bibliotekę libibumad.
48
49%prep
50%setup -q
51
52%build
53%configure
54%{__make}
55
56%install
57rm -rf $RPM_BUILD_ROOT
58
59%{__make} install \
60 DESTDIR=$RPM_BUILD_ROOT
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65%post -p /sbin/ldconfig
66%postun -p /sbin/ldconfig
67
68%files
69%defattr(644,root,root,755)
70%doc AUTHORS COPYING ChangeLog
71%attr(755,root,root) %{_libdir}/libibumad.so.*.*.*
72%attr(755,root,root) %ghost %{_libdir}/libibumad.so.3
73
74%files devel
75%defattr(644,root,root,755)
76%attr(755,root,root) %{_libdir}/libibumad.so
77%{_libdir}/libibumad.la
78%{_includedir}/infiniband/umad.h
c398eda2 79%{_includedir}/infiniband/umad_*.h
e6d03cb0
JB
80%{_mandir}/man3/umad_*.3*
81
82%files static
83%defattr(644,root,root,755)
84%{_libdir}/libibumad.a
This page took 0.149032 seconds and 4 git commands to generate.