From c4bce2e3476a7a8f6b6ca531564f6bb26c76b41a Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 11:48:02 +0000 Subject: automatic import of python-stdlib-utils --- python-stdlib-utils.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'python-stdlib-utils.spec') diff --git a/python-stdlib-utils.spec b/python-stdlib-utils.spec index d6f4825..0381e27 100644 --- a/python-stdlib-utils.spec +++ b/python-stdlib-utils.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Various utility functions and classes using only the Python standard lib License: MIT URL: https://github.com/CuriBio/stdlib-utils -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/46/a0/6cff1bdd74e154bf7f5116f5e37cbbc7044a21e676a099fdd807f3501cae/stdlib_utils-0.5.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/46/a0/6cff1bdd74e154bf7f5116f5e37cbbc7044a21e676a099fdd807f3501cae/stdlib_utils-0.5.2.tar.gz BuildArch: noarch @@ -28,7 +28,7 @@ Provides: python3-stdlib-utils-doc %prep -%autosetup -n stdlib-utils-0.5.2 +%autosetup -n stdlib_utils-0.5.2 %build %py3_build @@ -42,20 +42,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 . @@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot - 0.5.2-1 +* Thu Jun 08 2023 Python_Bot - 0.5.2-1 - Package Spec generated -- cgit v1.2.3