summaryrefslogtreecommitdiff
path: root/python-nextcord-ext-menus.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 17:37:15 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 17:37:15 +0000
commit52ebe89fc2151f71081453f8054a4db802c3f461 (patch)
treed2a9b0429fd8796e6169e2b7a7afba87a4130c67 /python-nextcord-ext-menus.spec
parente952943b5a60e8ca2877d75108c1e21b67a0139f (diff)
automatic import of python-nextcord-ext-menusopeneuler20.03
Diffstat (limited to 'python-nextcord-ext-menus.spec')
-rw-r--r--python-nextcord-ext-menus.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-nextcord-ext-menus.spec b/python-nextcord-ext-menus.spec
index eb70bd6..bb0c741 100644
--- a/python-nextcord-ext-menus.spec
+++ b/python-nextcord-ext-menus.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: An extension module to make reaction and button component menus with nextcord
License: MIT
URL: https://github.com/nextcord/nextcord-ext-menus
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/44/e9/a3413e89c7c7a3b71b42045407aa2fcdde1de14bbf1f3ded3b2aad9e9dde/nextcord-ext-menus-1.5.6.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/44/e9/a3413e89c7c7a3b71b42045407aa2fcdde1de14bbf1f3ded3b2aad9e9dde/nextcord-ext-menus-1.5.6.tar.gz
BuildArch: noarch
Requires: python3-sphinx
@@ -162,20 +162,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 .
@@ -188,5 +188,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.6-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.6-1
- Package Spec generated