84285e7
Name: python-nose-cov
84285e7
Version: 1.6
84285e7
Release: 1%{?dist}
84285e7
Summary: nose plugin for coverage reporting, including subprocesses and multiprocessing
84285e7
Source0: https://pypi.python.org/packages/source/n/nose-cov/nose-cov-%{version}.tar.gz
84285e7
License: MIT
84285e7
BuildArch: noarch
84285e7
Url: http://bitbucket.org/memedough/nose-cov/overview
84285e7
84285e7
BuildRequires:  python2-devel
84285e7
BuildRequires:  python-setuptools
84285e7
84285e7
Requires:  python-nose
84285e7
Requires:  python-cov-core
84285e7
84285e7
%description
84285e7
This plugin produces coverage reports and supports coverage of subprocesses.
84285e7
84285e7
%prep
84285e7
%setup -q -n nose-cov-%{version}
84285e7
rm -rf nose_cov.egg-info
84285e7
84285e7
%build
84285e7
%{__python2} setup.py build
84285e7
84285e7
%install
84285e7
%{__python2} setup.py install --single-version-externally-managed -O1 --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
84285e7
84285e7
%files 
84285e7
%doc README.txt
84285e7
%doc LICENSE.txt
84285e7
%{python2_sitelib}/nose_cov*.egg-info
84285e7
%{python2_sitelib}/nose_cov.py*
84285e7
84285e7
84285e7
%changelog
84285e7
* Mon Sep 29 2014 John Dulaney <jdulaney@fedoraproject.org> - 1.6-1
84285e7
- Initial packaging
84285e7
- Spec based on python-nose