From 958a107161eee425345a338dbd84d2208a3e77aa Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 09:52:42 +0000 Subject: automatic import of python-hydra-genetics --- python-hydra-genetics.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'python-hydra-genetics.spec') 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 - 1.4.0-1 +* Thu Jun 08 2023 Python_Bot - 1.5.1-1 - Package Spec generated -- cgit v1.2.3