forked from pool/python-xhtml2pdf
- Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xhtml2pdf?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
c330fdc0c6
commit
08e7f329dd
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 24 11:17:37 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
- Require python-setuptools instead of distribute (upstreams merged)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 12 23:54:00 UTC 2012 - jfunk@funktronics.ca
|
Wed Dec 12 23:54:00 UTC 2012 - jfunk@funktronics.ca
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-xhtml2pdf
|
# spec file for package python-xhtml2pdf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -13,20 +13,21 @@
|
|||||||
# 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/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: python-xhtml2pdf
|
Name: python-xhtml2pdf
|
||||||
Version: 0.0.4
|
Version: 0.0.4
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Apache-2.0
|
|
||||||
Summary: PDF Generator Using HTML and CSS
|
Summary: PDF Generator Using HTML and CSS
|
||||||
Url: http://www.xhtml2pdf.com/
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
Url: http://www.xhtml2pdf.com/
|
||||||
Source: http://pypi.python.org/packages/source/x/xhtml2pdf/xhtml2pdf-%{version}.tar.gz
|
Source: http://pypi.python.org/packages/source/x/xhtml2pdf/xhtml2pdf-%{version}.tar.gz
|
||||||
# PATCH-FIX-OPENSUSE no_optimize.patch - Don't generate .pyo files during build
|
# PATCH-FIX-OPENSUSE no_optimize.patch - Don't generate .pyo files during build
|
||||||
Patch0: no_optimize.patch
|
Patch0: no_optimize.patch
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-distribute
|
BuildRequires: python-setuptools
|
||||||
Requires: python-html5lib
|
Requires: python-html5lib
|
||||||
Requires: python-imaging
|
Requires: python-imaging
|
||||||
Requires: python-pypdf
|
Requires: python-pypdf
|
||||||
|
Reference in New Issue
Block a user