rebuilt with -py3 package [release 0.999-2mamba;Mon Jun 22 2015]
This commit is contained in:
parent
b1f91b2e55
commit
d2166b6ca5
@ -1,6 +1,6 @@
|
|||||||
Name: python-html5lib
|
Name: python-html5lib
|
||||||
Version: 0.999
|
Version: 0.999
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: HTML parser based on the HTML5 specifcation
|
Summary: HTML parser based on the HTML5 specifcation
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -9,6 +9,8 @@ Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
|||||||
URL: https://github.com/html5lib/html5lib-python
|
URL: https://github.com/html5lib/html5lib-python
|
||||||
Source: https://github.com/html5lib/html5lib-python.git/%{version}/html5lib-python-%{version}.tar.bz2
|
Source: https://github.com/html5lib/html5lib-python.git/%{version}/html5lib-python-%{version}.tar.bz2
|
||||||
License: MIT
|
License: MIT
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
Requires: python >= %python_version
|
Requires: python >= %python_version
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -19,6 +21,10 @@ HTML parser based on the HTML5 specifcation.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n html5lib-python-%{version}
|
%setup -q -n html5lib-python-%{version}
|
||||||
|
|
||||||
|
%if "%{?with_pyver}"
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python} setup.py build
|
%{__python} setup.py build
|
||||||
|
|
||||||
@ -36,11 +42,13 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%doc examples README
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 22 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.999-2mamba
|
||||||
|
- rebuilt with -py3 package
|
||||||
|
|
||||||
* Sun Dec 29 2013 Automatic Build System <autodist@mambasoft.it> 0.999-1mamba
|
* Sun Dec 29 2013 Automatic Build System <autodist@mambasoft.it> 0.999-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user