From 0571837f514288818b0327aa49ae2e840a48c7cbffd0ec61c8208ca587fb8648 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 29 Mar 2012 09:54:13 +0000 Subject: [PATCH] Fix link OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=4 --- html5lib-0.95.tar.bz2 | 3 --- html5lib-0.95.tar.gz | 3 +++ python-html5lib.changes | 6 ++++++ python-html5lib.spec | 30 ++++++++++++++++-------------- 4 files changed, 25 insertions(+), 17 deletions(-) delete mode 100644 html5lib-0.95.tar.bz2 create mode 100644 html5lib-0.95.tar.gz diff --git a/html5lib-0.95.tar.bz2 b/html5lib-0.95.tar.bz2 deleted file mode 100644 index c3bbd25..0000000 --- a/html5lib-0.95.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dde870841044bd19511ab875bbc057e0adf29bff34fb50d6db0a968b7b331842 -size 181952 diff --git a/html5lib-0.95.tar.gz b/html5lib-0.95.tar.gz new file mode 100644 index 0000000..69070b3 --- /dev/null +++ b/html5lib-0.95.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e707d9cb17c8bf1e553713ad14b31274a81d5c0ce0fce21b02936d0efd7dbb +size 222614 diff --git a/python-html5lib.changes b/python-html5lib.changes index 882a78f..36abb85 100644 --- a/python-html5lib.changes +++ b/python-html5lib.changes @@ -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 diff --git a/python-html5lib.spec b/python-html5lib.spec index 9f42d69..19a8ccf 100644 --- a/python-html5lib.spec +++ b/python-html5lib.spec @@ -11,34 +11,31 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # 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 Version: 0.95 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 +Summary: HTML parser based on the WHAT-WG Web Applications 1 +Url: http://code.google.com/p/html5lib/ Group: Development/Languages/Python -Source: html5lib-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Source: http://pypi.python.org/packages/source/h/html5lib/html5lib-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-distribute -%if 0%{?suse_version} -%py_requires -%if 0%{?suse_version} > 1110 +#BuildRequires: python-nose +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%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 %endif -%endif %description -HTML parser designed to follow the HTML5 -specification. The parser is designed to handle all flavours of HTML and +HTML parser designed to follow the HTML5 +specification. The parser is designed to handle all flavours of HTML and parses invalid documents using well-defined error handling rules compatible with the behaviour of major desktop web browsers. @@ -54,9 +51,14 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} +rm -r %{buildroot}%{python_sitelib}/html5lib/tests # Don't ship tests + +#%%check +#nosetests %files %defattr(-,root,root,-) +%doc README %{python_sitelib}/* %changelog