rpms/python-reportlab/devel .cvsignore, 1.5, 1.6 python-reportlab.spec, 1.13, 1.14 sources, 1.5, 1.6

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Sun May 27 00:31:15 UTC 2007


Author: bpepple

Update of /cvs/pkgs/rpms/python-reportlab/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20444

Modified Files:
	.cvsignore python-reportlab.spec sources 
Log Message:
* Sat May 26 2007 Brian Pepple <bpepple at fedoraproject.org> - 2.1-1
- Update to 2.1.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-reportlab/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	27 Dec 2006 17:22:40 -0000	1.5
+++ .cvsignore	27 May 2007 00:30:40 -0000	1.6
@@ -1 +1 @@
-ReportLab_2_0.tgz
+ReportLab_2_1.tgz


Index: python-reportlab.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-reportlab/devel/python-reportlab.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- python-reportlab.spec	27 Dec 2006 19:01:21 -0000	1.13
+++ python-reportlab.spec	27 May 2007 00:30:40 -0000	1.14
@@ -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 @@
 
 
 %prep
-%setup -q -n reportlab_2_0
+%setup -q -n reportlab_2_1
 
 
 %build
@@ -45,7 +45,8 @@
 %{__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 @@
 %files docs
 %defattr(-,root,root,-)
 %doc reportlab/docs/*.pdf
-%{python_sitelib}/reportlab/demos/
 
 
 %changelog
+* Sat May 26 2007 Brian Pepple <bpepple at fedoraproject.org> - 2.1-1
+- Update to 2.1.
+
 * Wed Dec 27 2006 Brian Pepple <bpepple at fedoraproject.org> - 2.0-2
 - Make docs subpackage.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-reportlab/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	27 Dec 2006 17:22:40 -0000	1.5
+++ sources	27 May 2007 00:30:40 -0000	1.6
@@ -1 +1 @@
-0de80cdf310dac692ba6ea02beb4481b  ReportLab_2_0.tgz
+d6eefe9e6e06aaa1315462045c9726ba  ReportLab_2_1.tgz




More information about the fedora-extras-commits mailing list