rpms/libibverbs/devel libibverbs.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Roland Dreier (dreier) fedora-extras-commits at redhat.com
Wed Oct 26 04:28:26 UTC 2005


Author: dreier

Update of /cvs/extras/rpms/libibverbs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25736/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libibverbs.spec 
Log Message:
auto-import libibverbs-1.0-0.2.rc4 on branch devel from libibverbs-1.0-0.2.rc4.src.rpm


--- NEW FILE libibverbs.spec ---
# $Id: libibverbs.spec.in 3871 2005-10-26 04:22:07Z roland $

%define ver      1.0-rc4

Name: libibverbs
Version: 1.0
Release: 0.2.rc4%{?dist}
Summary: A library for direct userspace use of InfiniBand

Group: System Environment/Libraries
License: GPL/BSD
Url: http://openib.org/
Source: http://openib.org/downloads/libibverbs-1.0-rc4.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: sysfsutils-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: System Environment/Libraries
Requires: %{name} = %{version}-%{release} sysfsutils-devel

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

%package utils
Summary: Examples for the libibverbs library
Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release}

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

%prep
%setup -q -n %{name}-%{ver}

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
# remove unpackaged files from the buildroot
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%{_libdir}/libibverbs*.so.*
%doc AUTHORS COPYING ChangeLog README

%files devel
%defattr(-,root,root,-)
%{_libdir}/lib*.so
%{_libdir}/*.a
%{_includedir}/*

%files utils
%defattr(-,root,root,-)
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Wed Oct  5 2005 Roland Dreier <roland at cisco.com> - 1.0-0.2.rc4
- Update to upstream 1.0-rc4 release

* Mon Sep 26 2005 Roland Dreier <roland at cisco.com> - 1.0-0.1.rc3
- Initial attempt at Fedora Extras-compliant spec file


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libibverbs/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Oct 2005 04:28:06 -0000	1.1
+++ .cvsignore	26 Oct 2005 04:28:24 -0000	1.2
@@ -0,0 +1 @@
+libibverbs-1.0-rc4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libibverbs/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Oct 2005 04:28:06 -0000	1.1
+++ sources	26 Oct 2005 04:28:24 -0000	1.2
@@ -0,0 +1 @@
+c0c757f35f19da472e313b1b6ca8827c  libibverbs-1.0-rc4.tar.gz




More information about the fedora-extras-commits mailing list