diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 03:16:35 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 03:16:35 +0000 |
| commit | 6ad698580babd337d6bd5d36ba081f4c2e75113b (patch) | |
| tree | c0cb8b0ae33fdd4c9c3f86b794c5fbae1a6fe88b | |
| parent | f21b221ca53a2c322aa4c9a92d8137165e1bff16 (diff) | |
automatic import of python-gerapyopeneuler20.03
| -rw-r--r-- | python-gerapy.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-gerapy.spec b/python-gerapy.spec index ea3ce62..0f969a7 100644 --- a/python-gerapy.spec +++ b/python-gerapy.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Distributed Crawler Management Framework Based on Scrapy, Scrapyd, Scrapyd-Client, Scrapyd-API, Django and Vue.js. License: MIT URL: https://github.com/Gerapy/Gerapy -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bc/39/45775823a60847f5d5cee6304c7f45f7ab47ea34c43ecad2b4ae9d60d337/gerapy-0.9.12.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/bc/39/45775823a60847f5d5cee6304c7f45f7ab47ea34c43ecad2b4ae9d60d337/gerapy-0.9.12.tar.gz BuildArch: noarch Requires: python3-apscheduler @@ -401,20 +401,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 . @@ -427,5 +427,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.12-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.12-1 - Package Spec generated |
