SPECS: python-ReportLab.spec - proper patch (fixes a bug in setup....

patrys patrys at pld-linux.org
Mon Nov 19 16:43:21 CET 2007


Author: patrys                       Date: Mon Nov 19 15:43:21 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- proper patch (fixes a bug in setup.py)
- use setup.py properly instead of ripping parts of it

---- Files affected:
SPECS:
   python-ReportLab.spec (1.40 -> 1.41) 

---- Diffs:

================================================================
Index: SPECS/python-ReportLab.spec
diff -u SPECS/python-ReportLab.spec:1.40 SPECS/python-ReportLab.spec:1.41
--- SPECS/python-ReportLab.spec:1.40	Fri Nov 16 15:29:55 2007
+++ SPECS/python-ReportLab.spec	Mon Nov 19 16:43:16 2007
@@ -60,14 +60,16 @@
 %build
 cd reportlab
 CFLAGS="%{rpmcflags}"; export CFLAGS
-python setup.py build
+python setup.py build \
+	--rl_accel=0
 
 %install
 rm -rf $RPM_BUILD_ROOT
 cd reportlab
 python setup.py install \
 	--root=$RPM_BUILD_ROOT \
-	--optimize=2
+	--optimize=2 \
+	--rl_accel=0
 
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_examplesdir}/%{name}-%{version}}
 install tools/py2pdf/py2pdf.py $RPM_BUILD_ROOT%{_bindir}
@@ -150,6 +152,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.41  2007-11-19 15:43:16  patrys
+- proper patch (fixes a bug in setup.py)
+- use setup.py properly instead of ripping parts of it
+
 Revision 1.40  2007-11-16 14:29:55  sls
 - added setup.patch
 - package to py_sitescriptdir again
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-ReportLab.spec?r1=1.40&r2=1.41&f=u



More information about the pld-cvs-commit mailing list