diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 04:14:01 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 04:14:01 +0000 |
| commit | 7c0a69d56da34b6fb7cff60d6e664f43b6430b38 (patch) | |
| tree | fc780325704caf21267c968c9b234b9112a5047c | |
| parent | 2b6b15ce535aaa11d3d932635d94877452942a16 (diff) | |
automatic import of python-snips-nlu-ontologyopeneuler20.03
| -rw-r--r-- | python-snips-nlu-ontology.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-snips-nlu-ontology.spec b/python-snips-nlu-ontology.spec index 244341b..b2601d6 100644 --- a/python-snips-nlu-ontology.spec +++ b/python-snips-nlu-ontology.spec @@ -33,7 +33,7 @@ Provides: python3-snips-nlu-ontology-doc %prep -%autosetup -n snips-nlu-ontology-0.62.0 +%autosetup -n snips_nlu_ontology-0.62.0 %build %py3_build @@ -47,20 +47,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 . @@ -73,5 +73,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.62.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.62.0-1 - Package Spec generated |
