Name: bottle Version: 0.8.5 Release: 1%{?dist} Summary: Fast and simple WSGI-framework for small web-applications Group: Development/Languages License: MIT URL: http://bottle.paws.de/docs/dev/index.html Source0: http://pypi.python.org/packages/source/b/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel, python-setuptools %description Bottle is a fast and simple micro-framework for small web-applications. It offers request dispatching (Routes) with url parameter support, Templates, a build-in HTTP Server and adapters for many third party WSGI/HTTP-server and template engines. All in a single file and with no dependencies other than the Python Standard Library. %prep %setup -q %build %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc PKG-INFO # For noarch packages: sitelib %{python_sitelib}/* %changelog * Tue Dec 20 2010 Steve Milner - 0.8.5-1 - Initial spec