|
|
@ -1,12 +1,12 @@
|
|
|
|
%global modulename html5lib
|
|
|
|
%global modulename html5lib
|
|
|
|
%if 0%{?fedora}
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
|
|
|
%global with_python3 1
|
|
|
|
%global with_python3 1
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{modulename}
|
|
|
|
Name: python-%{modulename}
|
|
|
|
Summary: A python based HTML parser/tokenizer
|
|
|
|
Summary: A python based HTML parser/tokenizer
|
|
|
|
Version: 0.999999999
|
|
|
|
Version: 0.999999999
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -95,6 +95,9 @@ specification for maximum compatibility with major desktop web browsers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Sep 29 2017 Troy Dawson <tdawson@redhat.com> - 0.999999999-4
|
|
|
|
|
|
|
|
- Cleanup spec file conditionals
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2017 Kevin Fenzi <kevin@scrye.com> - 0.999999999-3
|
|
|
|
* Thu Jul 27 2017 Kevin Fenzi <kevin@scrye.com> - 0.999999999-3
|
|
|
|
- Add Requires on python-webencodings. Fixes bug #1474883
|
|
|
|
- Add Requires on python-webencodings. Fixes bug #1474883
|
|
|
|
|
|
|
|
|
|
|
|