diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:18:05 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:18:05 +0000 |
commit | d92303e0c51f0160c3b33b76cc1b328db4cf6974 (patch) | |
tree | 61779a4e9419434f2f62e2659bdb027944c4e95e | |
parent | 024c3216f90c2cc25d52480841238bfffb25e5ec (diff) |
automatic import of python-clormopeneuler20.03
-rw-r--r-- | python-clorm.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-clorm.spec b/python-clorm.spec index 6646ce5..909d9d8 100644 --- a/python-clorm.spec +++ b/python-clorm.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Clingo ORM (CLORM) provides a ORM interface for interacting with the Clingo Answer Set Programming (ASP) solver License: MIT URL: https://github.com/potassco/clorm -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3a/44/44d0f898646abcc94d59365cc45dadfceabf1401e4b1024ac51ce594f97c/Clorm-1.4.1.post1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/3a/44/44d0f898646abcc94d59365cc45dadfceabf1401e4b1024ac51ce594f97c/Clorm-1.4.1.post1.tar.gz BuildArch: noarch Requires: python3-clingo @@ -85,20 +85,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 . @@ -111,5 +111,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.1.post1-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.1.post1-1 - Package Spec generated |