- Replace %fdupes -s with plain %fdupes; hardlinks are better.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-manuel?expand=0&rev=13
This commit is contained in:
parent
e6a45ce57f
commit
f1b0509a33
@ -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>
|
Wed Jan 9 22:20:27 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -23,7 +23,6 @@ Version: 1.10.1
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python module to build tested documentation
|
Summary: Python module to build tested documentation
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://pypi.org/project/manuel/
|
URL: https://pypi.org/project/manuel/
|
||||||
Source: https://files.pythonhosted.org/packages/source/m/manuel/manuel-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/m/manuel/manuel-%{version}.tar.gz
|
||||||
# add fixed sphinx config <hpj@urpla.net>
|
# add fixed sphinx config <hpj@urpla.net>
|
||||||
@ -47,7 +46,6 @@ with the -doc package and at http://packages.python.org/manuel/.
|
|||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Build tested documentation
|
Summary: Build tested documentation
|
||||||
Group: Development/Languages/Python
|
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
This package contains documentation files for %{name}.
|
This package contains documentation files for %{name}.
|
||||||
@ -63,7 +61,7 @@ python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_exec setup.py -q test
|
%python_exec setup.py -q test
|
||||||
|
Loading…
Reference in New Issue
Block a user