Project not found: home:networkupstools:nut-pull-requests:networkupstools:nut:PR-3254

File python-webob.spec of Package python-webob

%define modname WebOb
Name:           python-webob
Version:        0.9.6.1
Release:        1
Summary:        WSGI Request and Response Object
URL:            http://pythonpaste.org/webob/
License:        MIT
Group:          Development/Libraries/Python
Source:         %{modname}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-buildroot
%{py_requires}
BuildRequires:  python-devel python-setuptools
Requires:       python-setuptools

%description
WebOb provides wrappers around the WSGI request environment, and an
object to help create WSGI responses.

The objects map much of the specified behavior of HTTP, including
header parsing and accessors for other standard parts of the
environment.

Authors:
--------
    Ian Bicking <ianb@colorstudy.com>

%prep
%setup -q -n %{modname}-%{version}

%build
export CFLAGS="$RPM_OPT_FLAGS"
python setup.py build

%install
python setup.py install --single-version-externally-managed --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES

%clean
rm -rf %{buildroot}

%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc docs/*

%changelog
* Fri Mar 06 2009 - Ciaran Farrell <cfarrell1980@gmail.com> - 0.9.5
- Update to 0.9.6.1

* Wed Mar 04 2009 - Ciaran Farrell <cfarrell1980@gmail.com> - 0.9.5
- Update to 0.9.5

* Tue Dec 02 2008 - James Oakley <jfunk@funktronics.ca> - 0.9.4-1
- Initial release

openSUSE Build Service is sponsored by