Name: namebench Version: 1.3.1 Release: 18.1%{?dist} License: GPL v2 or later Source: http://namebench.googlecode.com/files/%{name}-%{version}-source.tgz Group: Development/Libraries/Python Summary: Hunt down the fastest DNS servers BuildRoot: %{_tmppath}/%{name}-%{version}-build URL: http://code.google.com/p/namebench/ BuildRequires: python2-devel Requires: python2-tkinter BuildArch: noarch %description 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 %py2_build %install %py2_install #python setup.py install --prefix=%{_prefix} --root=%{buildroot} sed -i 's|#!/bin|#!/usr/bin|' %{buildroot}%{_bindir}/* mkdir -p %{buildroot}%{_datadir} mv %{buildroot}/usr/%{name} %{buildroot}%{_datadir} %clean rm -rf %buildroot %files %defattr(-,root,root) %{_bindir}/* %{python2_sitelib}/* %{_datadir}/%{name} %changelog * Sat Mar 28 2020 Aram Minasyan - 1.3.1-18.1 - Rebuild for el8.playground * Wed Sep 25 2013 Huaren Zhong - 1.3.1 - Rebuild for Fedora * Fri Jan 29 2010 doiggl@velocitynet.com.au - packaged namebench version 1.3.1 using the buildservice spec file wizard