14
0
forked from pool/python-joblib

Accepting request 308554 from home:TheBlackCat:branches:devel:languages:python

Disable non-functional documentation

OBS-URL: https://build.opensuse.org/request/show/308554
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=8
This commit is contained in:
Todd R
2015-05-24 18:18:50 +00:00
committed by Git OBS Bridge
parent bba9212c80
commit 13c9f496a7
4 changed files with 16 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-joblib
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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
@@ -18,7 +18,7 @@
%define modname joblib
Name: python-%{modname}
Version: 0.7.1
Version: 0.8.4
Release: 0
Summary: Lightweight pipelining: using Python functions as pipeline jobs
License: BSD-3-Clause
@@ -63,9 +63,9 @@ Documentation and help files for %{name}
%build
python setup.py build
python setup.py build_sphinx
# Remove hidden file
rm -r build/sphinx/html/.buildinfo
# python setup.py build_sphinx
# # Remove hidden file
# rm -r build/sphinx/html/.buildinfo
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
@@ -75,8 +75,8 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%{python_sitelib}/%{modname}-%{version}-py*.egg-info
%{python_sitelib}/%{modname}/
%files doc
%defattr(-,root,root,-)
%doc build/sphinx/html/
# %files doc
# %defattr(-,root,root,-)
# %doc build/sphinx/html/
%changelog