Author: megabajt Date: Fri Nov 12 22:33:29 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.12.3
---- Files affected: packages/python-Routes: python-Routes.spec (1.13 -> 1.14) ---- Diffs: ================================================================ Index: packages/python-Routes/python-Routes.spec diff -u packages/python-Routes/python-Routes.spec:1.13 packages/python-Routes/python-Routes.spec:1.14 --- packages/python-Routes/python-Routes.spec:1.13 Fri Jul 16 08:49:36 2010 +++ packages/python-Routes/python-Routes.spec Fri Nov 12 23:33:24 2010 @@ -2,18 +2,19 @@ Summary: Python package for mapping URLs to dicts and vice versa Summary(pl.UTF-8): Pakiet Pythona do odwzorowywania URL-i na słowniki i odwrotnie Name: python-Routes -Version: 1.10.3 +Version: 1.12.3 Release: 1 License: BSD (?) Group: Development/Languages/Python -Source0: http://cheeseshop.python.org/packages/source/R/Routes/Routes-%{version}.tar.gz -# Source0-md5: 03e2d9f2f6a1b7f9e4cfc3a3866e513f +Source0: http://pypi.python.org/packages/source/R/Routes/Routes-%{version}.tar.gz +# Source0-md5: 9740ff424ff6b841632c784a38fb2be3 URL: http://routes.groovie.org/ BuildRequires: python-devel >= 1:2.4 BuildRequires: python-setuptools >= 0.6-0.a11.1 BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.219 %pyrequires_eq python-modules +Requires: python-WebOb BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -33,11 +34,12 @@ %setup -q -n Routes-%{version} %build -python setup.py build +%{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT -python setup.py install \ + +%{__python} setup.py install \ --single-version-externally-managed \ --optimize=2 \ --root=$RPM_BUILD_ROOT @@ -59,6 +61,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14 2010/11/12 22:33:24 megabajt +- updated to 1.12.3 + Revision 1.13 2010/07/16 06:49:36 arekm - rel 1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-Routes/python-Routes.spec?r1=1.13&r2=1.14&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
