summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-15 08:46:53 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-15 08:46:53 +0000
commitb611b3866d80d7e46b1a6a4f30dc6a0c6d286b19 (patch)
tree7921ba902bce829f56b09878af0680c075086a96
parent0a045492c0a19b05ded4d3e31c3c04a9533830eb (diff)
automatic import of python-oasys1-als-shadowoui
-rw-r--r--.gitignore1
-rw-r--r--python-oasys1-als-shadowoui.spec84
-rw-r--r--sources1
3 files changed, 86 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..a5420dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/OASYS1-ALS-ShadowOui-0.0.59.tar.gz
diff --git a/python-oasys1-als-shadowoui.spec b/python-oasys1-als-shadowoui.spec
new file mode 100644
index 0000000..b6a2c37
--- /dev/null
+++ b/python-oasys1-als-shadowoui.spec
@@ -0,0 +1,84 @@
+%global _empty_manifest_terminate_build 0
+Name: python-OASYS1-ALS-ShadowOui
+Version: 0.0.59
+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
+BuildArch: noarch
+
+
+%description
+WIDGETS DEVELOPED FOR ALS TO EXTEND SHADOWOUI FUNCTIONALITIES
+
+
+
+
+
+%package -n python3-OASYS1-ALS-ShadowOui
+Summary: WIDGETS DEVELOPED FOR ALS TO EXTEND OASYS FUNCTIONALITIES
+Provides: python-OASYS1-ALS-ShadowOui
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-OASYS1-ALS-ShadowOui
+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
+
+
+
+
+
+%prep
+%autosetup -n OASYS1-ALS-ShadowOui-0.0.59
+
+%build
+%py3_build
+
+%install
+%py3_install
+install -d -m755 %{buildroot}/%{_pkgdocdir}
+if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
+if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
+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
+fi
+if [ -d usr/lib64 ]; then
+ 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
+fi
+if [ -d usr/sbin ]; then
+ 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
+fi
+popd
+mv %{buildroot}/filelist.lst .
+mv %{buildroot}/doclist.lst .
+
+%files -n python3-OASYS1-ALS-ShadowOui -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.59-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..3a27579
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+64a90d72cbdbd7ba7e4da8ea911b7679 OASYS1-ALS-ShadowOui-0.0.59.tar.gz