diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 03:33:44 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 03:33:44 +0000 |
| commit | 5ab245385600ffbae4bb977d6dcfe5f1ff58369c (patch) | |
| tree | 072f228e29d4bdb15d77093d8b69749ae875d53a | |
| parent | 1e8c6699a0bbfd2932395983b37d60d717a960f4 (diff) | |
automatic import of python-hip-data-toolsopeneuler20.03
| -rw-r--r-- | python-hip-data-tools.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-hip-data-tools.spec b/python-hip-data-tools.spec index ff94db4..50f3345 100644 --- a/python-hip-data-tools.spec +++ b/python-hip-data-tools.spec @@ -541,7 +541,7 @@ There is an integration test called "integration_test_should__load_sheet_to_athe %prep -%autosetup -n hip-data-tools-1.67.2 +%autosetup -n hip_data_tools-1.67.2 %build %py3_build @@ -555,20 +555,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 . @@ -581,5 +581,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.67.2-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.67.2-1 - Package Spec generated |
