summaryrefslogtreecommitdiff
path: root/python-m2c.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 05:52:42 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 05:52:42 +0000
commit263047e42f7c1c06658e1711d66eee2668409106 (patch)
tree27205be008c9c1fb848138196f809f8b05925b87 /python-m2c.spec
parentf61be37badef72e666680d5741bf6923368e3ed7 (diff)
automatic import of python-m2copeneuler20.03
Diffstat (limited to 'python-m2c.spec')
-rw-r--r--python-m2c.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-m2c.spec b/python-m2c.spec
index df10bf9..e0d240f 100644
--- a/python-m2c.spec
+++ b/python-m2c.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: m2c
License: MIT License
URL: https://github.com/yangbinnnn/m2c
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f6/06/60bb95a5db61d05b7c6dd22ecd9d79724f14159520310600325520c78f9f/m2c-0.4.7.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/f6/06/60bb95a5db61d05b7c6dd22ecd9d79724f14159520310600325520c78f9f/m2c-0.4.7.tar.gz
BuildArch: noarch
Requires: python3-pyyaml
@@ -126,20 +126,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 .
@@ -152,5 +152,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.7-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.7-1
- Package Spec generated