diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:40:16 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:40:16 +0000 |
| commit | c5d97312b86d1accc236e540a840336ae4ce455c (patch) | |
| tree | 06e52983bc8eafe71bc64d3cb9533e404ca81630 /python-ucbox-plugin.spec | |
| parent | aa60924d03ee91cb1e3c8fb4d516960e40445f6a (diff) | |
automatic import of python-ucbox-pluginopeneuler20.03
Diffstat (limited to 'python-ucbox-plugin.spec')
| -rw-r--r-- | python-ucbox-plugin.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-ucbox-plugin.spec b/python-ucbox-plugin.spec index bfe7dd9..646d36e 100644 --- a/python-ucbox-plugin.spec +++ b/python-ucbox-plugin.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A unified communications management plugin for NetBox. License: MIT URL: https://github.com/levensailor/ucbox.git -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3c/8a/da5d50b1a52a304bd9f6de393b2ec292701777b9da953d9b0562d3b9ea47/ucbox_plugin-0.0.22.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/3c/8a/da5d50b1a52a304bd9f6de393b2ec292701777b9da953d9b0562d3b9ea47/ucbox_plugin-0.0.22.tar.gz BuildArch: noarch @@ -427,7 +427,7 @@ Netbox Community Docker setup performs static files collection on every startup. %prep -%autosetup -n ucbox-plugin-0.0.22 +%autosetup -n ucbox_plugin-0.0.22 %build %py3_build @@ -441,20 +441,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 . @@ -467,5 +467,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.22-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.22-1 - Package Spec generated |
