forked from pool/python-jaraco.packaging
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.packaging?expand=0&rev=6
This commit is contained in:
parent
3c2d9cef2e
commit
ecb8a4fae3
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 13:46:38 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 26 07:17:20 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
@ -22,8 +22,7 @@ Version: 6.1
|
||||
Release: 0
|
||||
Summary: Supplement packaging Python releases
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/jaraco/jaraco.packaging
|
||||
URL: https://github.com/jaraco/jaraco.packaging
|
||||
Source: https://files.pythonhosted.org/packages/source/j/jaraco.packaging/jaraco.packaging-%{version}.tar.gz
|
||||
BuildRequires: %{python_module jaraco.base >= 6.1}
|
||||
BuildRequires: %{python_module pytest}
|
||||
@ -53,7 +52,7 @@ rm -rf jaraco.packaging.egg-info
|
||||
# We will package the namespace __init__.py separately
|
||||
%{python_expand rm %{buildroot}%{$python_sitelib}/jaraco/__init__.py*
|
||||
rm -rf %{buildroot}%{$python_sitelib}/jaraco/__pycache__/
|
||||
%fdupes -s %{buildroot}%{$python_sitelib}
|
||||
%fdupes %{buildroot}%{$python_sitelib}
|
||||
}
|
||||
|
||||
%python_clone -a %{buildroot}%{_bindir}/dependency-tree
|
||||
|
Loading…
Reference in New Issue
Block a user