From ec8748d16c30eefa0fcd2181b4b4f198d9bc26a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=AE=88=E5=AE=9D?= Date: Thu, 28 Mar 2024 09:05:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83poissonsearch-py=201.0.0=20?= =?UTF-8?q?=E5=90=88=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poissonsearch-py.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/poissonsearch-py.spec b/poissonsearch-py.spec index 60b8956..73b0b52 100644 --- a/poissonsearch-py.spec +++ b/poissonsearch-py.spec @@ -50,14 +50,6 @@ to be opinion-free and very extendable. %install %py3_install -%check -pushd test_elasticsearch -pytest test_serializer.py -pytest test_helpers.py -pytest test_connection_pool.py -pytest test_cases.py -pushd ../ - install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -84,6 +76,14 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . +%check +pushd test_elasticsearch +pytest test_serializer.py +pytest test_helpers.py +pytest test_connection_pool.py +pytest test_cases.py +pushd ../ + %files -n python3-poissonsearch-py -f filelist.lst %dir %{python3_sitelib}/* @@ -91,6 +91,6 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Mar 27 2024 linshoubao - 1.0.0-1 +* Thu Mar 28 2024 linshoubao - 1.0.0-1 - Package Spec generated and version 1.0.0.