Accepting request 503339 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/503339
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=54
This commit is contained in:
2017-06-20 09:00:48 +00:00
committed by Git OBS Bridge
parent 524c18cc07
commit 96bfe7cdc4
3 changed files with 22 additions and 1 deletions

View File

@@ -36,7 +36,9 @@ BuildRequires: python3-numpydoc
BuildRequires: python3-setuptools
BuildRequires: zip
BuildRequires: unzip
%if 0%{?suse_version}
BuildRequires: fdupes
%endif
Provides: python2-numpy-doc = %{version}
Provides: python3-numpy-doc = %{version}
Provides: python2-numpy-doc-html = %{version}
@@ -84,7 +86,9 @@ popd
# install the documentation
mkdir -p %{buildroot}%{_docdir}/python-numpy/
cp -r doc/build/html %{buildroot}%{_docdir}/python-numpy/
%if 0%{?suse_version}
%fdupes %{buildroot}%{_docdir}/python-numpy/html/
%endif
%files