diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:53:11 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:53:11 +0000 |
commit | c61154c0a5064680f009d4ad537d02970effb97c (patch) | |
tree | 5a7b4224ae75ff9c828cbba33c4c90aa8b3cb98a | |
parent | 2c996577b866010008da992070e9a1256de9a6c4 (diff) |
automatic import of python-autoctiopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-autocti.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /autocti-2023.1.15.1.tar.gz +/autocti-2023.7.7.3.tar.gz diff --git a/python-autocti.spec b/python-autocti.spec index e7b580e..e6871ff 100644 --- a/python-autocti.spec +++ b/python-autocti.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-autocti -Version: 2023.1.15.1 +Version: 2023.7.7.3 Release: 1 Summary: PyAutoCTI: Charge Transfer Inefficiency Modeling License: MIT License URL: https://github.com/jammy2211/PyAutoCTI -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/28/78/d789d4dbf093e6eda5c545ed66343d6326f0033bffe8d823007608bd0525/autocti-2023.1.15.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/3a/b9/113da64c93daf83d859befad5954a28f7bca1e2a74f94353cdfa6fbc04d1/autocti-2023.7.7.3.tar.gz BuildArch: noarch Requires: python3-arcticpy @@ -71,7 +71,7 @@ measurement of galaxy shapes in order to map out the distribution of dark matter phenomena called weak gravitational lensing. %prep -%autosetup -n autocti-2023.1.15.1 +%autosetup -n autocti-2023.7.7.3 %build %py3_build @@ -85,20 +85,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 . @@ -111,5 +111,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.1.15.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.7.7.3-1 - Package Spec generated @@ -1 +1 @@ -e1378a7a2a87d4e84426231db900798d autocti-2023.1.15.1.tar.gz +71ce6051e5a54fcdd3fff1485fed246d autocti-2023.7.7.3.tar.gz |