diff --git a/.cvsignore b/.cvsignore index 2b0437e..bbe36ad 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ReportLab_2_0.tgz +ReportLab_2_1.tgz diff --git a/python-reportlab.spec b/python-reportlab.spec index d1c2d80..7fd990e 100644 --- a/python-reportlab.spec +++ b/python-reportlab.spec @@ -1,14 +1,14 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-reportlab -Version: 2.0 -Release: 2%{?dist} +Version: 2.1 +Release: 1%{?dist} Summary: Python PDF generation library Group: Development/Libraries License: BSD URL: http://www.reportlab.org/ -Source0: http://www.reportlab.org/ftp/ReportLab_2_0.tgz +Source0: http://www.reportlab.org/ftp/ReportLab_2_1.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -31,7 +31,7 @@ The %{name}-docs package contains the documentation for ReportLab in PDF format. %prep -%setup -q -n reportlab_2_0 +%setup -q -n reportlab_2_1 %build @@ -45,7 +45,8 @@ cd ./reportlab %{__python} setup.py install --root $RPM_BUILD_ROOT # Remove test, doc, and demo files. -rm -Rf ${RPM_BUILD_ROOT}%{python_sitelin}/reportlab/demos +rm -Rf ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/demos +rm -Rf ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/graphics/samples rm -Rf ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/tools/pythonpoint/demos rm -Rf ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/docs rm -Rf ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/test/ @@ -77,10 +78,12 @@ rm -rf $RPM_BUILD_ROOT %files docs %defattr(-,root,root,-) %doc reportlab/docs/*.pdf -%{python_sitelib}/reportlab/demos/ %changelog +* Sat May 26 2007 Brian Pepple - 2.1-1 +- Update to 2.1. + * Wed Dec 27 2006 Brian Pepple - 2.0-2 - Make docs subpackage. diff --git a/sources b/sources index 9f1c058..5b8ef03 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0de80cdf310dac692ba6ea02beb4481b ReportLab_2_0.tgz +d6eefe9e6e06aaa1315462045c9726ba ReportLab_2_1.tgz