packages: python-ReportLab/python-ReportLab.spec - fix PYTHONPATH for docs ...
arekm
arekm at pld-linux.org
Thu Jul 8 19:16:14 CEST 2010
Author: arekm Date: Thu Jul 8 17:16:13 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- fix PYTHONPATH for docs generation
---- Files affected:
packages/python-ReportLab:
python-ReportLab.spec (1.47 -> 1.48)
---- Diffs:
================================================================
Index: packages/python-ReportLab/python-ReportLab.spec
diff -u packages/python-ReportLab/python-ReportLab.spec:1.47 packages/python-ReportLab/python-ReportLab.spec:1.48
--- packages/python-ReportLab/python-ReportLab.spec:1.47 Thu Jul 8 10:37:52 2010
+++ packages/python-ReportLab/python-ReportLab.spec Thu Jul 8 19:16:08 2010
@@ -66,7 +66,7 @@
CFLAGS="%{rpmcflags}"; export CFLAGS
python setup.py build
cd docs
-PYTHONPATH=../src python genAll.py
+PYTHONPATH=$(pwd)/../src python genAll.py
cd ..
%install
@@ -140,6 +140,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.48 2010/07/08 17:16:08 arekm
+- fix PYTHONPATH for docs generation
+
Revision 1.47 2010/07/08 08:37:52 arekm
- release 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-ReportLab/python-ReportLab.spec?r1=1.47&r2=1.48&f=u
More information about the pld-cvs-commit
mailing list