summaryrefslogtreecommitdiff
path: root/python-bmt.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-bmt.spec')
-rw-r--r--python-bmt.spec20
1 files changed, 9 insertions, 11 deletions
diff --git a/python-bmt.spec b/python-bmt.spec
index 6360dfb..91b2080 100644
--- a/python-bmt.spec
+++ b/python-bmt.spec
@@ -1,17 +1,15 @@
%global _empty_manifest_terminate_build 0
Name: python-bmt
-Version: 1.0.13
+Version: 1.0.15
Release: 1
Summary: Biolink Model Toolkit: A Python API for working with the Biolink Model
License: BSD
URL: https://github.com/biolink/biolink-model-toolkit
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0a/e0/e86b7aa33819c641f541ba568476f4fd55f956d9dc0a9dcbfc540c4e700c/bmt-1.0.13.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/51/08/cf218ca983fc289af65d9edf00cb359282fc3efb223d3ef1c4a98058f8a2/bmt-1.0.15.tar.gz
BuildArch: noarch
Requires: python3-deprecation
Requires: python3-linkml-runtime
-Requires: python3-oaklib
-Requires: python3-recommonmark
Requires: python3-stringcase
%description
@@ -105,7 +103,7 @@ Using this toolkit you can,
%prep
-%autosetup -n bmt-1.0.13
+%autosetup -n bmt-1.0.15
%build
%py3_build
@@ -119,20 +117,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 .
@@ -145,5 +143,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.13-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.15-1
- Package Spec generated