15
0

Accepting request 738355 from devel:languages:python

Replace %fdupes -s with plain %fdupes; hardlinks are better.

OBS-URL: https://build.opensuse.org/request/show/738355
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lesscpy?expand=0&rev=10
This commit is contained in:
2019-10-16 07:14:55 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 14 13:52:12 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
-------------------------------------------------------------------
Thu Feb 28 07:37:24 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -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