Author: qboosh Date: Sat Sep 11 05:55:32 2010 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/libibumad: libibumad.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/libibumad/libibumad.spec diff -u /dev/null packages/libibumad/libibumad.spec:1.1 --- /dev/null Sat Sep 11 07:55:32 2010 +++ packages/libibumad/libibumad.spec Sat Sep 11 07:55:27 2010 @@ -0,0 +1,93 @@ +# $Revision$, $Date$ +Summary: Userspace InfiniBand MAD library +Summary(pl.UTF-8): Biblioteka InfiniBand MAD dla przestrzeni użytkownika +Name: libibumad +Version: 1.3.6 +Release: 1 +License: BSD or GPL v2 +Group: Libraries +Source0: http://www.openfabrics.org/downloads/management/%{name}-%{version}.tar.gz +# Source0-md5: 8341b50b95bfd511621a23ad900a46c5 +URL: http://www.openfabrics.org/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +libibumad provides the user MAD library functions which sit on top of +the user MAD modules in the kernel. These are used by the IB diagnostic +and management tools, including OpenSM. + +%description -l pl.UTF-8 +libibumad to biblioteka udostępniająca funkcje MAD w przestrzeni +użytkownika, komunikująca się z modułami MAD w jądrze. Jest używana +przez narzędzia diagnostyczne oraz zarządzające IB, w tym OpenSM. + +%package devel +Summary: Header files for libibumad library +Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libibumad +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +# for dir and other IB functionality +Requires: libibverbs-devel + +%description devel +Header files for libibumad library. + +%description devel -l pl.UTF-8 +Pliki nagłówkowe biblioteki libibumad. + +%package static +Summary: Static libibumad library +Summary(pl.UTF-8): Statyczna biblioteka libibumad +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +This package contains the static libibumad library. + +%description static -l pl.UTF-8 +Ten pakiet zawiera statyczną bibliotekę libibumad. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%doc AUTHORS COPYING ChangeLog +%attr(755,root,root) %{_libdir}/libibumad.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libibumad.so.3 + +%files devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libibumad.so +%{_libdir}/libibumad.la +%{_includedir}/infiniband/umad.h +%{_mandir}/man3/umad_*.3* + +%files static +%defattr(644,root,root,755) +%{_libdir}/libibumad.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 05:55:27 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
