summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 21:13:07 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 21:13:07 +0000
commite15993f776cbe48ea5a7e4abd0ec39e25d06b8c2 (patch)
tree86c629c1f020e6f9e0b98ae266de6eb27c71d931
parentf8c2b7637eb9af97e5d5d45ac49e268ce198ea9e (diff)
automatic import of python-qctrl-open-controlsopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-qctrl-open-controls.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 5fb4557..c281c06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/qctrl_open_controls-10.0.0.tar.gz
+/qctrl_open_controls-10.0.1.tar.gz
diff --git a/python-qctrl-open-controls.spec b/python-qctrl-open-controls.spec
index 2b2b481..5e037b9 100644
--- a/python-qctrl-open-controls.spec
+++ b/python-qctrl-open-controls.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-qctrl-open-controls
-Version: 10.0.0
+Version: 10.0.1
Release: 1
Summary: Q-CTRL Python Open Controls
License: Apache-2.0
URL: https://q-ctrl.com
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d1/20/fb39702259df671d9d725a5ef2109604cb7165e8a07b3d2c1f36ba5ebd24/qctrl_open_controls-10.0.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/64/07/f45932042804efbb7461c7a50f4fe607a0b0bc9975c3cb00c20b748972cb/qctrl_open_controls-10.0.1.tar.gz
BuildArch: noarch
Requires: python3-numpy
@@ -68,7 +68,7 @@ Anyone interested in quantum control is welcome to contribute to this project.
%prep
-%autosetup -n qctrl-open-controls-10.0.0
+%autosetup -n qctrl_open_controls-10.0.1
%build
%py3_build
@@ -82,20 +82,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 .
@@ -108,5 +108,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 10.0.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 10.0.1-1
- Package Spec generated
diff --git a/sources b/sources
index 0947be4..c3ff70b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d718f7c0defa3c25bb3f0fe6869317c7 qctrl_open_controls-10.0.0.tar.gz
+90dcb6bb12f66010cdf73a61c1f4cce2 qctrl_open_controls-10.0.1.tar.gz