diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:40:37 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:40:37 +0000 |
| commit | c25be66e3319be56d27d4f62e5de6c87a567f09b (patch) | |
| tree | 3e792fd0f383e98f3642b55dff785f1a9a8d055f | |
| parent | 058fc58aef936bda0f907db4b7e0092e0f9673ac (diff) | |
automatic import of python-odata-queryopeneuler20.03
| -rw-r--r-- | python-odata-query.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-odata-query.spec b/python-odata-query.spec index d7fbad6..f4010b0 100644 --- a/python-odata-query.spec +++ b/python-odata-query.spec @@ -5,7 +5,7 @@ Release: 1 Summary: An OData query parser and transpiler. License: MIT URL: https://pypi.org/project/odata-query/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1b/87/c75b566ea7b0abb13e40cc6bdb3fbd03aaee2efb1ad70327e0d0496fa1ef/odata_query-0.8.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/1b/87/c75b566ea7b0abb13e40cc6bdb3fbd03aaee2efb1ad70327e0d0496fa1ef/odata_query-0.8.1.tar.gz BuildArch: noarch Requires: python3-dateutil @@ -49,7 +49,7 @@ convert them to other forms such as `Django Queries`_, `SQLAlchemy Queries`_, or just plain SQL. %prep -%autosetup -n odata-query-0.8.1 +%autosetup -n odata_query-0.8.1 %build %py3_build @@ -63,20 +63,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 . @@ -89,5 +89,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.1-1 - Package Spec generated |
