|
 |
9c939c7 |
%{?python_enable_dependency_generator}
|
|
 |
9c939c7 |
|
|
 |
1a98152 |
Name: gcovr
|
|
 |
29a17ed |
Version: 4.1
|
|
 |
dde8ece |
Release: 3%{?dist}
|
|
 |
1a98152 |
Summary: A code coverage report generator using GNU gcov
|
|
 |
1a98152 |
|
|
 |
1a98152 |
License: BSD
|
|
 |
1a98152 |
URL: http://gcovr.com/
|
|
 |
1a98152 |
Source0: https://github.com/gcovr/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
|
 |
1a98152 |
|
|
 |
1a98152 |
BuildRequires: python3-devel
|
|
 |
1a98152 |
BuildRequires: python3-setuptools
|
|
 |
1a98152 |
|
|
 |
1a98152 |
Requires: %{_bindir}/gcov
|
|
 |
1a98152 |
|
|
 |
1a98152 |
BuildArch: noarch
|
|
 |
1a98152 |
|
|
 |
1a98152 |
%description
|
|
 |
1a98152 |
Gcovr provides a utility for managing the use of the GNU gcov utility
|
|
 |
1a98152 |
and generating summarized code coverage results.
|
|
 |
1a98152 |
|
|
 |
1a98152 |
This command is inspired by the Python coverage.py package, which provides
|
|
 |
1a98152 |
a similar utility in Python. The gcovr command produces either compact
|
|
 |
1a98152 |
human-readable summary reports, machine readable XML reports
|
|
 |
1a98152 |
(in Cobertura format) or simple HTML reports. Thus, gcovr can be viewed
|
|
 |
1a98152 |
as a command-line alternative to the lcov utility, which runs gcov and
|
|
 |
1a98152 |
generates an HTML-formatted report.
|
|
 |
1a98152 |
|
|
 |
1a98152 |
|
|
 |
1a98152 |
%prep
|
|
 |
d58195b |
%autosetup -p1
|
|
 |
1a98152 |
|
|
 |
1a98152 |
|
|
 |
1a98152 |
%build
|
|
 |
1a98152 |
%py3_build
|
|
 |
1a98152 |
|
|
 |
1a98152 |
|
|
 |
1a98152 |
%install
|
|
 |
1a98152 |
%py3_install
|
|
 |
1a98152 |
|
|
 |
1a98152 |
|
|
 |
1a98152 |
%files
|
|
 |
1a98152 |
%license LICENSE.txt
|
|
 |
adc2765 |
%doc README.rst CHANGELOG.rst
|
|
 |
1a98152 |
%{_bindir}/gcovr
|
|
 |
9c939c7 |
%{python3_sitelib}/gcovr*
|
|
 |
9c939c7 |
|
|
 |
1a98152 |
|
|
 |
1a98152 |
%changelog
|
|
 |
dde8ece |
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-3
|
|
 |
dde8ece |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
 |
dde8ece |
|
|
 |
9c939c7 |
* Fri Sep 07 2018 Neal Gompa <ngompa13@gmail.com> - 4.1-2
|
|
 |
9c939c7 |
- Add missing files installed in the Python sitelib location
|
|
 |
9c939c7 |
|
|
 |
9c939c7 |
* Fri Sep 07 2018 Neal Gompa <ngompa13@gmail.com> - 4.1-1
|
|
 |
f543e51 |
- Release 4.1 to Fedora (#1626452)
|
|
 |
f543e51 |
- Reformatted changelog entry
|
|
 |
f543e51 |
|
|
 |
9c939c7 |
* Fri Sep 07 2018 Alexis Jeandet <alexis.jeandet@member.fsf.org> - 4.1-0
|
|
 |
29a17ed |
- Update to latest gcovr version (4.1)
|
|
 |
f543e51 |
- Removed backported upstream patch as it is part of the release
|
|
 |
29a17ed |
|
|
 |
47f8f20 |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-8
|
|
 |
47f8f20 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
 |
47f8f20 |
|
|
 |
ee31cb2 |
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 3.3-7
|
|
 |
ee31cb2 |
- Rebuilt for Python 3.7
|
|
 |
ee31cb2 |
|
|
 |
3a9a0b3 |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-6
|
|
 |
3a9a0b3 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
 |
3a9a0b3 |
|
|
 |
a2f7c30 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-5
|
|
 |
a2f7c30 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
 |
a2f7c30 |
|
|
 |
d58195b |
* Mon Mar 06 2017 Neal Gompa <ngompa13@gmail.com> - 3.3-4
|
|
 |
d58195b |
- Fix HTML reports for Python 3 (#1428277)
|
|
 |
d58195b |
|
|
 |
799b462 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-3
|
|
 |
799b462 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
 |
799b462 |
|
|
 |
1a98152 |
* Thu Feb 2 2017 Neal Gompa <ngompa13@gmail.com> - 3.3-2
|
|
 |
1a98152 |
- Address review comments (#1418804)
|
|
 |
1a98152 |
- Switch to Python 3
|
|
 |
1a98152 |
|
|
 |
1a98152 |
|
|
 |
1a98152 |
* Thu Feb 2 2017 Neal Gompa <ngompa13@gmail.com> - 3.3-1
|
|
 |
1a98152 |
- Initial package
|