diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 08:33:33 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 08:33:33 +0000 |
commit | 6acfe4eb4d6f8bb77d299924e4322aaa94eb125e (patch) | |
tree | 53fa837f07d7c917b167bd5b6f0cd3673a6c70bf | |
parent | 3749833f0a8b8aadbf05180fce00b39572fd490d (diff) |
automatic import of python-pyramid-dogpile-cache2openeuler20.03
-rw-r--r-- | python-pyramid-dogpile-cache2.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-pyramid-dogpile-cache2.spec b/python-pyramid-dogpile-cache2.spec index a80854a..f2b3c4f 100644 --- a/python-pyramid-dogpile-cache2.spec +++ b/python-pyramid-dogpile-cache2.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Integrates dogpile.cache for Pyramid License: BSD URL: https://github.com/zeitonline/pyramid_dogpile_cache2 -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c8/88/84330ba6243d99845f742a157420370c04c19b7719a6c419636731da4c7b/pyramid_dogpile_cache2-1.1.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/c8/88/84330ba6243d99845f742a157420370c04c19b7719a6c419636731da4c7b/pyramid_dogpile_cache2-1.1.2.tar.gz BuildArch: noarch @@ -28,7 +28,7 @@ Provides: python3-pyramid-dogpile-cache2-doc %prep -%autosetup -n pyramid-dogpile-cache2-1.1.2 +%autosetup -n pyramid_dogpile_cache2-1.1.2 %build %py3_build @@ -42,20 +42,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 . @@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.2-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.2-1 - Package Spec generated |