@@ -24,7 +24,7 @@
# package versions
%define V_python 2.5
-%define V_webpy 0.2
+%define V_webpy 0.21
%define V_cheetah 2.0rc8
# package information
@@ -38,7 +38,7 @@ Class: BASE
Group: Language
License: GPL
Version: %{V_python}
-Release: 20070412
+Release: 20070607
# list of sources
Source0: http://webpy.org/web.py-%{V_webpy}.tar.gz
@@ -75,7 +75,7 @@ AutoReqProv: no
%install
rm -rf $RPM_BUILD_ROOT
- ( cd web.py-%{V_webpy}
+ ( cd webpy
PYTHONPATH=$RPM_BUILD_ROOT%{l_prefix}/lib/python/site-packages \
%{l_prefix}/bin/python \
setup.py install \