diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:42:57 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:42:57 +0000 |
commit | 69aa5679b3c5f4e925dcc3a3c9122b35255d396e (patch) | |
tree | b697a8c5459b5fc90c1e827ffacc657cba81b0bc | |
parent | 7730d3f1701bd142b94a32c37dff211f70752f8a (diff) |
automatic import of python-pmlab-liteopeneuler20.03
-rw-r--r-- | python-pmlab-lite.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-pmlab-lite.spec b/python-pmlab-lite.spec index c95e563..703da1e 100644 --- a/python-pmlab-lite.spec +++ b/python-pmlab-lite.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Process Mining scripting environment License: GPL-3.0 URL: https://github.com/pmlab/pmlab-lite -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c4/22/e1f17b45fccfe0e7352b31338e0e5b8a9e5ddd1796bedd47eacc90f29b95/pmlab_lite-0.4.9.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/c4/22/e1f17b45fccfe0e7352b31338e0e5b8a9e5ddd1796bedd47eacc90f29b95/pmlab_lite-0.4.9.1.tar.gz BuildArch: noarch Requires: python3-numpy @@ -150,7 +150,7 @@ $ python3 -m unittest test.test_* GNU General Public License 3.0 %prep -%autosetup -n pmlab-lite-0.4.9.1 +%autosetup -n pmlab_lite-0.4.9.1 %build %py3_build @@ -164,20 +164,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 . @@ -190,5 +190,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.9.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.9.1-1 - Package Spec generated |