diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:36:03 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:36:03 +0000 |
commit | 70aba20ccabfb1abe59d76803b07a8be1b0971b9 (patch) | |
tree | 56a63a590e9895c223d2cecf4af23d0bada53725 | |
parent | 10cdca09e5ace94b5da4f0d1b15d9db296db9e3d (diff) |
automatic import of python-spec-synthaseopeneuler20.03
-rw-r--r-- | python-spec-synthase.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-spec-synthase.spec b/python-spec-synthase.spec index 184fe07..de373f1 100644 --- a/python-spec-synthase.spec +++ b/python-spec-synthase.spec @@ -5,7 +5,7 @@ Release: 1 Summary: spec-synthase is a tool to help deal with big swagger files, by building the swagger specification files from little spec files. License: MPL2 URL: https://github.com/MicroarrayTecnologia/spec-synthase -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1e/8b/78bf98914cc9113a61be6a4e8b164f03164786530c9a189778f4c4076767/spec-synthase-0.1.11.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/1e/8b/78bf98914cc9113a61be6a4e8b164f03164786530c9a189778f4c4076767/spec-synthase-0.1.11.tar.gz BuildArch: noarch Requires: python3-pyyaml @@ -53,20 +53,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 . @@ -79,5 +79,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.11-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.11-1 - Package Spec generated |