From 7e5343ad59a818db79462f293a03bd6a7dae5ffb Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 14:13:08 +0000 Subject: automatic import of python-blender-asset-tracer --- python-blender-asset-tracer.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/python-blender-asset-tracer.spec b/python-blender-asset-tracer.spec index fbf3a86..f818bd8 100644 --- a/python-blender-asset-tracer.spec +++ b/python-blender-asset-tracer.spec @@ -5,7 +5,7 @@ Release: 1 Summary: BAT parses Blend files and produces dependency information. After installation run `bat --help` License: GPL-2.0+ URL: https://developer.blender.org/project/profile/79/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/52/0b/a218ff957ca801b249c2e7ce45077e1e2b0f16053855eabff520669cc525/blender_asset_tracer-1.15.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/52/0b/a218ff957ca801b249c2e7ce45077e1e2b0f16053855eabff520669cc525/blender_asset_tracer-1.15.tar.gz BuildArch: noarch Requires: python3-boto3 @@ -538,7 +538,7 @@ twine upload -r bat dist/blender_asset_tracer-1.15.tar.gz dist/blender_asset_tra %prep -%autosetup -n blender-asset-tracer-1.15 +%autosetup -n blender_asset_tracer-1.15 %build %py3_build @@ -552,20 +552,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 . @@ -578,5 +578,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot - 1.15-1 +* Thu Jun 08 2023 Python_Bot - 1.15-1 - Package Spec generated -- cgit v1.2.3