Name: python-bna Version: 3.2 Release: 5%{?dist} Summary: Battle.net Authenticator routines in Python License: MIT URL: http://github.com/Adys/python-bna Source0: https://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz BuildRequires: python2-devel BuildArch: noarch %description This is a Python library of Battle.net Authenticator routines, this package also contains a command-line Battle.net authenticator. %prep %setup -q sed -i 's|/usr/bin/env python|%{__python2}|g' *.py %build %{__python2} setup.py build %install %{__python2} setup.py install --prefix=%{_prefix} -O1 --skip-build --root=%{buildroot} %files %doc LICENSE README.rst %{_bindir}/bna %{python2_sitelib}/bna* %{python2_sitelib}/python_bna-%{version}-py%{python_version}.egg-info %changelog * Thu Feb 04 2016 Fedora Release Engineering - 3.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering - 3.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 3.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Thu Sep 12 2013 Christopher Meng - 3.2-2 - Add license file. * Thu Aug 15 2013 Christopher Meng - 3.2-1 - Initial Package.