diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:15:12 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:15:12 +0000 |
commit | f84b31df9608f20a923bb274a134f800e6dc0ece (patch) | |
tree | 14128845332c8236237a3eb0bcdba5d54f3fdc52 | |
parent | 8ac1b414e5d01fb35944e470d40a175bdb2a8e66 (diff) |
automatic import of python-zaber-motionopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-zaber-motion.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /zaber_motion-3.4.0.tar.gz +/zaber_motion-4.0.0.tar.gz diff --git a/python-zaber-motion.spec b/python-zaber-motion.spec index 6ec77ae..6797735 100644 --- a/python-zaber-motion.spec +++ b/python-zaber-motion.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-zaber-motion -Version: 3.4.0 +Version: 4.0.0 Release: 1 Summary: A library for communicating with Zaber devices License: MIT URL: https://gitlab.com/ZaberTech/zaber-motion-lib -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/19/45/44430cd0d8c4f0f0dd05d57fd9542a0b09ae51e0d0d35d601f10084d86f0/zaber_motion-3.4.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/62/4b/191dbb66f2a9da26598aaa15178d3e73676dd4031e2e9cf7e3a9845f25eb/zaber_motion-4.0.0.tar.gz BuildArch: noarch Requires: python3-protobuf @@ -48,7 +48,7 @@ Official documentation: [https://software.zaber.com/motion-library/](https://sof %prep -%autosetup -n zaber-motion-3.4.0 +%autosetup -n zaber_motion-4.0.0 %build %py3_build @@ -62,20 +62,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 . @@ -88,5 +88,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 3.4.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.0.0-1 - Package Spec generated @@ -1 +1 @@ -7ecd66a88b1995e56594688160b9c90f zaber_motion-3.4.0.tar.gz +0e7f01610d313bd4fe3cd0e0d1654584 zaber_motion-4.0.0.tar.gz |