diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 23:00:13 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 23:00:13 +0000 |
commit | d82d55e50122966c2db8549441f30d2d02ef1ff1 (patch) | |
tree | 4734184437adc864a77593e3ed35674eafa566c6 | |
parent | ab07c083720838d5b3f41805097e33b25d567a35 (diff) |
automatic import of python-libsonataopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-libsonata.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /libsonata-0.1.20.tar.gz +/libsonata-0.1.21.tar.gz diff --git a/python-libsonata.spec b/python-libsonata.spec index c45fa25..96d70fc 100644 --- a/python-libsonata.spec +++ b/python-libsonata.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-libsonata -Version: 0.1.20 +Version: 0.1.21 Release: 1 Summary: SONATA files reader License: LGPLv3 URL: https://github.com/BlueBrain/libsonata -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bb/e1/883f39e8b98f0c380e0432464fea4f2700525c7989952f67130274039270/libsonata-0.1.20.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/28/a6/d1346f5d4ce626d78450834c392aa1392a476a74fd22324538b051b47c15/libsonata-0.1.21.tar.gz BuildArch: noarch Requires: python3-numpy @@ -33,7 +33,7 @@ C++ / Python reader for SONATA circuit files: `SONATA guide <https://github.com/AllenInstitute/sonata/blob/master/docs/SONATA_DEVELOPER_GUIDE.md>`__ %prep -%autosetup -n libsonata-0.1.20 +%autosetup -n libsonata-0.1.21 %build %py3_build @@ -47,20 +47,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 . @@ -73,5 +73,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.20-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.21-1 - Package Spec generated @@ -1 +1 @@ -5a6f7c729d46be81185cc28810533d5c libsonata-0.1.20.tar.gz +4f8a2c843ad8ee4f76ccdc9761b8ef90 libsonata-0.1.21.tar.gz |