14
0

- 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:
Sascha Peilicke
2013-10-24 11:17:38 +00:00
committed by Git OBS Bridge
parent c330fdc0c6
commit 08e7f329dd
2 changed files with 10 additions and 4 deletions

View File

@@ -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

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -13,20 +13,21 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-xhtml2pdf
Version: 0.0.4
Release: 0
License: Apache-2.0
Summary: PDF Generator Using HTML and CSS
Url: http://www.xhtml2pdf.com/
License: Apache-2.0
Group: Development/Languages/Python
Url: http://www.xhtml2pdf.com/
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
Patch0: no_optimize.patch
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRequires: python-setuptools
Requires: python-html5lib
Requires: python-imaging
Requires: python-pypdf