From f84b31df9608f20a923bb274a134f800e6dc0ece Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 08:15:12 +0000 Subject: automatic import of python-zaber-motion --- .gitignore | 1 + python-zaber-motion.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 55ea3b9..78050e9 100644 --- a/.gitignore +++ b/.gitignore @@ -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 - 3.4.0-1 +* Thu Jun 08 2023 Python_Bot - 4.0.0-1 - Package Spec generated diff --git a/sources b/sources index 8077f8d..4f4af3a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7ecd66a88b1995e56594688160b9c90f zaber_motion-3.4.0.tar.gz +0e7f01610d313bd4fe3cd0e0d1654584 zaber_motion-4.0.0.tar.gz -- cgit v1.2.3