summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 14:52:56 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 14:52:56 +0000
commitf8840876871131a1af9915a0365f17f6d2e946f7 (patch)
tree547eb0356752dcd4cb3b866ae5135f36723b42af
parentdc70471401f14546dd0262b0db0fba8b8fa0927c (diff)
automatic import of python-control-scnuopeneuler20.03
-rw-r--r--python-control-scnu.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-control-scnu.spec b/python-control-scnu.spec
index 17dd426..58dc292 100644
--- a/python-control-scnu.spec
+++ b/python-control-scnu.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: The code package for HuaGuang AI Education
License: MIT License
URL: https://github.com/pypa/sampleproject
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/be/2e/332cdac2c8242f5ec48c00f478f896cdf10fbbf250dd6a67dfdec069bc10/control_scnu-0.8.6.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/be/2e/332cdac2c8242f5ec48c00f478f896cdf10fbbf250dd6a67dfdec069bc10/control_scnu-0.8.6.tar.gz
BuildArch: noarch
Requires: python3-baidu-aip
@@ -386,7 +386,7 @@ s.play_txt(s.stt("speech"))
%prep
-%autosetup -n control-scnu-0.8.6
+%autosetup -n control_scnu-0.8.6
%build
%py3_build
@@ -400,20 +400,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 .
@@ -426,5 +426,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.6-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.6-1
- Package Spec generated