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