forked from pool/python-jaraco.packaging
Accepting request 744006 from devel:languages:python
- Run SPEC file through spec-cleaner -i. OBS-URL: https://build.opensuse.org/request/show/744006 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.packaging?expand=0&rev=3
This commit is contained in:
commit
adf0d8fe09
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 14 13:46:38 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Run SPEC file through spec-cleaner -i.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 26 07:17:20 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
Tue Feb 26 07:17:20 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@ -22,8 +22,7 @@ Version: 6.1
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Supplement packaging Python releases
|
Summary: Supplement packaging Python releases
|
||||||
License: MIT
|
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
|
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 jaraco.base >= 6.1}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
@ -53,7 +52,7 @@ rm -rf jaraco.packaging.egg-info
|
|||||||
# We will package the namespace __init__.py separately
|
# We will package the namespace __init__.py separately
|
||||||
%{python_expand rm %{buildroot}%{$python_sitelib}/jaraco/__init__.py*
|
%{python_expand rm %{buildroot}%{$python_sitelib}/jaraco/__init__.py*
|
||||||
rm -rf %{buildroot}%{$python_sitelib}/jaraco/__pycache__/
|
rm -rf %{buildroot}%{$python_sitelib}/jaraco/__pycache__/
|
||||||
%fdupes -s %{buildroot}%{$python_sitelib}
|
%fdupes %{buildroot}%{$python_sitelib}
|
||||||
}
|
}
|
||||||
|
|
||||||
%python_clone -a %{buildroot}%{_bindir}/dependency-tree
|
%python_clone -a %{buildroot}%{_bindir}/dependency-tree
|
||||||
|
Loading…
Reference in New Issue
Block a user