Name: throttle Summary: bandwidth limiting pipe Version: 1.1 Release: 1 URL: http://klicman.org/throttle/ Source: http://klicman.org/throttle/throttle-%{version}.tar.gz Vendor: James Klicman Packager: James Klicman License: GPL Group: Applications/File BuildRoot: %{_builddir}/%{name}-root %description throttle copies the standard input to the standard output while limiting bandwidth to the specified maximum. %prep %setup %build %configure make %install %makeinstall %clean rm -rf $RPM_BUILD_ROOT rm -rf %{_builddir}/%{name}-%{version} %files %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README %{_bindir}/* %{_mandir}/man*/* %changelog * Thu Jul 08 2004 James Klicman 1.1-1 - Initial spec file