forked from pool/python-pyramid
- Update to 1.3a6
- Set license to SDPX style - Simplified macro usage OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
84b2499ceb
commit
d22c32334f
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pyramid
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@@ -16,24 +16,25 @@
|
||||
#
|
||||
|
||||
Name: python-pyramid
|
||||
Version: 1.1a4
|
||||
Version: 1.3a6
|
||||
Release: 0
|
||||
Url: http://pylonsproject.org
|
||||
Summary: The Pyramid web application development framework, a Pylons project
|
||||
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
|
||||
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-setuptools
|
||||
%if 0%{?suse_version}
|
||||
%py_requires
|
||||
%if 0%{?suse_version} > 1110
|
||||
BuildRequires: python-distribute
|
||||
#BuildRequires: python-Sphinx
|
||||
#BuildRequires: python-repoze.sphinx.autointerface
|
||||
%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
|
||||
%endif
|
||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
%description
|
||||
Pyramid is a small, fast, down-to-earth, open source Python web application
|
||||
@@ -47,19 +48,29 @@ Pyramid was previously known as repoze.bfg (http://bfg.repoze.org).
|
||||
|
||||
%prep
|
||||
%setup -q -n pyramid-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" python setup.py build
|
||||
python setup.py build
|
||||
#cd docs && make html
|
||||
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%clean
|
||||
rm -rf %{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
|
||||
#%%doc docs/build/html
|
||||
%{_bindir}/bfg2pyramid
|
||||
%{_bindir}/pcreate
|
||||
%{_bindir}/prequest
|
||||
%{_bindir}/proutes
|
||||
%{_bindir}/pserve
|
||||
%{_bindir}/pshell
|
||||
%{_bindir}/ptweens
|
||||
%{_bindir}/pviews
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user