%global shortname stem Name: python-stem Version: 1.2.2 Release: 4%{?dist} Summary: Python controller library for Tor Group: Development/Libraries # All source code is LGPLv3 except stem/util/ordereddict.py which is MIT License: LGPLv3 and MIT URL: https://stem.torproject.org/ Source0: https://pypi.python.org/packages/source/s/stem/%{shortname}-%{version}.tar.bz2 # https://www.torproject.org/docs/signing-keys.html.en Source1: https://pypi.python.org/packages/source/s/stem/%{shortname}-%{version}.tar.bz2.asc BuildArch: noarch BuildRequires: python2-devel %description Stem is a python controller library for Tor. It uses Tor’s control protocol to help developers program against the Tor process. %prep %setup -q -n %{shortname}-%{version} %build %{__python} setup.py build %install %{__python} setup.py install --skip-build --root %{buildroot} %files %doc LICENSE %{_bindir}/tor-prompt %{python_sitelib}/%{shortname} %{python_sitelib}/%{shortname}-*.egg-info %changelog * Sat Jun 28 2014 Juan Orti Alcaine - 1.2.2-4 - Drop doc subpackage * Thu Jun 26 2014 Juan Orti Alcaine - 1.2.2-3 - EPEL6 package * Sat Jun 14 2014 Juan Orti Alcaine - 1.2.2-2 - Rename tor-prompt to python3-tor-prompt in python3 subpackage * Thu Jun 12 2014 Juan Orti Alcaine - 1.2.2-1 - Version 1.2.2 * Sat Jun 07 2014 Fedora Release Engineering - 1.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri May 09 2014 Juan Orti Alcaine - 1.1.1-2 - Rebuilt for F21 Python 3.4 * Sun Nov 10 2013 Juan Orti Alcaine - 1.1.1-1 - Version 1.1.1 * Tue Oct 15 2013 Juan Orti Alcaine - 1.1.0-1 - Version 1.1.0 * Sun Aug 04 2013 Fedora Release Engineering - 1.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sun Apr 28 2013 Juan Orti Alcaine - 1.0.1-4 - Enable parallel make * Sun Apr 28 2013 Juan Orti Alcaine - 1.0.1-3 - Add doc subpackage * Sun Apr 07 2013 Juan Orti Alcaine - 1.0.1-2 - Update Source URL * Wed Mar 27 2013 Juan Orti Alcaine - 1.0.1-1 - Add python3 subpackage - Update to 1.0.1 * Wed Mar 27 2013 Juan Orti Alcaine - 1.0.0-1 - Version 1.0.0 * Tue Feb 26 2013 Juan Orti Alcaine - 0-0.2.20130226gitbe9a532 - Update source code * Sun Jan 13 2013 Juan Orti Alcaine - 0-0.1.20130113git - Initial packaging