diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:08:01 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:08:01 +0000 |
| commit | 082fe73bd189bf327a98299090efec27f8fba3d6 (patch) | |
| tree | aa56eb30984c85a2cd89fbe3e4356659d53adec5 | |
| parent | e57d09a558fb6cf512be90836e8a1dc4ce1354c4 (diff) | |
automatic import of python-cflibopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-cflib.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -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 <Python_Bot@openeuler.org> - 0.1.22-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.23-1 - Package Spec generated @@ -1 +1 @@ -0f1a298554a3206cf5fe254e692d003e cflib-0.1.22.tar.gz +b03a956a0440281fa494afc1919488d1 cflib-0.1.23.tar.gz |
