Name: speedometer Version: 2.8 Release: 2%{?dist} Summary: Network Transfer Rate Display Source: http://excess.org/speedometer/speedometer-%{version}.tar.gz URL: http://excess.org/speedometer/ Group: Productivity/Networking/Other License: GNU Lesser General Public License 2.1 or later (LGPL v2.1 or later) BuildRoot: %{_tmppath}/build-%{name}-%{version} Requires: python python-urwid BuildArch: noarch %description Measure and display the rate of data across a network connection or data being stored in a file. %prep %setup -q %build %install %__install -d "%{buildroot}%{_bindir}" install -m0755 speedometer.py "%{buildroot}%{_bindir}/" %__ln_s speedometer.py "%{buildroot}%{_bindir}/speedometer" %clean %{?buildroot:%__rm -rf "%{buildroot}"} %files %defattr(-,root,root) %{_bindir}/speedometer %{_bindir}/speedometer.py %changelog * Fri Feb 8 2013 Scott R. Shinn - 2.8-2 - Import to Atomic * Sat Dec 10 2011 pascal.bleser@opensuse.org - update to 2.8: * adds a linear scale option, a long-requested feature * updates to a weighted moving average and has more display options, including bits/second and customizable minimum and maximum values displayed * Tue Nov 9 2010 pascal.bleser@opensuse.org - update to 2.7: * speedometer now works better with light, dark or transparent backgrounds * can now display in monochrome mode and has 88/256-color mode support (with a solid background color) * new option to exit once a monitored file download completes * Fri May 30 2008 guru@unixtech.be - new package