Author: qboosh Date: Tue Nov 28 22:07:05 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - proper way to require python 2.5
---- Files affected: SPECS: python-Routes.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/python-Routes.spec diff -u SPECS/python-Routes.spec:1.5 SPECS/python-Routes.spec:1.6 --- SPECS/python-Routes.spec:1.5 Mon Nov 20 22:40:17 2006 +++ SPECS/python-Routes.spec Tue Nov 28 23:07:00 2006 @@ -9,11 +9,11 @@ Source0: http://cheeseshop.python.org/packages/source/R/Routes/Routes-%{version}.tar.gz # Source0-md5: 57ba126f9d63f0999fff13ff8cb9d41a URL: http://wsgiarea.pocoo.org/colubrid/ -BuildRequires: python-devel +BuildRequires: python-devel >= 1:2.5 BuildRequires: python-setuptools >= 0.6-0.a11.1 +BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.219 -%pyrequires_eq python-modules -Requires: python >= 2.5 +%pyrequires_eq python-modules BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -59,6 +59,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2006/11/28 22:07:00 qboosh +- proper way to require python 2.5 + Revision 1.5 2006/11/20 21:40:17 emes - req python 2.5 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/python-Routes.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
