diff --git a/python-rdflib.changes b/python-rdflib.changes index a571475..9f687d7 100644 --- a/python-rdflib.changes +++ b/python-rdflib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 14:40:41 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Tue Dec 4 12:53:34 UTC 2018 - Matej Cepl diff --git a/python-rdflib.spec b/python-rdflib.spec index f69ae33..4c270c9 100644 --- a/python-rdflib.spec +++ b/python-rdflib.spec @@ -1,7 +1,7 @@ # # spec file for package python-rdflib # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,6 @@ Version: 4.2.2 Release: 0 Summary: A Python library for working with RDF License: BSD-3-Clause -Group: Development/Libraries/Python URL: http://rdflib.net/ Source: https://files.pythonhosted.org/packages/source/r/rdflib/rdflib-%{version}.tar.gz BuildRequires: %{python_module html5lib} @@ -58,7 +57,6 @@ The library also contains both in-memory and persistent Graph backends. %package -n %{name}-doc Summary: A Python library for working with RDF -Group: Documentation/Other Provides: %{python_module rdflib-doc = %{version}} %description -n %{name}-doc @@ -85,7 +83,7 @@ popd %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%fdupes -s docs/_build/html +%fdupes docs/_build/html %if %{with tests} %check