diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:09:00 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:09:00 +0000 |
commit | 792543f88d2d76f34cf08cb2d36e25bf345b520d (patch) | |
tree | f0ceddd53ed79425f21a626963ba333518647a7c | |
parent | 3fbeb659378c4efac41e63a320227c48b9065293 (diff) |
automatic import of python-nmdc-schemaopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-nmdc-schema.spec | 20 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 13 insertions, 10 deletions
@@ -1 +1,2 @@ /nmdc_schema-7.5.0.tar.gz +/nmdc_schema-7.6.0.tar.gz 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 @@ -1 +1 @@ -076a9bab63e082baf5620b2cb13b6bce nmdc_schema-7.5.0.tar.gz +4fdec5d785e7c00ae5edb691dedc63fc nmdc_schema-7.6.0.tar.gz |