forked from pool/python-ruamel.base
- 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:
@@ -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>
|
Mon Jul 15 15:06:26 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@@ -22,8 +22,7 @@ Version: 1.0.0+post1
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Shared ruamel routines
|
Summary: Shared ruamel routines
|
||||||
License: MIT
|
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
|
Source: https://files.pythonhosted.org/packages/source/r/ruamel.base/ruamel.base-1.0.0.tar.gz
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@@ -49,7 +48,7 @@ sed -i '/namespace_packages=/d' setup.py
|
|||||||
%install
|
%install
|
||||||
export RUAMEL_NO_PIP_INSTALL_CHECK=1
|
export RUAMEL_NO_PIP_INSTALL_CHECK=1
|
||||||
%python_install
|
%python_install
|
||||||
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
Reference in New Issue
Block a user