summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 23:22:45 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 23:22:45 +0000
commit74bd060736b79dbb0f0bda55a7593b7528ad0e3a (patch)
tree27e9d9ac0777a585e1eff9ca6c27ce9c1681c9c4
parent963ac4be4f1c414258862a93cd6a3c6ced436f71 (diff)
automatic import of python-pysmtbopeneuler20.03
-rw-r--r--python-pysmtb.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pysmtb.spec b/python-pysmtb.spec
index 76a1eb6..cc0cba5 100644
--- a/python-pysmtb.spec
+++ b/python-pysmtb.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: python toolbox of (mostly) image-related helper / visualization functions
License: MIT License
URL: https://github.com/smerzbach/pysmtb
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bd/2d/46e8882518917798b6bcc1d331272b2f27df45c3483b1c1cd582c83a5bc6/pysmtb-0.2.7.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/bd/2d/46e8882518917798b6bcc1d331272b2f27df45c3483b1c1cd582c83a5bc6/pysmtb-0.2.7.tar.gz
BuildArch: noarch
Requires: python3-click
@@ -846,20 +846,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 .
@@ -872,5 +872,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.7-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.7-1
- Package Spec generated