diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:45:39 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:45:39 +0000 |
commit | 08353dc2221740908f341bdb741d1ec5d11e7e72 (patch) | |
tree | 48ad54fcd7a2ac417fcf268f3be4f7c59de29346 | |
parent | 697ce99c52e3be57e0f1428a5b816fe9b4afabee (diff) |
automatic import of python-featuretools-tsfresh-primitivesopeneuler20.03
-rw-r--r-- | python-featuretools-tsfresh-primitives.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-featuretools-tsfresh-primitives.spec b/python-featuretools-tsfresh-primitives.spec index c5de253..04f10fc 100644 --- a/python-featuretools-tsfresh-primitives.spec +++ b/python-featuretools-tsfresh-primitives.spec @@ -5,7 +5,7 @@ Release: 1 Summary: TSFresh primitives for featuretools License: MIT URL: https://github.com/alteryx/featuretools-tsfresh-primitives/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8e/54/9489bcfb8390a99e89c83fc8663966ae28a5d934d9e25868cb2fccdd9c35/featuretools_tsfresh_primitives-1.0.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/8e/54/9489bcfb8390a99e89c83fc8663966ae28a5d934d9e25868cb2fccdd9c35/featuretools_tsfresh_primitives-1.0.2.tar.gz BuildArch: noarch Requires: python3-tsfresh @@ -334,7 +334,7 @@ session_id %prep -%autosetup -n featuretools-tsfresh-primitives-1.0.2 +%autosetup -n featuretools_tsfresh_primitives-1.0.2 %build %py3_build @@ -348,20 +348,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -374,5 +374,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.2-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.2-1 - Package Spec generated |