File namebench.spec of Package namebench
Name: namebench
# List of additional build dependencies
BuildRequires: python, python-devel
Version: 1.3.1
Release: 1.1
License: GPL v2 or later
Source: namebench-%{version}-source.tgz
Group: Development/Libraries/Python
Summary: Nnamebench hunts down the fastest DNS servers available for your computer to use
%py_requires
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-tk
%description
http://code.google.com/p/namebench/
Nnamebench hunts down the fastest DNS servers available for your
computer to use. namebench runs a fair and thorough benchmark using
your web browser history, tcpdump output, or standardized datasets in
order to provide an individualized recommendation. namebench is
completely free and does not modify your system in any way
%prep
%setup -q
%build
python setup.py build
%install
# python setup.py install --prefix=%_prefix --root=%buildroot --record-rpm=filelist
# python setup.py install
# %{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES
%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-data=%{_datadir} --record-rpm=filelist
%clean
rm -rf %buildroot
%files -f filelist
%defattr(-,root,root)
%changelog
* Wed Jan 1 2014 auxsvr@gmail.com
- Upgraded to 1.3.1
* Fri Jan 29 2010 doiggl@velocitynet.com.au
- packaged namebench version 1.1 using the buildservice spec file wizard