diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 00:56:07 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 00:56:07 +0000 |
commit | 7b20031b62832fa86a77f05d74a2ab030b59736f (patch) | |
tree | e6fe8d65a118374c1c54f40196e1f70f9a965f02 | |
parent | 154819c012c3d6da495627195f9a7a93bca90ce7 (diff) |
automatic import of python-pyobjc-framework-interfacebuilderkitopeneuler20.03
-rw-r--r-- | python-pyobjc-framework-interfacebuilderkit.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pyobjc-framework-interfacebuilderkit.spec b/python-pyobjc-framework-interfacebuilderkit.spec index 9d37e27..7b85699 100644 --- a/python-pyobjc-framework-interfacebuilderkit.spec +++ b/python-pyobjc-framework-interfacebuilderkit.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Wrappers for the framework InterfaceBuilderKit on macOS License: MIT License URL: https://github.com/ronaldoussoren/pyobjc -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2c/93/07f4e2cf28e41c15595ccaff5cacda91edf2d43ed8c638187aa728721f36/pyobjc-framework-InterfaceBuilderKit-7.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/2c/93/07f4e2cf28e41c15595ccaff5cacda91edf2d43ed8c638187aa728721f36/pyobjc-framework-InterfaceBuilderKit-7.3.tar.gz BuildArch: noarch Requires: python3-pyobjc-core @@ -59,20 +59,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 . @@ -85,5 +85,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 7.3-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 7.3-1 - Package Spec generated |