!25 Do not pack open-source test case files
From: @zhangruifang2020 Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
99c682a433
@ -1,6 +1,6 @@
|
|||||||
Name: python-importlib-metadata
|
Name: python-importlib-metadata
|
||||||
Version: 4.8.2
|
Version: 4.8.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Read metadata from Python packages
|
Summary: Read metadata from Python packages
|
||||||
License: Apache v2.0
|
License: Apache v2.0
|
||||||
URL: https://pypi.org/project/importlib-metadata/
|
URL: https://pypi.org/project/importlib-metadata/
|
||||||
@ -36,12 +36,16 @@ importlib_metadata is a library which provides an API for accessing an installed
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%_prefix/lib/python%{python3_version}/site-packages/importlib_metadata*
|
%_prefix/lib/python%{python3_version}/site-packages/importlib_metadata*
|
||||||
|
%exclude %_prefix/lib/python%{python3_version}/site-packages/importlib_metadata/tests/
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 24 2022 zhangruifang <zhangruifang1@h-partners.com> - 4.8.2-2
|
||||||
|
- Do not pack open-source test case files
|
||||||
|
|
||||||
* Mon Dec 20 2021 shixuantong <shixuantong@huawei.com> - 4.8.2-1
|
* Mon Dec 20 2021 shixuantong <shixuantong@huawei.com> - 4.8.2-1
|
||||||
- update version to 4.8.2
|
- update version to 4.8.2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user