diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:10:17 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:10:17 +0000 |
| commit | da0f2738ba76bf07f29868e800446de7267574a2 (patch) | |
| tree | 29ca3840267d89adb9014df7f5ec87ba003ff54e | |
| parent | 00ef9b3d7adb004a9411fed00f5aedce5839270e (diff) | |
automatic import of python-microeyeopeneuler20.03
| -rw-r--r-- | python-microeye.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-microeye.spec b/python-microeye.spec index 88887b3..6be7f46 100644 --- a/python-microeye.spec +++ b/python-microeye.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A python toolkit for fluorescence microscopy that features industrial-grade CMOS cameras and Integrated Optics laser combiner MatchBox. License: GNU General Public License v3 (GPLv3) URL: https://github.com/samhitech/microEye -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/62/47/39e45f868c96e7d24f688e56dde21b355c7c9568926dea578fbd277bc738/microEye-0.3.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/62/47/39e45f868c96e7d24f688e56dde21b355c7c9568926dea578fbd277bc738/microEye-0.3.1.tar.gz BuildArch: noarch @@ -516,20 +516,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 . @@ -542,5 +542,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.1-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.1-1 - Package Spec generated |
