Fix license again; Note bundled jquery libraries
This commit is contained in:
parent
8645a7f9f6
commit
297ffa21bc
@ -12,8 +12,14 @@
|
||||
Name: python-coverage
|
||||
Summary: Code coverage testing module for Python
|
||||
Version: 4.1
|
||||
Release: 0.1.%{?prever}%{?dist}
|
||||
License: ASL 2.0
|
||||
Release: 0.2.%{?prever}%{?dist}
|
||||
# jquery(MIT):
|
||||
# coverage/htmlfiles/jquery.min.js
|
||||
# MIT or GPL:
|
||||
# coverage/htmlfiles/jquery.debounce.min.js
|
||||
# coverage/htmlfiles/jquery.hotkeys.js
|
||||
# coverage/htmlfiles/jquery.isonscreen.js
|
||||
License: ASL 2.0 and MIT and (MIT or GPL)
|
||||
Group: System Environment/Libraries
|
||||
URL: http://nedbatchelder.com/code/modules/coverage.html
|
||||
Source0: http://pypi.python.org/packages/source/c/coverage/coverage-%{version}%{?prever}.tar.gz
|
||||
@ -37,6 +43,11 @@ Group: System Environment/Libraries
|
||||
# so the "python3-coverage" executable requires python3-setuptools:
|
||||
Requires: python2-setuptools
|
||||
%{?python_provide:%python_provide python2-coverage}
|
||||
Provides: bundled(js-jquery) = 1.11.1
|
||||
Provides: bundled(js-jquery-debounce) = 1.1
|
||||
Provides: bundled(js-jquery-hotkeys) = 0.8
|
||||
Provides: bundled(js-jquery-isonscreen) = 1.2.0
|
||||
Provides: bundled(js-jquery-tablesorter)
|
||||
|
||||
%description -n python2-coverage
|
||||
Coverage.py is a Python 2 module that measures code coverage during Python
|
||||
@ -52,6 +63,11 @@ Group: System Environment/Libraries
|
||||
# so the "python3-coverage" executable requires python3-setuptools:
|
||||
Requires: python3-setuptools
|
||||
%{?python_provide:%python_provide python3-coverage}
|
||||
Provides: bundled(js-jquery) = 1.11.1
|
||||
Provides: bundled(js-jquery-debounce) = 1.1
|
||||
Provides: bundled(js-jquery-hotkeys) = 0.8
|
||||
Provides: bundled(js-jquery-isonscreen) = 1.2.0
|
||||
Provides: bundled(js-jquery-tablesorter)
|
||||
|
||||
%description -n python3-coverage
|
||||
Coverage.py is a Python 3 module that measures code coverage during Python
|
||||
@ -126,6 +142,7 @@ popd
|
||||
* Wed Jan 13 2016 Orion Poplawski <orion@cora.nwra.com> - 4.1-0.2.b1
|
||||
- Fix and install license
|
||||
- Cleanup and modernize spec
|
||||
- Note bundled jquery libraries
|
||||
|
||||
* Tue Jan 12 2016 Tom Callaway <spot@fedoraproject.org> - 4.1-0.1.b1
|
||||
- update to 4.1b1
|
||||
|
Loading…
Reference in New Issue
Block a user