forked from pool/python-pyramid
- Update to version 1.3.b3
* No changelog provided - Don't install documentation with problematic licensing terms (bnc#753015) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
e84e7f9780
commit
5e8d7d9ee0
@@ -11,12 +11,12 @@
|
||||
# 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.3b2
|
||||
Version: 1.3b3
|
||||
Release: 0
|
||||
Url: http://pylonsproject.org
|
||||
Summary: The Pyramid web application development framework, a Pylons project
|
||||
@@ -28,8 +28,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-devel
|
||||
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
|
||||
@@ -52,7 +50,6 @@ Pyramid was previously known as repoze.bfg (http://bfg.repoze.org).
|
||||
|
||||
%build
|
||||
python setup.py build
|
||||
#cd docs && make html
|
||||
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
@@ -62,7 +59,6 @@ rm -rf %{buildroot}%{python_sitelib}/pyramid/tests # Big, hidden files, fdupes -
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc *.txt
|
||||
#%%doc docs/build/html
|
||||
%{_bindir}/bfg2pyramid
|
||||
%{_bindir}/pcreate
|
||||
%{_bindir}/prequest
|
||||
|
Reference in New Issue
Block a user