|
|
@ -2,7 +2,7 @@
|
|
|
|
%global with_python3 1
|
|
|
|
%global with_python3 1
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%global betaver b1
|
|
|
|
# %%global betaver b1
|
|
|
|
|
|
|
|
|
|
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
|
|
|
|
|
|
|
@ -13,12 +13,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-coverage
|
|
|
|
Name: python-coverage
|
|
|
|
Summary: Code coverage testing module for Python
|
|
|
|
Summary: Code coverage testing module for Python
|
|
|
|
Version: 3.5.2
|
|
|
|
Version: 3.5.3
|
|
|
|
Release: 0.4.%{betaver}%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: BSD and (MIT or GPLv2)
|
|
|
|
License: BSD and (MIT or GPLv2)
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
URL: http://nedbatchelder.com/code/modules/coverage.html
|
|
|
|
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
|
|
|
|
BuildRequires: python-setuptools, python-devel
|
|
|
|
Requires: python-setuptools
|
|
|
|
Requires: python-setuptools
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
%if 0%{?with_python3}
|
|
|
@ -48,7 +48,7 @@ have been executed.
|
|
|
|
%endif # with_python3
|
|
|
|
%endif # with_python3
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n coverage-%{version}%{betaver}
|
|
|
|
%setup -q -n coverage-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
find . -type f -exec chmod 0644 \{\} \;
|
|
|
|
find . -type f -exec chmod 0644 \{\} \;
|
|
|
|
sed -i 's/\r//g' README.txt
|
|
|
|
sed -i 's/\r//g' README.txt
|
|
|
@ -95,6 +95,9 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Oct 1 2012 Tom Callaway <spot@fedoraproject.org> - 3.5.3-1
|
|
|
|
|
|
|
|
- update to 3.5.3
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 3.5.2-0.4.b1
|
|
|
|
* Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 3.5.2-0.4.b1
|
|
|
|
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
|
|
|
|
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
|
|
|
|
|
|
|
|
|
|
|
|