|
 |
16ad675 |
%global srcname bna
|
|
 |
16ad675 |
|
|
 |
4ef01c3 |
Name: python-%{srcname}
|
|
 |
16ad675 |
Version: 4.1.0
|
|
 |
f24a702 |
Release: 5%{?dist}
|
|
Christopher Meng |
99f62de |
Summary: Battle.net Authenticator routines in Python
|
|
Christopher Meng |
99f62de |
License: MIT
|
|
Christopher Meng |
99f62de |
URL: http://github.com/Adys/python-bna
|
|
 |
16ad675 |
Source0: https://pypi.python.org/packages/source/b/bna/bna-%{version}.tar.gz
|
|
 |
16ad675 |
BuildRequires: python3-devel
|
|
 |
16ad675 |
BuildRequires: python3-setuptools
|
|
Christopher Meng |
99f62de |
BuildArch: noarch
|
|
Christopher Meng |
99f62de |
|
|
 |
4ef01c3 |
Provides: python3-%{srcname}
|
|
 |
4ef01c3 |
|
|
Christopher Meng |
99f62de |
%description
|
|
Christopher Meng |
99f62de |
This is a Python library of Battle.net Authenticator routines,
|
|
Christopher Meng |
99f62de |
this package also contains a command-line Battle.net authenticator.
|
|
Christopher Meng |
99f62de |
|
|
Christopher Meng |
99f62de |
%prep
|
|
 |
16ad675 |
%setup -q -n %{srcname}-%{version}
|
|
Christopher Meng |
99f62de |
|
|
Christopher Meng |
99f62de |
%build
|
|
 |
16ad675 |
%py3_build
|
|
Christopher Meng |
99f62de |
|
|
Christopher Meng |
99f62de |
%install
|
|
 |
16ad675 |
%py3_install
|
|
Christopher Meng |
99f62de |
|
|
Christopher Meng |
99f62de |
%files
|
|
 |
16ad675 |
%doc README.rst
|
|
 |
16ad675 |
%license LICENSE
|
|
Christopher Meng |
99f62de |
%{_bindir}/bna
|
|
 |
16ad675 |
%{python3_sitelib}/bna*
|
|
 |
16ad675 |
%{python3_sitelib}/__pycache__/bna*
|
|
Christopher Meng |
99f62de |
|
|
Christopher Meng |
99f62de |
%changelog
|
|
 |
f24a702 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-5
|
|
 |
f24a702 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
 |
f24a702 |
|
|
 |
408e52f |
* Mon Dec 19 2016 Miro HronĨok <mhroncok@redhat.com> - 4.1.0-4
|
|
 |
408e52f |
- Rebuild for Python 3.6
|
|
 |
408e52f |
|
|
 |
923af05 |
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.0-3
|
|
 |
923af05 |
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
 |
923af05 |
|
|
 |
3d951aa |
* Tue Apr 19 2016 Charalampos Stratakis <cstratak@redhat.com> - 4.1.0-2
|
|
 |
3d951aa |
- Provide python3-bna
|
|
 |
3d951aa |
|
|
 |
4270a85 |
* Tue Apr 19 2016 Charalampos Stratakis <cstratak@redhat.com> - 4.1.0-1
|
|
 |
16ad675 |
- Update to version 4.1.0
|
|
 |
16ad675 |
- Change package to use Python 3
|
|
 |
16ad675 |
- Use of newest python macros
|
|
 |
16ad675 |
- Added license tag
|
|
 |
16ad675 |
|
|
 |
5616d40 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.2-5
|
|
 |
5616d40 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
 |
5616d40 |
|
|
 |
b3ea788 |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2-4
|
|
 |
b3ea788 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
 |
b3ea788 |
|
|
 |
5c47905 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2-3
|
|
 |
5c47905 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
 |
5c47905 |
|
|
Christopher Meng |
99f62de |
* Thu Sep 12 2013 Christopher Meng <rpm@cicku.me> - 3.2-2
|
|
Christopher Meng |
99f62de |
- Add license file.
|
|
Christopher Meng |
99f62de |
|
|
Christopher Meng |
99f62de |
* Thu Aug 15 2013 Christopher Meng <rpm@cicku.me> - 3.2-1
|
|
Christopher Meng |
99f62de |
- Initial Package.
|