diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 17:43:45 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 17:43:45 +0000 |
| commit | 8476c87e06363c9878c27fd6b3686346c13f510b (patch) | |
| tree | f6594ba773a46e03822d06ea038d5fa1f983c2af /python-shove.spec | |
| parent | e25269ef1921fe8da31bb102582c36bea11c85d6 (diff) | |
automatic import of python-shoveopeneuler20.03
Diffstat (limited to 'python-shove.spec')
| -rw-r--r-- | python-shove.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-shove.spec b/python-shove.spec index 307161e..5eb06fb 100644 --- a/python-shove.spec +++ b/python-shove.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Generic dictionaryish object storage frontend License: BSD URL: https://bitbucket.org/lcrees/shove/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f5/c6/75b6d46b76b43626d7da946331827a7ccb38f2b4683808c74f3eff2519a5/shove-0.6.6.tar.bz2 +Source0: https://mirrors.aliyun.com/pypi/web/packages/f5/c6/75b6d46b76b43626d7da946331827a7ccb38f2b4683808c74f3eff2519a5/shove-0.6.6.tar.bz2 BuildArch: noarch @@ -145,7 +145,7 @@ URI form follows the URI form used by SQLAlchemy: http://docs.python.org/lib/typesmapping.html %prep -%autosetup -n shove-0.6.6 +%autosetup -n shove.tar-0.6.6 %build %py3_build @@ -159,20 +159,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 . @@ -185,5 +185,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.6-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.6-1 - Package Spec generated |
