Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37633656
en ru br
Репозитории ALT
5.1: 1.1.2-alt2
4.1: 1.1.2-alt1.M41.2
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: libibverbs

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: libibverbs
Version: 1.1.2
Release: alt1.M41.2

Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

Summary: A library for direct userspace use of InfiniBand

Group: System/Libraries
License: GPL/BSD

Url: http://openib.org/
# git://git.kernel.org/pub/scm/libs/infiniband/libibverbs.git
Source: %name-%version.tar.gz

# Automatically added by buildreq on Mon Aug 20 2007

BuildRequires: gcc-c++ glibc-devel-static libsysfs-devel

%description
libibverbs is a library that allows userspace processes to use
InfiniBand "verbs" as described in the InfiniBand Architecture
Specification.  This includes direct hardware access for fast path
operations.

For this library to be useful, a device-specific plug-in module should
also be installed.

%package devel
Summary: Development files for the libibverbs library
Group: Development/C
Requires: %name = %version-%release
Requires: libsysfs-devel

%description devel
Development libraries and header files for the libibverbs library.

%package devel-static
Summary: Static libraries for the libibverbs library
Group: Development/C
Requires: %name-devel = %version-%release

%description devel-static
Static libraries for the libibverbs library.

%package utils
Summary: Examples for the libibverbs library
Group: System/Base
Requires: %name = %version-%release

%description utils
Useful libibverbs1 example programs such as ibv_devinfo, which
displays information about InfiniBand devices.

%prep
%setup

%build
touch NEWS
%autoreconf
%configure
%make_build

%install
%make_install DESTDIR=%buildroot install
install -d %buildroot%_sysconfdir/%name.d/

%files
%doc AUTHORS COPYING ChangeLog README
%dir %_sysconfdir/%name.d/
%_libdir/*.so.*

%files devel
%_man3dir/*
%_man7dir/*
%_libdir/lib*.so
%_includedir/*

%files devel-static
%_libdir/*.a

%files utils
%_bindir/*
%_man1dir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin