!9 Remove redundant packaged test files
From: @tzing_t Reviewed-by: @han-guangyu Signed-off-by: @han-guangyu
This commit is contained in:
commit
67fce98e44
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-suds-jurko
|
Name: python-suds-jurko
|
||||||
Version: 0.6
|
Version: 0.6
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Lightweight SOAP client (Jurko's fork)
|
Summary: Lightweight SOAP client (Jurko's fork)
|
||||||
License: LGPL-3.0 and GPL-3.0
|
License: LGPL-3.0 and GPL-3.0
|
||||||
URL: http://bitbucket.org/jurko/suds
|
URL: http://bitbucket.org/jurko/suds
|
||||||
@ -37,6 +37,8 @@ Lightweight SOAP client (Jurko's fork)
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%py3_install
|
||||||
|
# Remove tests/ dir from global site-packages
|
||||||
|
rm -rf %{buildroot}/%{python3_sitelib}/tests
|
||||||
|
|
||||||
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
||||||
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
||||||
@ -71,6 +73,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 17 2021 liusheng <liusheng2048@gmail.com> - 0.6-2
|
||||||
- Add conflict with python3-suds2 package
|
- Add conflict with python3-suds2 package
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user