package created using the webbuild interface [release 1.3.11-1mamba;Tue Oct 14 2014]
This commit is contained in:
parent
57eccb0370
commit
a8dc49f89b
@ -1,2 +1,5 @@
|
||||
# libibmad
|
||||
|
||||
libibmad is a convenience library to encode, decode, and dump IB MAD packets.
|
||||
It is implemented on top of and in conjunction with libibumad (the umad kernel interface library.)
|
||||
|
||||
|
65
libibmad.spec
Normal file
65
libibmad.spec
Normal file
@ -0,0 +1,65 @@
|
||||
Name: libibmad
|
||||
Version: 1.3.11
|
||||
Release: 1mamba
|
||||
Summary: A convenience library to encode, decode, and dump IB MAD packets
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.openfabrics.org
|
||||
Source: https://www.openfabrics.org/downloads/management/libibmad-%{version}.tar.gz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libibumad-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
libibmad is a convenience library to encode, decode, and dump IB MAD packets.
|
||||
It is implemented on top of and in conjunction with libibumad (the umad kernel interface library.)
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libibmad.so.*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/infiniband/mad.h
|
||||
%{_includedir}/infiniband/mad_osd.h
|
||||
%{_libdir}/libibmad.a
|
||||
%{_libdir}/libibmad.la
|
||||
%{_libdir}/libibmad.so
|
||||
%doc ChangeLog README
|
||||
|
||||
%changelog
|
||||
* Tue Oct 14 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.11-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user