packages: librdmacm/librdmacm.spec - updated to 1.0.13 - pl
qboosh
qboosh at pld-linux.org
Fri Sep 10 09:10:54 CEST 2010
Author: qboosh Date: Fri Sep 10 07:10:54 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 1.0.13
- pl
---- Files affected:
packages/librdmacm:
librdmacm.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/librdmacm/librdmacm.spec
diff -u packages/librdmacm/librdmacm.spec:1.2 packages/librdmacm/librdmacm.spec:1.3
--- packages/librdmacm/librdmacm.spec:1.2 Sun Mar 1 19:41:18 2009
+++ packages/librdmacm/librdmacm.spec Fri Sep 10 09:10:49 2010
@@ -1,37 +1,49 @@
# $Revision$, $Date$
Summary: Userspace RDMA Connection Manager
+Summary(pl.UTF-8): Zarządca połączeń RDMA w przestrzeni użytkowika
Name: librdmacm
-Version: 1.0.8
+Version: 1.0.13
Release: 1
-License: BSD or GPLv2
+License: BSD or GPL v2
Group: Libraries
Source0: http://www.openfabrics.org/downloads/rdmacm/%{name}-%{version}.tar.gz
-# Source0-md5: 5f13879a3c066aaea589a19388727bb8
+# Source0-md5: 2281aa8bf47caf34819842f79e3f9759
URL: http://www.openfabrics.org/
-BuildRequires: autoconf >= 2.53
-BuildRequires: automake
BuildRequires: libibverbs-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-librdmacm provides a userspace RDMA Communication Managment API.
+librdmacm provides a userspace RDMA Communication Management API.
+
+%description -l pl.UTF-8
+librdmacm udostępnia API RDMA Communication Management (zarządzające
+połączeniami RDMA) w przestrzeni użytkownika.
%package devel
-Summary: Header files and develpment documentation for librdmacm
+Summary: Header files for librdmacm library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki librdmacm
Group: Development/Libraries
-Requires: %{name} = %{epoch}:%{version}-%{release}
+Requires: %{name} = %{version}-%{release}
+Requires: libibverbs-devel
%description devel
-Header files and documentation for librdmacm.
+Header files for librdmacm library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki librdmacm.
%package static
Summary: Static librdmacm library
+Summary(pl.UTF-8): Statyczna biblioteka librdmacm
Group: Development/Libraries
-Requires: %{name}-devel = %{epoch}:%{version}-%{release}
+Requires: %{name}-devel = %{version}-%{release}
%description static
This package contains the static librdmacm library.
+%description static -l pl.UTF-8
+Ten pakiet zawiera statyczną bibliotekę librdmacm.
+
%prep
%setup -q
@@ -41,7 +53,6 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
@@ -54,19 +65,30 @@
%files
%defattr(644,root,root,755)
-%doc AUTHORS README
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/librdmacm.so.*.*
+%doc AUTHORS COPYING README
+%attr(755,root,root) %{_bindir}/mckey
+%attr(755,root,root) %{_bindir}/rdma_client
+%attr(755,root,root) %{_bindir}/rdma_server
+%attr(755,root,root) %{_bindir}/rping
+%attr(755,root,root) %{_bindir}/ucmatose
+%attr(755,root,root) %{_bindir}/udaddy
+%attr(755,root,root) %{_libdir}/librdmacm.so.*.*.*
%attr(755,root,root) %ghost %{_libdir}/librdmacm.so.1
-%{_mandir}/man1/*.1*
+%{_mandir}/man1/mckey.1*
+%{_mandir}/man1/rdma_client.1*
+%{_mandir}/man1/rdma_server.1*
+%{_mandir}/man1/rping.1*
+%{_mandir}/man1/ucmatose.1*
+%{_mandir}/man1/udaddy.1*
%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/librdmacm.so
%{_libdir}/librdmacm.la
+%{_includedir}/infiniband/ib.h
%{_includedir}/rdma
-%{_mandir}/man3/*.3*
-%{_mandir}/man7/*.7*
+%{_mandir}/man3/rdma_*.3*
+%{_mandir}/man7/rdma_cm.7*
%files static
%defattr(644,root,root,755)
@@ -78,9 +100,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2010/09/10 07:10:49 qboosh
+- updated to 1.0.13
+- pl
+
Revision 1.2 2009/03/01 18:41:18 arekm
- add BR libiverbs-devel
Revision 1.1 2009/03/01 17:28:32 arekm
- initial
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/librdmacm/librdmacm.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list