diff --git a/python-suds-jurko.spec b/python-suds-jurko.spec index 0647de672dcade93c2b9238cbabe3041f6712612..aa9b3de5ede9f59397c2b22b5bb1593125ab7c57 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