Remove redundant installed files

This commit is contained in:
tzing_t 2023-11-09 12:22:42 +00:00
parent 1e04d7bdcf
commit c1810cf3b4

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