|
|
|
@ -2,8 +2,6 @@
|
|
|
|
|
%global with_python3 1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%global betaver b3
|
|
|
|
|
|
|
|
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
|
|
|
|
|
|
# tracer.so is a private object, don't include it in the provides
|
|
|
|
@ -14,11 +12,11 @@
|
|
|
|
|
Name: python-coverage
|
|
|
|
|
Summary: Code coverage testing module for Python
|
|
|
|
|
Version: 3.6
|
|
|
|
|
Release: 0.3.%{?betaver}%{?dist}
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: BSD and (MIT or GPLv2)
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
URL: http://nedbatchelder.com/code/modules/coverage.html
|
|
|
|
|
Source0: http://pypi.python.org/packages/source/c/coverage/coverage-%{version}%{?betaver}.tar.gz
|
|
|
|
|
Source0: http://pypi.python.org/packages/source/c/coverage/coverage-%{version}.tar.gz
|
|
|
|
|
BuildRequires: python-setuptools, python-devel
|
|
|
|
|
Requires: python-setuptools
|
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
@ -48,7 +46,7 @@ have been executed.
|
|
|
|
|
%endif # with_python3
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n coverage-%{version}%{?betaver}
|
|
|
|
|
%setup -q -n coverage-%{version}
|
|
|
|
|
|
|
|
|
|
find . -type f -exec chmod 0644 \{\} \;
|
|
|
|
|
sed -i 's/\r//g' README.txt
|
|
|
|
@ -99,6 +97,9 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jun 7 2013 Tom Callaway <spot@fedoraproject.org> - 3.6-1
|
|
|
|
|
- update to 3.6 final
|
|
|
|
|
|
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6-0.3.b3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|