4.0b3
This commit is contained in:
parent
de295cb5a8
commit
164acfa84c
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ coverage-3.4.tar.gz
|
|||||||
/coverage-4.0a6.tar.gz
|
/coverage-4.0a6.tar.gz
|
||||||
/coverage-4.0b1.tar.gz
|
/coverage-4.0b1.tar.gz
|
||||||
/coverage-4.0b2.tar.gz
|
/coverage-4.0b2.tar.gz
|
||||||
|
/coverage-4.0b3.tar.gz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%global with_python3 1
|
%global with_python3 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global prever b2
|
%global prever b3
|
||||||
|
|
||||||
%{!?python_sitearch: %global python_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %global python_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
@ -17,7 +17,7 @@
|
|||||||
Name: python-coverage
|
Name: python-coverage
|
||||||
Summary: Code coverage testing module for Python
|
Summary: Code coverage testing module for Python
|
||||||
Version: 4.0
|
Version: 4.0
|
||||||
Release: 0.11.%{?prever}%{?dist}
|
Release: 0.12.%{?prever}%{?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
|
||||||
@ -54,7 +54,7 @@ have been executed.
|
|||||||
%setup -q -n coverage-%{version}%{?prever}
|
%setup -q -n coverage-%{version}%{?prever}
|
||||||
|
|
||||||
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.rst
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
rm -rf %{py3dir}
|
rm -rf %{py3dir}
|
||||||
@ -98,7 +98,7 @@ done
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.txt
|
%doc README.rst
|
||||||
%{_bindir}/coverage
|
%{_bindir}/coverage
|
||||||
%{_bindir}/coverage2
|
%{_bindir}/coverage2
|
||||||
%{_bindir}/coverage-2*
|
%{_bindir}/coverage-2*
|
||||||
@ -118,6 +118,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 9 2015 Tom Callaway <spot@fedoraproject.org> - 4.0-0.12.b3
|
||||||
|
- update to 4.0b3
|
||||||
|
|
||||||
* Fri Aug 28 2015 Tom Callaway <spot@fedoraproject.org> - 4.0-0.11.b2
|
* Fri Aug 28 2015 Tom Callaway <spot@fedoraproject.org> - 4.0-0.11.b2
|
||||||
- update to 4.0b2
|
- update to 4.0b2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user