diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-18 03:57:16 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-18 03:57:16 +0000 |
commit | 8f6969e630fe1d3d5779c7c577961b200a8f3e79 (patch) | |
tree | a13c6cb9ffab9a685f8c744018435db749e8992e | |
parent | bf0f1d2606708cee675bb3c4cf96f79d62146950 (diff) |
automatic import of python-dynamicannotationdb
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-dynamicannotationdb.spec | 84 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 86 insertions, 0 deletions
@@ -0,0 +1 @@ +/DynamicAnnotationDB-5.7.3.tar.gz diff --git a/python-dynamicannotationdb.spec b/python-dynamicannotationdb.spec new file mode 100644 index 0000000..1706ee2 --- /dev/null +++ b/python-dynamicannotationdb.spec @@ -0,0 +1,84 @@ +%global _empty_manifest_terminate_build 0 +Name: python-DynamicAnnotationDB +Version: 5.7.3 +Release: 1 +Summary: Annotation Database pendant to the chunkedgraph +License: MIT License +URL: https://github.com/seung-lab/DynamicAnnotationDB +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bd/1e/f198e62adb697a1ad7b4eeb704bcfbd7c122d147a3e4a205f8ff512cde01/DynamicAnnotationDB-5.7.3.tar.gz +BuildArch: noarch + + +%description +[](https://github.com/seung-lab/DynamicAnnotationDB/actions) +[](https://badge.fury.io/py/DynamicAnnotationDB) +[](https://dynamicannotationdb.readthedocs.io/en/latest/?badge=latest) +# DynamicAnnotationDB + + +%package -n python3-DynamicAnnotationDB +Summary: Annotation Database pendant to the chunkedgraph +Provides: python-DynamicAnnotationDB +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-DynamicAnnotationDB +[](https://github.com/seung-lab/DynamicAnnotationDB/actions) +[](https://badge.fury.io/py/DynamicAnnotationDB) +[](https://dynamicannotationdb.readthedocs.io/en/latest/?badge=latest) +# DynamicAnnotationDB + + +%package help +Summary: Development documents and examples for DynamicAnnotationDB +Provides: python3-DynamicAnnotationDB-doc +%description help +[](https://github.com/seung-lab/DynamicAnnotationDB/actions) +[](https://badge.fury.io/py/DynamicAnnotationDB) +[](https://dynamicannotationdb.readthedocs.io/en/latest/?badge=latest) +# DynamicAnnotationDB + + +%prep +%autosetup -n DynamicAnnotationDB-5.7.3 + +%build +%py3_build + +%install +%py3_install +install -d -m755 %{buildroot}/%{_pkgdocdir} +if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi +if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi +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 +fi +if [ -d usr/lib64 ]; then + 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 +fi +if [ -d usr/sbin ]; then + 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 +fi +popd +mv %{buildroot}/filelist.lst . +mv %{buildroot}/doclist.lst . + +%files -n python3-DynamicAnnotationDB -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 5.7.3-1 +- Package Spec generated @@ -0,0 +1 @@ +38b6b248340829aedf6b3d788da560e8 DynamicAnnotationDB-5.7.3.tar.gz |