diff --git a/python-olefile.changes b/python-olefile.changes index bdc856f..a8c6c22 100644 --- a/python-olefile.changes +++ b/python-olefile.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 14:01:01 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Thu Apr 11 18:36:34 UTC 2019 - pgajdos@suse.com diff --git a/python-olefile.spec b/python-olefile.spec index 8f06f91..ee0706b 100644 --- a/python-olefile.spec +++ b/python-olefile.spec @@ -23,19 +23,17 @@ Version: 0.46 Release: 0 Summary: Python package to read and write Microsoft OLE2 files License: BSD-2-Clause AND HPND -Group: Development/Languages/Python -Url: https://github.com/decalage2/olefile +URL: https://github.com/decalage2/olefile Source: https://files.pythonhosted.org/packages/source/o/olefile/olefile-%{version}.zip BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip +BuildArch: noarch %ifpython2 Provides: %{oldpython}-OleFileIO_PL = %{version} Obsoletes: %{oldpython}-OleFileIO_PL <= 0.26 %endif -BuildArch: noarch - %python_subpackages %description @@ -56,7 +54,7 @@ sed -i 's/\r$//' doc/License.rst %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check %python_exec setup.py test