From 082fe73bd189bf327a98299090efec27f8fba3d6 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 9 Jun 2023 01:08:01 +0000 Subject: automatic import of python-cflib --- .gitignore | 1 + python-cflib.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 6585d37..be6570d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /cflib-0.1.22.tar.gz +/cflib-0.1.23.tar.gz diff --git a/python-cflib.spec b/python-cflib.spec index 0fbb3fe..37e26dd 100644 --- a/python-cflib.spec +++ b/python-cflib.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cflib -Version: 0.1.22 +Version: 0.1.23 Release: 1 Summary: Crazyflie python driver License: GPLv3 URL: https://github.com/bitcraze/crazyflie-lib-python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f0/31/5dbea11712d18b46c67d51bae4b5a3aa0aed444fed8f9ba94d142ae6e982/cflib-0.1.22.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/03/cc/ef1f040913c0de3f7848029763aa3ad13c74c5852599e6f67d424469c7c2/cflib-0.1.23.tar.gz BuildArch: noarch Requires: python3-pyusb @@ -102,7 +102,7 @@ Run the automated build locally to test your code %prep -%autosetup -n cflib-0.1.22 +%autosetup -n cflib-0.1.23 %build %py3_build @@ -116,20 +116,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 . @@ -142,5 +142,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 29 2023 Python_Bot - 0.1.22-1 +* Fri Jun 09 2023 Python_Bot - 0.1.23-1 - Package Spec generated diff --git a/sources b/sources index 0f62a20..a1d2ffe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0f1a298554a3206cf5fe254e692d003e cflib-0.1.22.tar.gz +b03a956a0440281fa494afc1919488d1 cflib-0.1.23.tar.gz -- cgit v1.2.3