1
0
Sascha Peilicke 2012-03-29 09:54:13 +00:00 committed by Git OBS Bridge
parent c3c9eba2b7
commit 0571837f51
4 changed files with 25 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dde870841044bd19511ab875bbc057e0adf29bff34fb50d6db0a968b7b331842
size 181952

3
html5lib-0.95.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a6e707d9cb17c8bf1e553713ad14b31274a81d5c0ce0fce21b02936d0efd7dbb
size 222614

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 29 09:54:02 UTC 2012 - saschpe@suse.de
- Use upstream tarball
- Don't install tests, but install README
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Feb 11 12:41:52 UTC 2012 - alexandre@exatati.com.br Sat Feb 11 12:41:52 UTC 2012 - alexandre@exatati.com.br

View File

@ -11,30 +11,27 @@
# case the license is the MIT License). An "Open Source License" is a # case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: python-html5lib Name: python-html5lib
Version: 0.95 Version: 0.95
Release: 0 Release: 0
Url: http://code.google.com/p/html5lib/
Summary: HTML parser based on the WHAT-WG Web Applications 1.0("HTML5") specifcation
License: MIT License: MIT
Summary: HTML parser based on the WHAT-WG Web Applications 1
Url: http://code.google.com/p/html5lib/
Group: Development/Languages/Python Group: Development/Languages/Python
Source: html5lib-%{version}.tar.bz2 Source: http://pypi.python.org/packages/source/h/html5lib/html5lib-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-distribute BuildRequires: python-distribute
%if 0%{?suse_version} #BuildRequires: python-nose
%py_requires BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} > 1110 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch: noarch BuildArch: noarch
%endif %endif
%endif
%description %description
HTML parser designed to follow the HTML5 HTML parser designed to follow the HTML5
@ -54,9 +51,14 @@ python setup.py build
%install %install
python setup.py install --prefix=%{_prefix} --root=%{buildroot} python setup.py install --prefix=%{_prefix} --root=%{buildroot}
rm -r %{buildroot}%{python_sitelib}/html5lib/tests # Don't ship tests
#%%check
#nosetests
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc README
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog