summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-mimseq.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 7a18f47..f6ab24a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/mimseq-1.3.3.tar.gz
+/mimseq-1.3.5.tar.gz
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
diff --git a/sources b/sources
index ddaea9a..a3f7ca3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-efce15fc70b5e60120b778d45a1996fa mimseq-1.3.3.tar.gz
+537e0a15eedc52218183abc3bf8fb565 mimseq-1.3.5.tar.gz