summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 08:31:17 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 08:31:17 +0000
commit3e9e8025542f1de7ad17e251995cd45eee412370 (patch)
tree8790d354ce3ec6085d78e0ecac78a6d8b905e44c
parent5a98e43ae53eb1d35943bf2a0faa5e171c4c6e20 (diff)
automatic import of python-mdocumentopeneuler20.03
-rw-r--r--python-mdocument.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-mdocument.spec b/python-mdocument.spec
index 9f727ab..cd5029d 100644
--- a/python-mdocument.spec
+++ b/python-mdocument.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Simple DRM for motor client
License: MIT
URL: https://git.yurzs.dev/yurzs/MDocument
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c6/13/a7c06a90617803225c8c6ea4db79e594919d57cd110bcb94e1175bd54bd1/mdocument-4.0.1612576120.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/c6/13/a7c06a90617803225c8c6ea4db79e594919d57cd110bcb94e1175bd54bd1/mdocument-4.0.1612576120.tar.gz
BuildArch: noarch
Requires: python3-motor
@@ -46,20 +46,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 .
@@ -72,5 +72,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 4.0.1612576120-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 4.0.1612576120-1
- Package Spec generated