From a4be6505ee3932521fe34010688d0a273c8a4f97 Mon Sep 17 00:00:00 2001 From: han-guangyu Date: Wed, 31 May 2023 10:06:09 +0000 Subject: [PATCH] Remove redundant packaged test files (cherry picked from commit 80f1fcc7c3f6d80b3bc61d0414093282941c8d14) --- python-suds-jurko.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-suds-jurko.spec b/python-suds-jurko.spec index 0647de6..aa9b3de 100644 --- a/python-suds-jurko.spec +++ b/python-suds-jurko.spec @@ -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 +* Wed May 31 2023 Han Guangyu - 0.6-3 +- Remove redundant packaged test files + * Tue Aug 17 2021 liusheng - 0.6-2 - Add conflict with python3-suds2 package -- Gitee