diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:22:36 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:22:36 +0000 |
| commit | 66b2fc0bae99913c11e56a5d146a4a72715ac41f (patch) | |
| tree | 9e1ac3b20a7d4f886a1a66f7ddb726163a1a80d2 | |
| parent | a56c584c6813739cec9634aa7631e88995fdadc4 (diff) | |
automatic import of python-covmatic-stationsopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-covmatic-stations.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /covmatic-stations-3.0.3.tar.gz +/covmatic-stations-3.0.4.tar.gz 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 @@ -1 +1 @@ -7a1e4534102750ebc8c5d9601771cbfc covmatic-stations-3.0.3.tar.gz +dbc15ab7f19a5afdaea0e4d4a963cd86 covmatic-stations-3.0.4.tar.gz |
