summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 09:02:26 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 09:02:26 +0000
commit562c12ceee06bcd45d564e8b100fd16a94b0430e (patch)
tree268c26b49323d234f1c803082aa9903d99b3eac5
parent9e177a34bf5c2d9a850b6ad4b6f5e7c9c6812a01 (diff)
automatic import of python-amino-edopeneuler20.03
-rw-r--r--python-amino-ed.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-amino-ed.spec b/python-amino-ed.spec
index ffd1955..dea4d9a 100644
--- a/python-amino-ed.spec
+++ b/python-amino-ed.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A library to create Amino bots.
License: MIT
URL: https://github.com/Alert-Aigul/Amino.ed
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/df/eb/cb6bda0aa054ad26329fb462ad20b13224c7c83d09e5b2cd91604ae4ee08/Amino.ed-2.8.4.13.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/df/eb/cb6bda0aa054ad26329fb462ad20b13224c7c83d09e5b2cd91604ae4ee08/Amino.ed-2.8.4.13.tar.gz
BuildArch: noarch
@@ -159,20 +159,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 .
@@ -185,5 +185,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.8.4.13-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.8.4.13-1
- Package Spec generated