Author: undefine Date: Fri Jul 6 20:04:28 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: thrulay.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/thrulay.spec diff -u /dev/null SPECS/thrulay.spec:1.1 --- /dev/null Fri Jul 6 22:04:28 2007 +++ SPECS/thrulay.spec Fri Jul 6 22:04:22 2007 @@ -0,0 +1,56 @@ +# $Revision$, $Date$ +Summary: thrulay +Summary(pl.UTF-8): thrulay +Name: thrulay +Version: 0.8 +Release: 0.1 +License: BSD Like (see included LICENSE) +Group: Applications +Source0: http://shlang.com/thrulay/%{name}-%{version}.tar.gz +Patch0: %{name}-DESTDIR.patch +Patch1: %{name}-mandir.patch +URL: http://www.internet2.edu/~shalunov/thrulay/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The program thrulay is used to measure the capacity of a network by +sending a bulk TCP stream over it. + +%description -l pl.UTF-8 +Narzędzie służące do mierzenia pojemności sieci przez wysyłanie +przez nią strumieni TCP. + +%prep +%setup -q +%patch0 -p1 +%patch1 -p1 + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README TODO LICENSE +%attr(755,root,root) %{_bindir}/%{name} +%attr(755,root,root) %{_sbindir}/%{name}d +%{_mandir}/man?/%{name}* + +%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 2007/07/06 20:04:22 undefine +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
