diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:35:41 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:35:41 +0000 |
commit | 1d7bb25c802bb894c79cc149b12c4049ed95507f (patch) | |
tree | 4565bc7df9518b84fdf831e512b5bf78e49164d8 | |
parent | 01a28500a5f5b9e9e3315821494de09f464d1cbc (diff) |
automatic import of python-pyeyetrackopeneuler20.03
-rw-r--r-- | python-pyeyetrack.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pyeyetrack.spec b/python-pyeyetrack.spec index 21e30bb..be65eac 100644 --- a/python-pyeyetrack.spec +++ b/python-pyeyetrack.spec @@ -5,7 +5,7 @@ Release: 1 Summary: PyEyeTrack is a python-based pupil-tracking library. The library tracks eyes with the commodity webcam and gives a real-time stream of eye coordinates. It provides the functionality of eye-tracking and blink detection and encapsulates these in a generic interface that allows clients to use these functionalities in a variety of use-cases. License: MIT URL: https://github.com/algoasylum/PyEyeTrack -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ab/53/40ec2c2f09cb6fbc4182fde3ea2f7561c1c93c9c2944a81d06558bc42062/PyEyeTrack-1.0.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ab/53/40ec2c2f09cb6fbc4182fde3ea2f7561c1c93c9c2944a81d06558bc42062/PyEyeTrack-1.0.1.tar.gz BuildArch: noarch @@ -42,20 +42,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 . @@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.1-1 - Package Spec generated |