diff options
Diffstat (limited to 'python-oasys1-als-shadowoui.spec')
-rw-r--r-- | python-oasys1-als-shadowoui.spec | 36 |
1 files changed, 15 insertions, 21 deletions
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 |