diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 18:29:03 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 18:29:03 +0000 |
commit | 87612383951eeaf217443a20f90b0f68bbd5eca5 (patch) | |
tree | 36680835b50d773d6ddde59e83d31ce1809e5a50 | |
parent | 19aa232e60c7703970904673733a20f56ac28259 (diff) |
automatic import of python-adafruit-circuitpython-hidopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-adafruit-circuitpython-hid.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /adafruit-circuitpython-hid-5.3.4.tar.gz +/adafruit-circuitpython-hid-5.3.6.tar.gz diff --git a/python-adafruit-circuitpython-hid.spec b/python-adafruit-circuitpython-hid.spec index 9db8a28..0e2c50e 100644 --- a/python-adafruit-circuitpython-hid.spec +++ b/python-adafruit-circuitpython-hid.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-adafruit-circuitpython-hid -Version: 5.3.4 +Version: 5.3.6 Release: 1 Summary: CircuitPython helper library for simulating HID devices. License: MIT URL: https://github.com/adafruit/Adafruit_CircuitPython_HID -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f6/cb/51303b1c4bda4955528d47e4788ad5db301baf0cc0cc9c4bcb580193a5dd/adafruit-circuitpython-hid-5.3.4.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/13/51/fcad40d0d4b42f25d9f624f059cd435a5d7defc6c50066870446ada53306/adafruit-circuitpython-hid-5.3.6.tar.gz BuildArch: noarch Requires: python3-Adafruit-Blinka @@ -29,7 +29,7 @@ Provides: python3-adafruit-circuitpython-hid-doc This driver simulates USB HID devices. Currently keyboard and mouse are implemented. %prep -%autosetup -n adafruit-circuitpython-hid-5.3.4 +%autosetup -n adafruit-circuitpython-hid-5.3.6 %build %py3_build @@ -43,20 +43,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 . @@ -69,5 +69,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 5.3.4-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 5.3.6-1 - Package Spec generated @@ -1 +1 @@ -2b118d4428d4a7ec3b34defe6eff4d4f adafruit-circuitpython-hid-5.3.4.tar.gz +04e96e1fa4d4654eb648095d441acf49 adafruit-circuitpython-hid-5.3.6.tar.gz |