summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 15:56:12 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 15:56:12 +0000
commit6c063c738b3505c71163337132e2e60cc682b4e2 (patch)
tree934c48cae578c0e5f63fcb67292c3d068c9c2891
parentf0571477c13299de8efa93165c7630de94ded01d (diff)
automatic import of python-wagtail-color-panelopeneuler20.03
-rw-r--r--python-wagtail-color-panel.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-wagtail-color-panel.spec b/python-wagtail-color-panel.spec
index 0d0568c..3b6d48e 100644
--- a/python-wagtail-color-panel.spec
+++ b/python-wagtail-color-panel.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: please add a summary manually as the author left a blank one
License: MIT
URL: https://github.com/marteinn/wagtail-color-panel
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/da/50/75ad70fadc3589dfe97d4d1e94a5119550d497285291ed4c21cf7d81cc89/wagtail-color-panel-1.4.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/da/50/75ad70fadc3589dfe97d4d1e94a5119550d497285291ed4c21cf7d81cc89/wagtail-color-panel-1.4.1.tar.gz
BuildArch: noarch
Requires: python3-wagtail
@@ -199,20 +199,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 .
@@ -225,5 +225,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.1-1
- Package Spec generated