14
0

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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.base?expand=0&rev=7
This commit is contained in:
2019-10-14 14:42:06 +00:00
committed by Git OBS Bridge
parent 0a44b5d256
commit bcf40acd24
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 14 14:41:47 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
-------------------------------------------------------------------
Mon Jul 15 15:06:26 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -22,8 +22,7 @@ Version: 1.0.0+post1
Release: 0
Summary: Shared ruamel routines
License: MIT
Group: Development/Languages/Python
Url: https://bitbucket.org/ruamel/base
URL: https://bitbucket.org/ruamel/base
Source: https://files.pythonhosted.org/packages/source/r/ruamel.base/ruamel.base-1.0.0.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -49,7 +48,7 @@ sed -i '/namespace_packages=/d' setup.py
%install
export RUAMEL_NO_PIP_INSTALL_CHECK=1
%python_install
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%doc README.rst