diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 04:14:23 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 04:14:23 +0000 |
| commit | fadbd4a04064d8e1164544377f4dac7e4d6ea655 (patch) | |
| tree | 4d69953df28914644418542fbe9bceaec4d4ff74 | |
| parent | bd1d549b921db74dd4612df86bd2c91db796a868 (diff) | |
automatic import of python-ubi-readeropeneuler20.03
| -rw-r--r-- | python-ubi-reader.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-ubi-reader.spec b/python-ubi-reader.spec index 0ac1c09..db70142 100644 --- a/python-ubi-reader.spec +++ b/python-ubi-reader.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Extract files from UBI and UBIFS images. License: GNU GPL URL: https://pypi.org/project/ubi-reader/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/70/a3/2970c204adf7053ad94045290c501bf27905fb279438c2c20d00c43510ee/ubi_reader-0.8.9.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/70/a3/2970c204adf7053ad94045290c501bf27905fb279438c2c20d00c43510ee/ubi_reader-0.8.9.tar.gz BuildArch: noarch Requires: python3-lzallright @@ -356,7 +356,7 @@ Some general option flags are %prep -%autosetup -n ubi-reader-0.8.9 +%autosetup -n ubi_reader-0.8.9 %build %py3_build @@ -370,20 +370,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 . @@ -396,5 +396,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.9-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.9-1 - Package Spec generated |
