Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 04a73a602091ea5f9ff5923d7c8052cf > files > 2

throttle-1.2-4.fc16.src.rpm

Name: throttle
Summary: Bandwidth limiting pipe
Version: 1.2
Release: 4%{?dist}
URL: http://klicman.org/throttle/
Source: http://klicman.org/throttle/throttle-%{version}.tar.gz
License: GPLv2
Group: System Environment/Base
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
Throttle copies the standard input to the standard output while limiting
bandwidth to the specified maximum.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/*
%{_mandir}/man*/*


%changelog
* Wed Jul 28 2010 François Cami <fcami@fedoraproject.org> 1.2-4
- avoid using the makeinstall macro, suggested by Kevin Fenzi.

* Sun Jul 25 2010 François Cami <fcami@fedoraproject.org> 1.2-3
- Cleanup changes suggested by Dennis Johnson.

* Thu Jul 22 2010 François Cami <fcami@fedoraproject.org> 1.2-2
- Follow Fedora's packaging guidelines.

* Thu Nov 17 2005 James Klicman <james@klicman.org> 1.2-1
- Updated version number, see ChangeLog for details

* Thu Jul 08 2004 James Klicman <james@klicman.org> 1.1-1
- Initial spec file