File python-reportlab.spec of Package python-reportlab
#
# spec file for package python-reportlab
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# 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/
#
%define modname reportlab
Name: python-%{modname}
Version: 2.7
Release: 0
Url: http://www.reportlab.com/
Summary: The Reportlab Toolkit
License: BSD-2-Clause
Group: Development/Languages/Python
Source: http://www.reportlab.com/ftp/%{modname}-%{version}.tar.gz
Patch0: reportlab-missing-includes.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: freetype2-devel
BuildRequires: python-devel
BuildRequires: python-imaging
BuildRequires: python-xml
Requires: python-imaging
Provides: python-ReportLab = %{version}
Obsoletes: python-ReportLab < %{version}
%if 0%{?suse_version} <= 1110
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
%else
%py_requires
%endif
%description
The ReportLab Toolkit. An Open Source Python library for generating PDFs and graphics.
%prep
%setup -q -n %{modname}-%{version}
%patch0
sed -i "1d" src/reportlab/lib/{formatters,fonts,set_ops,corp,units,pagesizes,__init__,randomtext,logger,normalDate}.py
sed -i "1d" src/reportlab/graphics/{widgets/table,barcode/test,testdrawings,testshapes}.py # Fix non-executable bits
%build
CFLAGS="%{optflags}" python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check
python setup.py tests
%files
%defattr(-,root,root,-)
%doc CHANGES.txt README.txt
%{python_sitearch}/_renderPM.so
%{python_sitearch}/_rl_accel.so
%{python_sitearch}/pyHnj.so
%{python_sitearch}/sgmlop.so
%{python_sitearch}/%{modname}/
%{python_sitearch}/%{modname}-%{version}-py%{py_ver}.egg-info
%changelog