Compare commits
No commits in common. "rawhide" and "f29" have entirely different histories.
4 changed files with 114 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
shcov-5.tar.gz
|
||||
|
|
@ -1 +0,0 @@
|
|||
No Python 3 support
|
||||
112
shcov.spec
Normal file
112
shcov.spec
Normal file
|
|
@ -0,0 +1,112 @@
|
|||
Name: shcov
|
||||
Version: 5
|
||||
Release: 17%{?dist}
|
||||
Summary: A gcov and lcov coverage test tool for bourne shell / bash scripts
|
||||
|
||||
Group: Applications/System
|
||||
License: GPLv2
|
||||
URL: http://code.google.com/p/shcov/
|
||||
Source0: http://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python2-setuptools
|
||||
|
||||
|
||||
%description
|
||||
shcov is a gcov-like code coverage tester for bourne shell / bash
|
||||
scripts. It also has a lcov-like HTML output generator to present
|
||||
coverage results.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
%py2_build
|
||||
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
%py2_install
|
||||
rm -rf %{buildroot}%{_defaultdocdir}/%{name}/*
|
||||
|
||||
|
||||
%files
|
||||
%doc ChangeLog COPYING README
|
||||
%{_mandir}/man*/sh*.*
|
||||
%{_bindir}/sh*
|
||||
%{_datadir}/%{name}/
|
||||
%{python2_sitelib}/%{name}/
|
||||
%{python2_sitelib}/%{name}*.egg-info
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Feb 14 2018 Iryna Shcherbina <ishcherb@redhat.com> - 5-16
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5-12
|
||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Sat Nov 26 2011 Fabian Affolter <mail@fabian-affolter.ch> - 5-4
|
||||
- Rebuilt
|
||||
|
||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
||||
|
||||
* Mon Sep 21 2009 Fabian Affolter <mail@fabian-affolter.ch> - 5-1
|
||||
- Updated to new upstream version 5
|
||||
|
||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Sat Jan 24 2009 Fabian Affolter <mail@fabian-affolter.ch> - 4-1
|
||||
- Updated to new upstream version
|
||||
|
||||
* Thu Jan 15 2009 Fabian Affolter <mail@fabian-affolter.ch> - 3-2
|
||||
- Fixed ownership of directory
|
||||
|
||||
* Sun Jan 11 2009 Fabian Affolter <mail@fabian-affolter.ch> - 3-1
|
||||
- Initial package for Fedora
|
||||
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
8bbacfd8168ad2a8782b805dc30e5a2c shcov-5.tar.gz
|
||||
Loading…
Add table
Add a link
Reference in a new issue