diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:13:46 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:13:46 +0000 |
| commit | 93e8e3a632a774bb0b1e7e06f8a52133330c6854 (patch) | |
| tree | d7deec942ad6f2db9e040c993d761d3da15f182d /python-pypca.spec | |
| parent | 347638670a16cdf9d9fad0c5a27b06e5adb6b8df (diff) | |
automatic import of python-pypcaopeneuler20.03
Diffstat (limited to 'python-pypca.spec')
| -rw-r--r-- | python-pypca.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pypca.spec b/python-pypca.spec index 54a68fe..fbe79f0 100644 --- a/python-pypca.spec +++ b/python-pypca.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A python cli for PCA 301 smart plugs. License: MIT URL: http://www.github.com/majuss/pypca -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c2/9d/4e763baa78e810d296b5c8aea513c8e67b4b1bf9aca0c02027ed270cbc82/pypca-0.0.13.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/c2/9d/4e763baa78e810d296b5c8aea513c8e67b4b1bf9aca0c02027ed270cbc82/pypca-0.0.13.tar.gz BuildArch: noarch Requires: python3-pyserial @@ -53,20 +53,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 . @@ -79,5 +79,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.13-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.13-1 - Package Spec generated |
