From 1a69a294fc896e3ed6f0cf3a3ef4f4cf0f2c3efc Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 19:38:20 +0000 Subject: automatic import of python-reinvent-scoring --- python-reinvent-scoring.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/python-reinvent-scoring.spec b/python-reinvent-scoring.spec index 32e3661..e48eacc 100644 --- a/python-reinvent-scoring.spec +++ b/python-reinvent-scoring.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Scoring functions for Reinvent License: MIT License URL: https://github.com/MolecularAI/reinvent-scoring.git -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/02/a0/a088deb12f3d80e57195f47ec1348c4d7a3563d2de0f471e916555008dca/reinvent_scoring-0.0.73.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/02/a0/a088deb12f3d80e57195f47ec1348c4d7a3563d2de0f471e916555008dca/reinvent_scoring-0.0.73.tar.gz BuildArch: noarch @@ -226,7 +226,7 @@ $ python main_test.py %prep -%autosetup -n reinvent-scoring-0.0.73 +%autosetup -n reinvent_scoring-0.0.73 %build %py3_build @@ -240,20 +240,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 . @@ -266,5 +266,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot - 0.0.73-1 +* Thu Jun 08 2023 Python_Bot - 0.0.73-1 - Package Spec generated -- cgit v1.2.3