From 8476c87e06363c9878c27fd6b3686346c13f510b Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 17:43:45 +0000 Subject: automatic import of python-shove --- python-shove.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/python-shove.spec b/python-shove.spec index 307161e..5eb06fb 100644 --- a/python-shove.spec +++ b/python-shove.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Generic dictionaryish object storage frontend License: BSD URL: https://bitbucket.org/lcrees/shove/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f5/c6/75b6d46b76b43626d7da946331827a7ccb38f2b4683808c74f3eff2519a5/shove-0.6.6.tar.bz2 +Source0: https://mirrors.aliyun.com/pypi/web/packages/f5/c6/75b6d46b76b43626d7da946331827a7ccb38f2b4683808c74f3eff2519a5/shove-0.6.6.tar.bz2 BuildArch: noarch @@ -145,7 +145,7 @@ URI form follows the URI form used by SQLAlchemy: http://docs.python.org/lib/typesmapping.html %prep -%autosetup -n shove-0.6.6 +%autosetup -n shove.tar-0.6.6 %build %py3_build @@ -159,20 +159,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 . @@ -185,5 +185,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot - 0.6.6-1 +* Thu Jun 08 2023 Python_Bot - 0.6.6-1 - Package Spec generated -- cgit v1.2.3