From 0c0737793d90a979b96c436589fb72c5ab8c8802 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 9 Jun 2023 00:54:00 +0000 Subject: automatic import of python-88orm-service-connector --- python-88orm-service-connector.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/python-88orm-service-connector.spec b/python-88orm-service-connector.spec index a91a04a..45c4b34 100644 --- a/python-88orm-service-connector.spec +++ b/python-88orm-service-connector.spec @@ -5,7 +5,7 @@ Release: 1 Summary: ORM Service Connector License: MIT License URL: http://pypi.python.org/pypi/88orm-service-connector/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ee/28/01ddcec88c107c53739c76d953e3827be6f81ecb4ebb0a8e88b828f887a4/88orm-service-connector-0.3.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ee/28/01ddcec88c107c53739c76d953e3827be6f81ecb4ebb0a8e88b828f887a4/88orm-service-connector-0.3.3.tar.gz BuildArch: noarch @@ -51,20 +51,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 . @@ -77,5 +77,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot - 0.3.3-1 +* Fri Jun 09 2023 Python_Bot - 0.3.3-1 - Package Spec generated -- cgit v1.2.3