Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 292281 Details for
Bug 252108
Review Request: python-html5lib - A python based HTML5 parser/tokenizer
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
cleanup spec
python-html5lib.patch (text/plain), 3.01 KB, created by
Ruben Kerkhof
on 2008-01-20 00:00:26 UTC
(
hide
)
Description:
cleanup spec
Filename:
MIME Type:
Creator:
Ruben Kerkhof
Created:
2008-01-20 00:00:26 UTC
Size:
3.01 KB
patch
obsolete
>--- python-html5lib.spec.orig 2008-01-20 00:25:25.000000000 +0100 >+++ python-html5lib.spec 2008-01-20 00:45:32.000000000 +0100 >@@ -1,59 +1,42 @@ >- >-%define modulename html5lib >-%define dist fc7 >-%define section Development/Libraries > %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} > >-# ----------------------------------------------------------------------------- >+%define modulename html5lib > > Summary: A python based HTML parser/tokenizer based on the WHATWG HTML5 specification > Name: python-%{modulename} > Version: 0.9 >-Release: 2%{dist} >-Group: %{section} >+Release: 3%{dist} >+Group: Development/Libraries > License: MIT > URL: http://code.google.com/p/html5lib/ > BuildArch: noarch > Source0: http://html5lib.googlecode.com/files/%{modulename}-%{version}.zip >-# add patches, if any, here >-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root >-# build and runtime requirements here >+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >-BuildRequires: python-devel >-Requires: python >- >-Provides: %{modulename} = %{version} >+%if 0%{?fedora} >= 8 >+BuildRequires: python-setuptools-devel >+%else >+BuildRequires: python-setuptools >+%endif > > %description > A python based HTML parser/tokenizer based on the WHATWG HTML5 > specification for maximum compatibility with major desktop web browsers. > >-# ----------------------------------------------------------------------------- >- > %prep >-%setup -q -c >- >-# ----------------------------------------------------------------------------- >+%setup -q -c > > %build >-python setup.py build >- >-# ----------------------------------------------------------------------------- >+%{__python} setup.py build > > %install > rm -rf $RPM_BUILD_ROOT > install -d $RPM_BUILD_ROOT%{python_sitelib} >-python setup.py install --prefix=$RPM_BUILD_ROOT%{_prefix} >- >-# ----------------------------------------------------------------------------- >+%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT > > %clean > rm -rf $RPM_BUILD_ROOT > >-# ----------------------------------------------------------------------------- >- >-# ----------------------------------------------------------------------------- >- > %files > %defattr(-,root,root,0755) > %doc examples LICENSE README >@@ -61,12 +44,16 @@ > %{python_sitelib}/%{modulename}/*.pyc > %{python_sitelib}/%{modulename}/*.pyo > %{python_sitelib}/%{modulename}/treebuilders >- >-# ----------------------------------------------------------------------------- >+%if 0%{?fedora} >= 9 >+%{python_sitelib}/%{modulename}-%{version}-*.egg-info >+%endif > > %changelog >-* Tue Aug 14 2007 Oded Arbel <oded@geek.co.il> 0.9-2fc7 >+* Sun Jan 20 2008 Ruben Kerkhof <ruben@rubenkerkhof.com> 0.9-3 >+- Cleanup spec to comply with latest packaging guidelines >+ >+* Tue Aug 14 2007 Oded Arbel <oded@geek.co.il> 0.9-2 > - autodetect python sitelib according to Fedora packaging guidelines > >-* Mon Aug 13 2007 Oded Arbel <oded@geek.co.il> 0.9-1fc7 >+* Mon Aug 13 2007 Oded Arbel <oded@geek.co.il> 0.9-1 > - First build
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 252108
: 292281 |
464828
|
468243
|
496915
|
512515
|
512535