diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:23:26 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:23:26 +0000 |
commit | f88fb2a4ebfeb231cabc45d316e455ef6b5f29c0 (patch) | |
tree | 43a05af7461187dcc1718dbff94cd5bb11bc27f9 | |
parent | f373205ebf7c9d7b39400883795c10eee7c1bd44 (diff) |
automatic import of python-owotextopeneuler20.03
-rw-r--r-- | python-owotext.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-owotext.spec b/python-owotext.spec index d39b577..e6ce064 100644 --- a/python-owotext.spec +++ b/python-owotext.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A Python library for converting text strings into OwO License: MIT URL: https://github.com/DerpyChap/owotext -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7e/0a/13c8c238d77e1d500875fedf72f0daedf000c5b3f1a5be06cab1ea41d24a/owotext-1.1.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/7e/0a/13c8c238d77e1d500875fedf72f0daedf000c5b3f1a5be06cab1ea41d24a/owotext-1.1.1.tar.gz BuildArch: noarch @@ -183,20 +183,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 . @@ -209,5 +209,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.1-1 - Package Spec generated |