Accepting request 743989 from devel:languages:python

- Replace %fdupes -s with plain %fdupes; hardlinks are better.

OBS-URL: https://build.opensuse.org/request/show/743989
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-manuel?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2019-11-04 16:10:47 +00:00 committed by Git OBS Bridge
commit b97eae4304
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 14 14:00:08 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
-------------------------------------------------------------------
Wed Jan 9 22:20:27 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -23,7 +23,6 @@ Version: 1.10.1
Release: 0
Summary: Python module to build tested documentation
License: Apache-2.0
Group: Development/Languages/Python
URL: https://pypi.org/project/manuel/
Source: https://files.pythonhosted.org/packages/source/m/manuel/manuel-%{version}.tar.gz
# add fixed sphinx config <hpj@urpla.net>
@ -47,7 +46,6 @@ with the -doc package and at http://packages.python.org/manuel/.
%package doc
Summary: Build tested documentation
Group: Development/Languages/Python
%description doc
This package contains documentation files for %{name}.
@ -63,7 +61,7 @@ python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
%install
%python_install
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py -q test