diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:54:56 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:54:56 +0000 |
commit | 50178821bde4006035f0c9d9ea0522e606e5dbf7 (patch) | |
tree | 183d2a6262d93a49b8e4695febcf880760a8524d /python-jt-gmail.spec | |
parent | c36bbe13aab6e0a3e2cee615c4e88b5fff5b3752 (diff) |
automatic import of python-jt-gmailopeneuler20.03
Diffstat (limited to 'python-jt-gmail.spec')
-rw-r--r-- | python-jt-gmail.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-jt-gmail.spec b/python-jt-gmail.spec index 083946d..8643425 100644 --- a/python-jt-gmail.spec +++ b/python-jt-gmail.spec @@ -5,7 +5,7 @@ Release: 1 Summary: My Gmail API Wrapper License: MIT License URL: https://github.com/Gothingbop/JT_Gmail -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a6/97/2cdbdfa5ca2990413f6d9e7cd956485aa7769b73bedfe545b4b3d45671a1/JT_Gmail-0.0.24.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/a6/97/2cdbdfa5ca2990413f6d9e7cd956485aa7769b73bedfe545b4b3d45671a1/JT_Gmail-0.0.24.tar.gz BuildArch: noarch Requires: python3-google-api-python-client @@ -157,7 +157,7 @@ Google<a>. %prep -%autosetup -n JT-Gmail-0.0.24 +%autosetup -n JT_Gmail-0.0.24 %build %py3_build @@ -171,20 +171,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 . @@ -197,5 +197,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.24-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.24-1 - Package Spec generated |