diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 00:14:15 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 00:14:15 +0000 |
commit | fe74e68c825ed211c54cddc976bb66f9b59a170e (patch) | |
tree | 023a4dc2fd99ac76b3960084b5caa45b2f38ebbc | |
parent | 1c8dbc29c9a9a17d501fdffc5672c4febac394f6 (diff) |
automatic import of python-botw-flag-utilopeneuler20.03
-rw-r--r-- | python-botw-flag-util.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-botw-flag-util.spec b/python-botw-flag-util.spec index 794b0df..1da41b3 100644 --- a/python-botw-flag-util.spec +++ b/python-botw-flag-util.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Game data and save game data flag utilities for LoZ:BotW License: GNU Affero General Public License v3 or later (AGPLv3+) URL: https://github.com/GingerAvalanche/botw_flag_util -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/6c/13/b62aa1d5991aa522a70d189cf1bd7bf8cb0204300f17c59e3262d67f87d8/botw_flag_util-0.3.5.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/6c/13/b62aa1d5991aa522a70d189cf1bd7bf8cb0204300f17c59e3262d67f87d8/botw_flag_util-0.3.5.tar.gz BuildArch: noarch Requires: python3-bcml @@ -186,7 +186,7 @@ This software is licensed under the terms of the GNU Affero General Public Licen %prep -%autosetup -n botw-flag-util-0.3.5 +%autosetup -n botw_flag_util-0.3.5 %build %py3_build @@ -200,20 +200,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 . @@ -226,5 +226,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.5-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.5-1 - Package Spec generated |