Hello community, here is the log from the commit of package python-reportlab for openSUSE:Factory checked in at 2012-05-29 11:44:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-reportlab (Old) and /work/SRC/openSUSE:Factory/.python-reportlab.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-reportlab", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/python-reportlab/python-reportlab.changes 2012-02-16 12:27:24.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-reportlab.new/python-reportlab.changes 2012-05-29 11:44:41.000000000 +0200 @@ -1,0 +2,5 @@ +Fri May 25 11:35:57 UTC 2012 - [email protected] + +- Clean up spec file + +------------------------------------------------------------------- Old: ---- reportlab-2.5.tar.bz2 New: ---- reportlab-2.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-reportlab.spec ++++++ --- /var/tmp/diff_new_pack.pKKDMA/_old 2012-05-29 11:44:43.000000000 +0200 +++ /var/tmp/diff_new_pack.pKKDMA/_new 2012-05-29 11:44:43.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-reportlab # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,16 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - -Name: python-reportlab +%define modname reportlab +Name: python-%{modname} Version: 2.5 Release: 0 Url: http://www.reportlab.com/ Summary: The Reportlab Toolkit License: BSD-2-Clause Group: Development/Languages/Python -Source: reportlab-%{version}.tar.bz2 +Source: http://www.reportlab.com/ftp/%{modname}-%{version}.tar.gz Patch0: reportlab-missing-includes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: freetype2-devel @@ -34,16 +33,17 @@ Requires: python-imaging Provides: python-ReportLab = %{version} Obsoletes: python-ReportLab < %{version} -%if 0%{?suse_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 -%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %description The ReportLab Toolkit. An Open Source Python library for generating PDFs and graphics. %prep -%setup -q -n reportlab-%{version} +%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 @@ -60,6 +60,11 @@ %files %defattr(-,root,root,-) %doc CHANGES.txt README.txt -%{python_sitearch}/* +%{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 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
