!10 [sync] PR-9: remove duplicate content
From: @openeuler-sync-bot Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
dd098f7123
@ -2,7 +2,7 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-sortedcontainers
|
||||
Version: 2.4.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Sorted Containers -- Sorted List, Sorted Dict, Sorted Set
|
||||
License: Apache 2.0
|
||||
URL: https://github.com/grantjenks/python-sortedcontainers
|
||||
@ -65,7 +65,7 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
|
||||
pushd %{buildroot}
|
||||
if [ -d usr/lib ]; then
|
||||
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
|
||||
find usr/lib/python%{python3_version} -type f -printf "/%h/%f\n" >> filelist.lst
|
||||
fi
|
||||
if [ -d usr/lib64 ]; then
|
||||
find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
|
||||
@ -96,6 +96,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_pkgdocdir}
|
||||
|
||||
%changelog
|
||||
* Sat Aug 21 2021 liyanan <liyanan32@huawei.com> - 2.4.0-2
|
||||
- remove duplicate content
|
||||
|
||||
* Tue Jul 27 2021 liyanan <liyanan32@huawei.com> - 2.4.0-1
|
||||
- update to 2.4.0
|
||||
- add python2 sub-package
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user