diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 00:35:30 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 00:35:30 +0000 |
commit | 085c14016254c43cc5b6e14f8a67799ecbf39242 (patch) | |
tree | 0e362dc1d143006df6b2c611b82a97e96a246ec0 | |
parent | d4bc39f1dd31795bb70a4d95a15d8e0b45a8df62 (diff) |
automatic import of python-reactipyopeneuler20.03
-rw-r--r-- | python-reactipy.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-reactipy.spec b/python-reactipy.spec index 737046f..84a4e95 100644 --- a/python-reactipy.spec +++ b/python-reactipy.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Compiles React Components server side using python License: MIT URL: https://github.com/logandhead/ReactiPy -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/cc/08/0d35bd59a8546f0688d8a7ca5ebd3186d731a8d521b2e2be756aec8bcaed/ReactiPy-0.1.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/cc/08/0d35bd59a8546f0688d8a7ca5ebd3186d731a8d521b2e2be756aec8bcaed/ReactiPy-0.1.1.tar.gz BuildArch: noarch @@ -42,20 +42,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 . @@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.1-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.1-1 - Package Spec generated |