Author: qboosh Date: Sat Sep 11 06:45:19 2010 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/ibacm: ibacm.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/ibacm/ibacm.spec diff -u /dev/null packages/ibacm/ibacm.spec:1.1 --- /dev/null Sat Sep 11 08:45:19 2010 +++ packages/ibacm/ibacm.spec Sat Sep 11 08:45:14 2010 @@ -0,0 +1,74 @@ +# $Revision$, $Date$ +Summary: InfiniBand Communication Manager Assistant +Summary(pl.UTF-8): Asystent zarządzania komunikacją InfiniBand +Name: ibacm +Version: 1.0.3 +Release: 1 +License: BSD or GPL v2 +Group: Libraries +Source0: http://www.openfabrics.org/downloads/rdmacm/%{name}-%{version}.tar.gz +# Source0-md5: a4f808580e680f23f26396b9baf9c251 +URL: http://www.openfabrics.org/ +BuildRequires: libibverbs-devel +BuildRequires: libibumad-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +ibacm assists with establishing communication over InfiniBand. + +%description -l pl.UTF-8 +ibacm pomaga przy nawiązywaniu łączności poprzez InfiniBand. + +%package devel +Summary: Header files for IB ACM service +Summary(pl.UTF-8): Pliki nagłówkowe usługi IB ACM +Group: Development/Libraries +Requires: libibverbs-devel +# doesn't require base + +%description devel +Header files for IB ACM service. + +%description devel -l pl.UTF-8 +Pliki nagłówkowe usługi IB ACM. + +%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 README +%attr(755,root,root) %{_bindir}/ib_acme +%attr(755,root,root) %{_sbindir}/ib_acm +%{_mandir}/man1/ib_acm.1* +%{_mandir}/man1/ib_acme.1* + +%files devel +%defattr(644,root,root,755) +%{_includedir}/infiniband/acm.h +%{_mandir}/man7/ib_acm.7* + +%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 06:45:14 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
