diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 03:30:12 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 03:30:12 +0000 |
commit | ba9d4187d206d6aa33785719689a702602d9ccdb (patch) | |
tree | 7e89ec73d823756487e7312a775df7d399a0196a | |
parent | 63d0b5c3a7ce8c3977f4afb580d575159657dfcb (diff) |
automatic import of python-xasmopeneuler20.03
-rw-r--r-- | python-xasm.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-xasm.spec b/python-xasm.spec index 13282e5..de3e4ea 100644 --- a/python-xasm.spec +++ b/python-xasm.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Python cross-version byte-code assembler License: GPL-2.0 URL: https://github.com/rocky/python-xasm/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ce/0e/71b42ebe7420df8237f43576c5034740f12b62a86a79e6a10df6bd71def6/xasm-1.2.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ce/0e/71b42ebe7420df8237f43576c5034740f12b62a86a79e6a10df6bd71def6/xasm-1.2.0.tar.gz BuildArch: noarch @@ -45,20 +45,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 . @@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.0-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.0-1 - Package Spec generated |