From ab20329e7ee58da45f39d3ca78911441a35d31aac133e26456ae5bd9224ff6b4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 13:52:33 +0000 Subject: [PATCH] - Replace %fdupes -s with plain %fdupes; hardlinks are better. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lesscpy?expand=0&rev=18 --- python-lesscpy.changes | 5 +++++ python-lesscpy.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) 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