diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:52:42 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:52:42 +0000 |
commit | 958a107161eee425345a338dbd84d2208a3e77aa (patch) | |
tree | 4fa2013a4d57580dab63428978ab21c9f69e7894 | |
parent | 2e013444c2422d279534832fa42d92cd57d514d5 (diff) |
automatic import of python-hydra-geneticsopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-hydra-genetics.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1,2 +1,3 @@ /hydra-genetics-1.3.0.tar.gz /hydra-genetics-1.4.0.tar.gz +/hydra-genetics-1.5.1.tar.gz diff --git a/python-hydra-genetics.spec b/python-hydra-genetics.spec index a6d8e7a..804d5b1 100644 --- a/python-hydra-genetics.spec +++ b/python-hydra-genetics.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-hydra-genetics -Version: 1.4.0 +Version: 1.5.1 Release: 1 Summary: Helper tools for use with hydra-genetics pipelines. License: GPL-3 URL: https://github.com/hydra-genetics/tools -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b0/93/952208dc4a1af3fa004defa2d33889eb12f9cef06b0c656f190d639ca313/hydra-genetics-1.4.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/23/26/f0c253d52006fc85f6ac55a81f7e44388a2d21d30907269feee074c256b4/hydra-genetics-1.5.1.tar.gz BuildArch: noarch @@ -142,7 +142,7 @@ Example of how to generate a new project %prep -%autosetup -n hydra-genetics-1.4.0 +%autosetup -n hydra-genetics-1.5.1 %build %py3_build @@ -156,20 +156,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 . @@ -182,5 +182,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.1-1 - Package Spec generated @@ -1 +1 @@ -4895e09264179f8cb062280993d5e1d0 hydra-genetics-1.4.0.tar.gz +aa4b0cd9bdc85320f7fe11ef3b2c5339 hydra-genetics-1.5.1.tar.gz |