diff options
Diffstat (limited to 'python-covmatic-stations.spec')
| -rw-r--r-- | python-covmatic-stations.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-covmatic-stations.spec b/python-covmatic-stations.spec index 155545d..38912a7 100644 --- a/python-covmatic-stations.spec +++ b/python-covmatic-stations.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-covmatic-stations -Version: 3.0.3 +Version: 3.0.4 Release: 1 Summary: Package for the COVMATIC Opentrons stations License: MIT License URL: https://github.com/covmatic/stations -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f2/bf/dd2c8d1d5652922e629fed9840ecf5ea5170a891ddf3a88aa42b9c4c5c41/covmatic-stations-3.0.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/91/5a/038d721b84ac1986f0d8e3a48a178d58dcb277c6a8a25507df452e83be5a/covmatic-stations-3.0.4.tar.gz BuildArch: noarch @@ -679,7 +679,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI %prep -%autosetup -n covmatic-stations-3.0.3 +%autosetup -n covmatic-stations-3.0.4 %build %py3_build @@ -693,20 +693,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 . @@ -719,5 +719,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.3-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.4-1 - Package Spec generated |
