diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 04:14:46 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 04:14:46 +0000 |
| commit | c9c1e224ece931186d2a312cea1a616299c668c2 (patch) | |
| tree | 509ded0409c1a671bae2cd16b0ab7922da985bbd /python-smartphone-connector.spec | |
| parent | 47bac42e4f8c0582824b6efa62c71d6acfb5b05c (diff) | |
automatic import of python-smartphone-connectoropeneuler20.03
Diffstat (limited to 'python-smartphone-connector.spec')
| -rw-r--r-- | python-smartphone-connector.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-smartphone-connector.spec b/python-smartphone-connector.spec index 886aafa..9b95fab 100644 --- a/python-smartphone-connector.spec +++ b/python-smartphone-connector.spec @@ -371,7 +371,7 @@ python3 -m twine upload dist/* %prep -%autosetup -n smartphone-connector-0.0.115 +%autosetup -n smartphone_connector-0.0.115 %build %py3_build @@ -385,20 +385,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 . @@ -411,5 +411,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.115-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.115-1 - Package Spec generated |
