summaryrefslogtreecommitdiff
path: root/python-nmdc-schema.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-nmdc-schema.spec')
-rw-r--r--python-nmdc-schema.spec20
1 files changed, 11 insertions, 9 deletions
diff --git a/python-nmdc-schema.spec b/python-nmdc-schema.spec
index 34f2282..12bfe0d 100644
--- a/python-nmdc-schema.spec
+++ b/python-nmdc-schema.spec
@@ -1,13 +1,15 @@
%global _empty_manifest_terminate_build 0
Name: python-nmdc-schema
-Version: 7.5.0
+Version: 7.6.0
Release: 1
Summary: Schema resources for the National Microbiome Data Collaborative (NMDC)
License: MIT
URL: https://microbiomedata.github.io/nmdc-schema/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e4/d6/ba4e49d15bd09d591e6b1369e148d694afe9b9f98c54a74b1bce446d4a39/nmdc_schema-7.5.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/6f/f1/6b0f5d3c3bad4e5d1559d42f920575885019e8b80ebbfb48bc3adc4e1879/nmdc_schema-7.6.0.tar.gz
BuildArch: noarch
+Requires: python3-exhaustion-check
+Requires: python3-gen-pop-linkml2sheets
Requires: python3-linkml
Requires: python3-linkml-runtime
@@ -156,7 +158,7 @@ See [MAINTAINERS.md](MAINTAINERS.md) for instructions on maintaining and updatin
%prep
-%autosetup -n nmdc-schema-7.5.0
+%autosetup -n nmdc_schema-7.6.0
%build
%py3_build
@@ -170,20 +172,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 .
@@ -196,5 +198,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 7.5.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 7.6.0-1
- Package Spec generated