15
0

- 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
This commit is contained in:
2019-10-14 13:52:33 +00:00
committed by Git OBS Bridge
parent ca7fcb1a40
commit ab20329e7e
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