summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 23:00:13 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 23:00:13 +0000
commitd82d55e50122966c2db8549441f30d2d02ef1ff1 (patch)
tree4734184437adc864a77593e3ed35674eafa566c6
parentab07c083720838d5b3f41805097e33b25d567a35 (diff)
automatic import of python-libsonataopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-libsonata.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 69f2c09..0c3d9f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/sources b/sources
index f59bda4..d4554c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5a6f7c729d46be81185cc28810533d5c libsonata-0.1.20.tar.gz
+4f8a2c843ad8ee4f76ccdc9761b8ef90 libsonata-0.1.21.tar.gz