diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:05:56 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:05:56 +0000 |
| commit | 4aa05dbd37b2e64a15f100c2d27f1280bdc8c0bb (patch) | |
| tree | f0cd4e5f318d11bdeb6254902721ac15acc5687f /python-mimseq.spec | |
| parent | 01f9c8c1cc63614c158f0f1351b607d3342a140c (diff) | |
automatic import of python-mimseqopeneuler20.03
Diffstat (limited to 'python-mimseq.spec')
| -rw-r--r-- | python-mimseq.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-mimseq.spec b/python-mimseq.spec index 0587fdb..99cb50a 100644 --- a/python-mimseq.spec +++ b/python-mimseq.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-mimseq -Version: 1.3.3 +Version: 1.3.5 Release: 1 Summary: Custom high-throughput tRNA sequencing alignment and quantification pipeline based on modification induced misincorporation cDNA synthesis. License: GPLv3 URL: https://github.com/nedialkova-lab/mim-tRNAseq -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/68/0b/14b1b0a310535bef623f276f80e7f863f1e1c32e39b945626749b3d479e3/mimseq-1.3.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/d2/8a/f8884953256363257db0a0793bf94169d271fe476fe614fad8410a0d433c/mimseq-1.3.5.tar.gz BuildArch: noarch Requires: python3-biopython @@ -37,7 +37,7 @@ Provides: python3-mimseq-doc %prep -%autosetup -n mimseq-1.3.3 +%autosetup -n mimseq-1.3.5 %build %py3_build @@ -51,20 +51,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 . @@ -77,5 +77,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.3-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.5-1 - Package Spec generated |
