summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 22:06:55 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 22:06:55 +0000
commitab94f00156921f633cb33512617d749780d7dd97 (patch)
tree843d32107af294dcd4e8909134c550e20549be81
parent6b6d7cfe5292f1b8b1b6fccac005ff7c16262b65 (diff)
automatic import of python-hein-controlopeneuler20.03
-rw-r--r--python-hein-control.spec16
1 files 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 <Python_Bot@openeuler.org> - 7.4.8-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 7.4.8-1
- Package Spec generated