File python-pastedeploy.spec of Package python-pastedeploy

#
# spec file for package python-pastedeploy (Version 1.3.3)
#
# 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 PasteDeploy
Name:           python-pastedeploy
Version:        1.3.3
Release:        0
License:        MIT
Source:         %{real_name}-%{version}.tar.gz
Group:          Development/Libraries/Python
Summary:        Load, configure, and compose WSGI applications and servers
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Requires:       python-paste
Autoreqprov:    on
Url:            http://pypi.python.org/pypi/PasteDeploy

BuildRequires:  python-setuptools python-paste
%py_requires

%description
This tool provides code to load WSGI applications and servers from URIs; these URIs can refer to Python Eggs for INI-style configuration files. Paste Script provides commands to serve applications based on this configuration file.

%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
* Fri Mar 06 2009 cfarrell1980@gmail.com
- Update to 1.3.3

* Thu Mar 05 2009 cfarrell1980@gmail.com
- Initial import
openSUSE Build Service is sponsored by