diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:22:18 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:22:18 +0000 |
commit | 3a5e84efe7fd553335fc23868c787c5f446907bf (patch) | |
tree | 3a3356c50e3c05abba9524ce60676f3047e989ac | |
parent | b30b3f3e9d889758b9caa03555637b38f00dfa8f (diff) |
automatic import of python-nexgenopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-nexgen.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /nexgen-0.6.24.tar.gz +/nexgen-0.6.27.tar.gz diff --git a/python-nexgen.spec b/python-nexgen.spec index 76f6b43..e8c70d0 100644 --- a/python-nexgen.spec +++ b/python-nexgen.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-nexgen -Version: 0.6.24 +Version: 0.6.27 Release: 1 Summary: Next Generation Nexus Generator License: BSD 3-Clause License URL: https://pypi.org/project/nexgen/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/48/7f/ee15a4b9886b43c2e3bf5c70a22e94c9ff4109291aa2e423a6678e68644d/nexgen-0.6.24.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/f3/26/ba2c193077f452eaa1ef987a3f35d52cbfe622a9bf6fb332f6fed01e89e6/nexgen-0.6.27.tar.gz BuildArch: noarch Requires: python3-freephil @@ -43,7 +43,7 @@ Provides: python3-nexgen-doc %prep -%autosetup -n nexgen-0.6.24 +%autosetup -n nexgen-0.6.27 %build %py3_build @@ -57,20 +57,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 . @@ -83,5 +83,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.24-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.27-1 - Package Spec generated @@ -1 +1 @@ -2a599e81f37a357e9353e6bb6c9cf980 nexgen-0.6.24.tar.gz +4bfd5454fabb5bf049435aa179feaec3 nexgen-0.6.27.tar.gz |