diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:15:27 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:15:27 +0000 |
commit | 18f6f16e7e91f3ed5f35cc37362a96f80b80b940 (patch) | |
tree | cedb9289f2643522e0937089fa915d6b31863157 | |
parent | 29bc026e678def4fab429cc262c47f333dfb9419 (diff) |
automatic import of python-adafruit-circuitpython-portalbaseopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-adafruit-circuitpython-portalbase.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /adafruit-circuitpython-portalbase-1.14.6.tar.gz +/adafruit-circuitpython-portalbase-1.14.8.tar.gz diff --git a/python-adafruit-circuitpython-portalbase.spec b/python-adafruit-circuitpython-portalbase.spec index 7db8332..024c4a5 100644 --- a/python-adafruit-circuitpython-portalbase.spec +++ b/python-adafruit-circuitpython-portalbase.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-adafruit-circuitpython-portalbase -Version: 1.14.6 +Version: 1.14.8 Release: 1 Summary: Base Library for the Portal-style libraries. License: MIT URL: https://github.com/adafruit/Adafruit_CircuitPython_PortalBase -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1d/80/84c763383c629ee7c02e54c16defc76f78947b22129b916f358e9b3def3e/adafruit-circuitpython-portalbase-1.14.6.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/49/09/103f92e3c5e8dff1c961b1d11d4055db97276cf5665596c0b2296a9a11a2/adafruit-circuitpython-portalbase-1.14.8.tar.gz BuildArch: noarch Requires: python3-Adafruit-Blinka-displayio @@ -41,7 +41,7 @@ Base Library for the Portal-style libraries. This library only contains base cla intended to be run on its own. %prep -%autosetup -n adafruit-circuitpython-portalbase-1.14.6 +%autosetup -n adafruit-circuitpython-portalbase-1.14.8 %build %py3_build @@ -55,20 +55,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 . @@ -81,5 +81,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 1.14.6-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.14.8-1 - Package Spec generated @@ -1 +1 @@ -2918517bfcaf7c2951ab422287819a00 adafruit-circuitpython-portalbase-1.14.6.tar.gz +4f29179231b959a879eb7e853f23a7e7 adafruit-circuitpython-portalbase-1.14.8.tar.gz |