diff --git a/python-lesscpy.changes b/python-lesscpy.changes index f746bef..2a46691 100644 --- a/python-lesscpy.changes +++ b/python-lesscpy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 13:52:12 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Thu Feb 28 07:37:24 UTC 2019 - John Vandenberg diff --git a/python-lesscpy.spec b/python-lesscpy.spec index ed6374e..7e3aa3a 100644 --- a/python-lesscpy.spec +++ b/python-lesscpy.spec @@ -22,7 +22,6 @@ Version: 0.13.0 Release: 0 Summary: Lesscss compiler License: MIT -Group: Development/Languages/Python URL: https://github.com/lesscpy/lesscpy Source: https://files.pythonhosted.org/packages/source/l/lesscpy/lesscpy-%{version}.tar.gz BuildRequires: %{python_module nose} @@ -58,7 +57,7 @@ rm test/test_{bootstrap3,less,issues}.py %install %python_install %python_clone -a %{buildroot}%{_bindir}/lesscpy -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %post %python_install_alternative lesscpy