!9 Remove redundant packaged test files

From: @tzing_t 
Reviewed-by: @han-guangyu 
Signed-off-by: @han-guangyu
This commit is contained in:
openeuler-ci-bot 2023-11-10 01:20:43 +00:00 committed by Gitee
commit 67fce98e44
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-suds-jurko
Version: 0.6
Release: 2
Release: 3
Summary: Lightweight SOAP client (Jurko's fork)
License: LGPL-3.0 and GPL-3.0
URL: http://bitbucket.org/jurko/suds
@ -37,6 +37,8 @@ Lightweight SOAP client (Jurko's fork)
%install
%py3_install
# Remove tests/ dir from global site-packages
rm -rf %{buildroot}/%{python3_sitelib}/tests
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
@ -71,6 +73,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Nov 09 2023 zhengting <zhengting13@huawei.com> - 0.6-3
- Remove redundant packaged test files
* Tue Aug 17 2021 liusheng <liusheng2048@gmail.com> - 0.6-2
- Add conflict with python3-suds2 package