File python-pyramid.spec of Package python-pyramid
#
# spec file for package python-pyramid
#
# Copyright (c) 2012 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.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-pyramid
Version: 1.3b3
Release: 0
Url: http://pylonsproject.org
Summary: The Pyramid web application development framework, a Pylons project
License: BSD-4-Clause ; ZPL-2.1 ; MIT
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/p/pyramid/pyramid-%{version}.tar.gz
Patch0: pyramid-dont-load-external-sphinx-theme.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fdupes
BuildRequires: python-devel
BuildRequires: python-distribute
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch: noarch
%endif
%description
Pyramid is a small, fast, down-to-earth, open source Python web application
development framework. It makes real-world web application development and
deployment more fun, more predictable, and more productive.
Pyramid is the newest web framework produced by the Pylons Project
(http://pylonsproject.org).
Pyramid was previously known as repoze.bfg (http://bfg.repoze.org).
%prep
%setup -q -n pyramid-%{version}
%patch0 -p1
%build
python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
rm -rf %{buildroot}%{python_sitelib}/pyramid/tests # Big, hidden files, fdupes -> don't package
%fdupes %{buildroot}%{python_sitelib}
%files
%defattr(-,root,root,-)
%doc *.txt
%{_bindir}/bfg2pyramid
%{_bindir}/pcreate
%{_bindir}/prequest
%{_bindir}/proutes
%{_bindir}/pserve
%{_bindir}/pshell
%{_bindir}/ptweens
%{_bindir}/pviews
%{python_sitelib}/*
%changelog