From ab94f00156921f633cb33512617d749780d7dd97 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 22:06:55 +0000 Subject: automatic import of python-hein-control --- python-hein-control.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/python-hein-control.spec b/python-hein-control.spec index 75e2735..107c423 100644 --- a/python-hein-control.spec +++ b/python-hein-control.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Code for automation and scheduling License: MIT URL: https://gitlab.com/heingroup/hein_control -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/45/b7/a6369dba0e53bd9004c5b78a0496cec1a0d09152aa12fa031f83168ae81a/hein_control-7.4.8.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/45/b7/a6369dba0e53bd9004c5b78a0496cec1a0d09152aa12fa031f83168ae81a/hein_control-7.4.8.tar.gz BuildArch: noarch @@ -49,7 +49,7 @@ This package includes code for automating and scheduling experimental tasks. For %prep -%autosetup -n hein-control-7.4.8 +%autosetup -n hein_control-7.4.8 %build %py3_build @@ -63,20 +63,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 . @@ -89,5 +89,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot - 7.4.8-1 +* Thu Jun 08 2023 Python_Bot - 7.4.8-1 - Package Spec generated -- cgit v1.2.3