summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 11:30:02 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 11:30:02 +0000
commitebf1c1ee6d0f9781fcc2c5e7bb217f089d9d4aa1 (patch)
tree8eca37b72c7b3c1e1c38ccdd9a2ae1706a9c8102
parent6658d23d374bf27a4ec4316e3045acaf5a8a1f3d (diff)
automatic import of python-pytfiacopeneuler20.03
-rw-r--r--python-pytfiac.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pytfiac.spec b/python-pytfiac.spec
index 8cca23c..8bf3121 100644
--- a/python-pytfiac.spec
+++ b/python-pytfiac.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: API for Tfiac AC
License: GNU General Public License v3 (GPLv3)
URL: https://github.com/fredrike/pytfiac
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/52/c2/2e88e9192cd61b11c4fa6d4abb3b485558f679e2acb4a7fe4d2c4779bd5e/pytfiac-0.4.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/52/c2/2e88e9192cd61b11c4fa6d4abb3b485558f679e2acb4a7fe4d2c4779bd5e/pytfiac-0.4.tar.gz
BuildArch: noarch
Requires: python3-tellsticknet
@@ -59,20 +59,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 .
@@ -85,5 +85,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4-1
- Package Spec generated