Search
j0ke.net Open Build Service
>
Projects
>
parastation
:
V5
>
ibsim
> ibsim.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File ibsim.spec of Package ibsim
%define RELEASE 1 %define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE} Summary: InfiniBand fabric simulator for management Name: ibsim Version: 0.4 Release: %rel%{?dist} License: GPL/BSD Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source: http://www.openfabrics.org/downloads/management/ibsim-0.4.tar.gz Url: http://openfabrics.org/ BuildRequires: libibmad-devel, libibcommon-devel, libibumad-devel %description ibsim provides simulation of infiniband fabric for using with OFA OpenSM, diagnostic and management tools. %prep %setup -q %build make prefix=%_prefix libpath=%_libdir binpath=%_bindir %{?_smp_mflags} %install make DESTDIR=${RPM_BUILD_ROOT} prefix=%_prefix libpath=%_libdir binpath=%_bindir install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %{_libdir}/umad2sim/libumad2sim*.so* %{_bindir}/ibsim %doc README COPYING TODO net-examples scripts %changelog