diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 19:04:33 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 19:04:33 +0000 |
| commit | 2601442ce58504297ec16fd7e84433bae7afa50e (patch) | |
| tree | 80d270484387b0f1d7da5b2da504d117d2f3bf93 | |
| parent | ea22eacccc75ecf1297b424f2b9fc14f47f92e41 (diff) | |
automatic import of python-redditsfinderopeneuler20.03
| -rw-r--r-- | python-redditsfinder.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-redditsfinder.spec b/python-redditsfinder.spec index 15283cb..2567cb4 100644 --- a/python-redditsfinder.spec +++ b/python-redditsfinder.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Archive a reddit user's post history. Formatted overview of a profile, JSON containing every post, and picture downloads. License: MIT URL: https://github.com/Fitzy1293/redditsfinder -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4c/d0/77359ffa83a67ce75405ab68b88cdd3ad49eb95cbc04ef307fc37b74778f/Redditsfinder-2.1.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/4c/d0/77359ffa83a67ce75405ab68b88cdd3ad49eb95cbc04ef307fc37b74778f/Redditsfinder-2.1.3.tar.gz BuildArch: noarch Requires: python3-requests @@ -114,7 +114,7 @@ Provides: python3-redditsfinder-doc  %prep -%autosetup -n redditsfinder-2.1.3 +%autosetup -n Redditsfinder-2.1.3 %build %py3_build @@ -128,20 +128,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 . @@ -154,5 +154,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.3-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.3-1 - Package Spec generated |
