diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:07:54 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:07:54 +0000 |
commit | ac7c51d9995a6215298602ff6152b31e9d47955a (patch) | |
tree | 9545ee892ab071dec9016e12eeca001144d37b04 | |
parent | b611b3866d80d7e46b1a6a4f30dc6a0c6d286b19 (diff) |
automatic import of python-oasys1-als-shadowouiopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-oasys1-als-shadowoui.spec | 36 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 17 insertions, 22 deletions
@@ -1 +1,2 @@ /OASYS1-ALS-ShadowOui-0.0.59.tar.gz +/OASYS1-ALS-ShadowOui-0.0.60.tar.gz diff --git a/python-oasys1-als-shadowoui.spec b/python-oasys1-als-shadowoui.spec index b6a2c37..f3c4739 100644 --- a/python-oasys1-als-shadowoui.spec +++ b/python-oasys1-als-shadowoui.spec @@ -1,19 +1,17 @@ %global _empty_manifest_terminate_build 0 Name: python-OASYS1-ALS-ShadowOui -Version: 0.0.59 +Version: 0.0.60 Release: 1 Summary: WIDGETS DEVELOPED FOR ALS TO EXTEND OASYS FUNCTIONALITIES License: MIT URL: https://github.com/oasys-als-kit/OASYS1-ALS-ShadowOui -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/79/30/2a7518691596263bd2e66fb394132985088372b471a599993419bae28d9c/OASYS1-ALS-ShadowOui-0.0.59.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/64/1a/f8661555fc2f8115f8a8522a5e4071400f273772c50f78b42b41df151149/OASYS1-ALS-ShadowOui-0.0.60.tar.gz BuildArch: noarch %description -WIDGETS DEVELOPED FOR ALS TO EXTEND SHADOWOUI FUNCTIONALITIES - - - +WIDGETS DEVELOPED FOR ALS TO EXTEND SHADOWOUI FUNCTIONALITIES
+
%package -n python3-OASYS1-ALS-ShadowOui @@ -23,24 +21,20 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-OASYS1-ALS-ShadowOui -WIDGETS DEVELOPED FOR ALS TO EXTEND SHADOWOUI FUNCTIONALITIES - - - +WIDGETS DEVELOPED FOR ALS TO EXTEND SHADOWOUI FUNCTIONALITIES
+
%package help Summary: Development documents and examples for OASYS1-ALS-ShadowOui Provides: python3-OASYS1-ALS-ShadowOui-doc %description help -WIDGETS DEVELOPED FOR ALS TO EXTEND SHADOWOUI FUNCTIONALITIES - - - +WIDGETS DEVELOPED FOR ALS TO EXTEND SHADOWOUI FUNCTIONALITIES
+
%prep -%autosetup -n OASYS1-ALS-ShadowOui-0.0.59 +%autosetup -n OASYS1-ALS-ShadowOui-0.0.60 %build %py3_build @@ -54,20 +48,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 . @@ -80,5 +74,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.59-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.60-1 - Package Spec generated @@ -1 +1 @@ -64a90d72cbdbd7ba7e4da8ea911b7679 OASYS1-ALS-ShadowOui-0.0.59.tar.gz +7542e51b166c69a541dd92c440d05cf8 OASYS1-ALS-ShadowOui-0.0.60.tar.gz |