Author: qboosh Date: Sun Sep 19 07:22:31 2010 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/rds-tools: rds-tools.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/rds-tools/rds-tools.spec diff -u /dev/null packages/rds-tools/rds-tools.spec:1.1 --- /dev/null Sun Sep 19 09:22:31 2010 +++ packages/rds-tools/rds-tools.spec Sun Sep 19 09:22:25 2010 @@ -0,0 +1,78 @@ +# $Revision$, $Date$ +Summary: RDS support tools +Summary(pl.UTF-8): Narzędzia obsługujące RDS +Name: rds-tools +Version: 2.0.4 +Release: 1 +License: BSD or GPL v2 +Group: Networking/Utilities +# or: http://oss.oracle.com/projects/rds/files/sources/ (but sources dir is not browsable) +Source0: http://www.openfabrics.org/downloads/rds-tools/%{name}-%{version}.tar.gz +# Source0-md5: a016668f910b9f7f9c60f098a8d8c592 +URL: http://oss.oracle.com/projects/rds/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +rds-tools is a collection of support tools for the RDS socket API. + +It includes rds-stress, rds-info, and rds-ping. + +%description -l pl.UTF-8 +rds-tools to zbiór narzędzi obsługujących API gniazd RDS. + +Obejmuje rds-stress, rds-info i rds-ping. + +%package devel +Summary: Header files for RDS socket API +Summary(pl.UTF-8): Pliki nagłówkowe API gniazd RDS +Group: Development/Libraries +# doesn't require base + +%description devel +Header files for RDS socket API. + +%description devel -l pl.UTF-8 +Pliki nagłówkowe API gniazd RDS. + +%prep +%setup -q + +%build +%configure +%{__make} \ + CC="%{__cc}" \ + CFLAGS="%{rpmcflags} -Wall -Iinclude" + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/rds-info +%attr(755,root,root) %{_bindir}/rds-ping +%attr(755,root,root) %{_bindir}/rds-stress +%{_mandir}/man1/rds-info.1* +%{_mandir}/man1/rds-ping.1* +%{_mandir}/man1/rds-stress.1* + +%files devel +%defattr(644,root,root,755) +%doc docs/rds-architecture.txt +%{_includedir}/net/rds.h +%{_mandir}/man7/rds.7* +%{_mandir}/man7/rds-rdma.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/19 07:22:25 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
