summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 14:13:08 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 14:13:08 +0000
commit7e5343ad59a818db79462f293a03bd6a7dae5ffb (patch)
tree8fdfe60272725302a6bf5725ee296e1c7695760f
parent9a8672c7b2320e9de70979b2212fb633f6d81859 (diff)
automatic import of python-blender-asset-traceropeneuler20.03
-rw-r--r--python-blender-asset-tracer.spec16
1 files 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 <Python_Bot@openeuler.org> - 1.15-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.15-1
- Package Spec generated