File python-TurboGears2.spec of Package python-TurboGears2
#
# spec file for package python-TurboGears2 (Version 2.0)
#
# Copyright 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# norootforbuild
%define real_name TurboGears2
Name: python-%{real_name}
Version: 2.0
Release: 0
License: MIT
Source: %{real_name}-%{version}.tar.gz
Group: Development/Libraries/Python
Summary: The TurboGears Framework (pre release)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-pylons >= 0.9.6
Requires: python-tg.devtools
Requires: python-repoze.who-friendlyform
Requires: python-repoze.who.plugins.sa
Requires: python-repoze.who-testutil
Requires: python-repoze.tm2
Requires: python-zope.interface
Requires: python-repoze.what-quickstart
Requires: python-repoze.what.plugins.sql
Requires: python-repoze.what-pylons
Requires: python-zope.sqlalchemy
Requires: python-tw.forms
Requires: python-tgext.crud
Requires: python-tgext.admin
Requires: python-genshi
Requires: python-catwalk
Requires: python-ToscaWidgets
Requires: python-TurboJson
Requires: python-sprox
Requires: python-sqlalchemy-migrate
Requires: python-transaction
Requires: python-peakrules
Requires: python-pygments
Requires: python-Extremes
Requires: python-addons
Requires: python-decoratortools
Requires: python-bytecodeassembler
Requires: python-symboltype
Requires: python-protocols
Recommends: python-paver
Recommends: python-modwsgideploy
Recommends: python-tg.ext.silverplate
Recommends: python-shapely
Recommends: python-coverage
Recommends: python-beautifulsoup
Autoreqprov: on
Url: http://www.turbogears.org
BuildRequires: python-setuptools
%py_requires
%description
Front-to-back, open-source, rapid web development framework
TurboGears brings together major pieces to create an easy to install, easy to use web mega-framework
%prep
%setup -q -n %real_name-%version
%build
python setup.py build
%install
python setup.py install --prefix=%_prefix --root=%buildroot --record-rpm=filelist
%clean
rm -rf %buildroot
%files -f filelist
%defattr(-,root,root)
%doc
#PKG-INFO docs
%changelog
* Thu May 28 2009 cfarrell1980@gmail.com
- Update to 2.0 final
* Thu Mar 05 2009 cfarrell1980@gmail.com
- Initial import