summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-covmatic-stations.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 24ff63a..7a41a7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/sources b/sources
index b03e8fb..1b10788 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a1e4534102750ebc8c5d9601771cbfc covmatic-stations-3.0.3.tar.gz
+dbc15ab7f19a5afdaea0e4d4a963cd86 covmatic-stations-3.0.4.tar.gz