%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-routes Version: 1.12.1 Release: 1%{?dist} Summary: Rails-like routes for Python Group: Development/Languages License: BSD URL: http://routes.groovie.org/ Source0: http://pypi.python.org/packages/source/R/Routes/Routes-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-setuptools-devel BuildRequires: python-nose python-webtest python-paste %description Routes is a Python re-implementation of the Rails routes system for mapping URL's to Controllers/Actions and generating URL's. Routes makes it easy to create pretty and concise URL's that are RESTful with little effort. %prep %setup -q -n Routes-%{version} %build %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %check PYTHONPATH=$(pwd) nosetests %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc LICENSE README docs %{python_sitelib}/* %changelog * Wed May 05 2010 Luke Macken - 1.12.1-1 - Update to 1.12.1 * Sun Jul 26 2009 Fedora Release Engineering - 1.10.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Sun May 31 2009 Luke Macken - 1.10.3-1 - Update to 1.10.3 * Thu Feb 26 2009 Fedora Release Engineering - 1.10.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Tue Jan 06 2009 Luke Macken - 1.10.1-2 - Update to 1.10.1 - Run the test suite * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 1.8-3 - Rebuild for Python 2.6 * Sun May 11 2008 Kyle VanderBeek - 1.8-2 - Fix rpmlint warning. - Add documentation files. * Wed Apr 9 2008 Kyle VanderBeek - 1.8-1 - Initial version.