14
0

- 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:
Sascha Peilicke
2012-03-20 14:50:08 +00:00
committed by Git OBS Bridge
parent e84e7f9780
commit 5e8d7d9ee0
4 changed files with 12 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f4d3e9c07f2b38388f2b9e106e9d94c48d6148a30c7d886f91358c51745c2245
size 2352883

3
pyramid-1.3b3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:96bfeb61a132f5a478f319f0e871e62beda17b23a0c43a1f9a81d43c89121b96
size 2357527

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Mar 20 10:50:58 UTC 2012 - saschpe@suse.de
- Update to version 1.3.b3
* No changelog provided
- Don't install documentation with problematic licensing terms (bnc#753015)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 12 22:02:23 UTC 2012 - saschpe@gmx.de Mon Mar 12 22:02:23 UTC 2012 - saschpe@gmx.de

View File

@@ -11,12 +11,12 @@
# case the license is the MIT License). An "Open Source License" is a # case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: python-pyramid Name: python-pyramid
Version: 1.3b2 Version: 1.3b3
Release: 0 Release: 0
Url: http://pylonsproject.org Url: http://pylonsproject.org
Summary: The Pyramid web application development framework, a Pylons project Summary: The Pyramid web application development framework, a Pylons project
@@ -28,8 +28,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-distribute BuildRequires: python-distribute
#BuildRequires: python-Sphinx
#BuildRequires: python-repoze.sphinx.autointerface
%if 0%{?suse_version} && 0%{?suse_version} <= 1110 %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()")} %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else %else
@@ -52,7 +50,6 @@ Pyramid was previously known as repoze.bfg (http://bfg.repoze.org).
%build %build
python setup.py build python setup.py build
#cd docs && make html
%install %install
python setup.py install --prefix=%{_prefix} --root=%{buildroot} python setup.py install --prefix=%{_prefix} --root=%{buildroot}
@@ -62,7 +59,6 @@ rm -rf %{buildroot}%{python_sitelib}/pyramid/tests # Big, hidden files, fdupes -
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc *.txt %doc *.txt
#%%doc docs/build/html
%{_bindir}/bfg2pyramid %{_bindir}/bfg2pyramid
%{_bindir}/pcreate %{_bindir}/pcreate
%{_bindir}/prequest %{_bindir}/prequest