summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 19:58:42 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 19:58:42 +0000
commitca413a6b101f2a09f5a725c44d0fd25be7030ff6 (patch)
tree7ce68eac939740ab85c4b3b98b817ff0de80e728
parentf5c16e59e9996a16a0a718ecd283a1bc80d4d028 (diff)
automatic import of python-decoreopeneuler20.03
-rw-r--r--python-decore.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-decore.spec b/python-decore.spec
index 4103fcd..b69afb4 100644
--- a/python-decore.spec
+++ b/python-decore.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A small pure-python package for utility decorators.
License: MIT
URL: https://github.com/shaypal5/decore
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b4/69/9e3da3a87058d43e5b9f0f668f69da591b8b0c2763b3afbfea084582ea57/decore-0.0.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/b4/69/9e3da3a87058d43e5b9f0f668f69da591b8b0c2763b3afbfea084582ea57/decore-0.0.1.tar.gz
BuildArch: noarch
@@ -45,20 +45,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 .
@@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.1-1
- Package Spec generated