diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-qctrl-open-controls.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -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 @@ -1 +1 @@ -d718f7c0defa3c25bb3f0fe6869317c7 qctrl_open_controls-10.0.0.tar.gz +90dcb6bb12f66010cdf73a61c1f4cce2 qctrl_open_controls-10.0.1.tar.gz |