fix build error
This commit is contained in:
parent
ff8e9f0af7
commit
27d554b6c7
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-jaraco-collections
|
Name: python-jaraco-collections
|
||||||
Version: 3.0.0
|
Version: 3.0.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Collection objects similar to those in stdlib by jaraco
|
Summary: Collection objects similar to those in stdlib by jaraco
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://pypi.org/project/jaraco.collections
|
URL: https://pypi.org/project/jaraco.collections
|
||||||
@ -69,16 +69,18 @@ popd
|
|||||||
mv %{buildroot}/filelist.lst .
|
mv %{buildroot}/filelist.lst .
|
||||||
mv %{buildroot}/doclist.lst .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
%files -n python3-jaraco-collections
|
%files -n python3-jaraco-collections -f filelist.lst
|
||||||
%exclude %{python3_sitelib}/jaraco/__init__.py
|
%exclude %{python3_sitelib}/jaraco/__init__*
|
||||||
%exclude %{python3_sitelib}/jaraco/collections.py
|
|
||||||
%exclude %{python3_sitelib}/jaraco/__pycache__/__init__.*
|
%exclude %{python3_sitelib}/jaraco/__pycache__/__init__.*
|
||||||
%exclude %{python3_sitelib}/jaraco/__pycache__/collections.cpython-38.*
|
%{python3_sitelib}/jaraco
|
||||||
%{python3_sitelib}/jaraco.collections-%{version}-py%{python3_version}.egg-info/
|
%{python3_sitelib}/jaraco.collections-%{version}-py%{python3_version}.egg-info/
|
||||||
|
|
||||||
%files help
|
%files help -f doclist.lst
|
||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 10 2022 baizhonggui <baizhonggui@huawei.com>
|
||||||
|
- fix build error
|
||||||
|
|
||||||
* Mon Nov 16 2020 Python_Bot <Python_Bot@openeuler.org>
|
* Mon Nov 16 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user