diff --git a/python-manuel.changes b/python-manuel.changes index dbe76c2..d57777b 100644 --- a/python-manuel.changes +++ b/python-manuel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 14:00:08 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Wed Jan 9 22:20:27 UTC 2019 - Jan Engelhardt diff --git a/python-manuel.spec b/python-manuel.spec index ea15f0f..1506ec5 100644 --- a/python-manuel.spec +++ b/python-manuel.spec @@ -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 @@ -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