Author: qboosh Date: Sat Sep 11 11:47:22 2010 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/dapl: dapl.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/dapl/dapl.spec diff -u /dev/null packages/dapl/dapl.spec:1.1 --- /dev/null Sat Sep 11 13:47:22 2010 +++ packages/dapl/dapl.spec Sat Sep 11 13:47:16 2010 @@ -0,0 +1,113 @@ +# $Revision$, $Date$ +Summary: Userspace access to RDMA devices using OS-agnostic DAT APIs +Summary(pl.UTF-8): Dostęp z przestrzeni użytkownika do urządzeń RDMA poprzez API DAT +Name: dapl +Version: 2.0.30 +Release: 1 +License: CPL v1.0 or BSD or GPL v2 +Group: Libraries +Source0: http://www.openfabrics.org/downloads/dapl/%{name}-%{version}.tar.gz +# Source0-md5: 8177f4721f286a3d9e00b60eda74d6dc +URL: http://www.openfabrics.org/ +BuildRequires: libibverbs-devel +BuildRequires: librdmacm-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Along with the OpenFabrics kernel drivers, libdat2 and libdapl provide +a userspace RDMA API that supports DAT 2.0 specification and +InfiniBand transport extensions for atomic operations and RDMA write +with immediate data. + +%description -l pl.UTF-8 +Wraz z modułami jądra OpenFabrics, libdat2 i libdapl dostarczają API +RDMA w przestrzeni użytkownika, obsługujące specyfikację DAT 2.0 wraz +z rozszerzeniami transportu InfiniBand dla operacji atomowych i zapisu +RDMA danych bezpośrednich. + +%package devel +Summary: Header files for libdat2 library +Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libdat2 +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: libibverbs-devel + +%description devel +Header files for libdat2 library. + +%description devel -l pl.UTF-8 +Pliki nagłówkowe biblioteki libdat2. + +%package static +Summary: Static libdat2 library +Summary(pl.UTF-8): Statyczna biblioteka libdat2 +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +This package contains the static libdat2 library. + +%description static -l pl.UTF-8 +Ten pakiet zawiera statyczną bibliotekę libdat2. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +# modules dlopened by soname +%{__rm} $RPM_BUILD_ROOT%{_libdir}/libdapl*.{so,la,a} + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +# LICENSE is CPL, LICENSE2 is BSD, LICENSE3 is GPL (not included here) +%doc AUTHORS COPYING ChangeLog LICENSE.txt LICENSE2.txt README +%attr(755,root,root) %{_bindir}/dapltest +%attr(755,root,root) %{_bindir}/dtest +%attr(755,root,root) %{_bindir}/dtestcm +%attr(755,root,root) %{_bindir}/dtestx +%attr(755,root,root) %{_libdir}/libdat2.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libdat2.so.2 +%attr(755,root,root) %{_libdir}/libdaplofa.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libdaplofa.so.2 +%attr(755,root,root) %{_libdir}/libdaploscm.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libdaploscm.so.2 +%attr(755,root,root) %{_libdir}/libdaploucm.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libdaploucm.so.2 +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dat.conf +%{_mandir}/man1/dapltest.1* +%{_mandir}/man1/dtest.1* +%{_mandir}/man5/dat.conf.5* + +%files devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libdat2.so +%{_libdir}/libdat2.la +%{_includedir}/dat2 + +%files static +%defattr(644,root,root,755) +%{_libdir}/libdat2.a + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2010/09/11 11:47:16 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
