%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define modname wget Name: python-%{modname} Version: 3.2 Release: 3.2 Summary: pure python download utility License: unlicense Group: Development/Languages/Python Url: http://bitbucket.org/techtonik/python-wget/ Source: http://pypi.python.org/packages/source/w/%{modname}/%{modname}-%{version}.zip BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildArch: noarch %python_subpackages %description pure python download utility. %prep %setup -q -n %{modname}-%{version} %build %python_build %install %python_install %fdupes %{buildroot}%{_prefix} %files %python_files %defattr(-,root,root,-) %doc README.txt %{python_sitearch}/* %changelog * Fri Apr 10 2015 Muhammad Shaban 2.2-1 - Initial build