summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-29 12:28:58 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-29 12:28:58 +0000
commit4db5913cfeccaac3e6c21d78c0b64025638637f5 (patch)
treedd63c52fc9f374a389b3d9b4f3319a95edaeb83a
parent5475ec9391aa37c39e610962f7bf086a570f8465 (diff)
automatic import of python-mountwizzard
-rw-r--r--.gitignore1
-rw-r--r--python-mountwizzard.spec72
-rw-r--r--sources1
3 files changed, 74 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..d4e7888 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/mountwizzard-2.6.0.0.tar.gz
diff --git a/python-mountwizzard.spec b/python-mountwizzard.spec
new file mode 100644
index 0000000..084edd9
--- /dev/null
+++ b/python-mountwizzard.spec
@@ -0,0 +1,72 @@
+%global _empty_manifest_terminate_build 0
+Name: python-mountwizzard
+Version: 2.6.0.0
+Release: 1
+Summary: tooling for a 10micron mount
+License: APL 2.0
+URL: https://pypi.python.org/pypi/mountwizzard
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/df/93/b32591866fe2efbf8b884f704e5f48abb206e77334937d394a9078d7849b/mountwizzard-2.6.0.0.tar.gz
+BuildArch: noarch
+
+
+%description
+
+
+%package -n python3-mountwizzard
+Summary: tooling for a 10micron mount
+Provides: python-mountwizzard
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-mountwizzard
+
+
+%package help
+Summary: Development documents and examples for mountwizzard
+Provides: python3-mountwizzard-doc
+%description help
+
+
+%prep
+%autosetup -n mountwizzard-2.6.0.0
+
+%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-mountwizzard -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Mon May 29 2023 Python_Bot <Python_Bot@openeuler.org> - 2.6.0.0-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..d5347aa
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+4e9f8ce600d47667c41bf3ab0fc57710 mountwizzard-2.6.0.0.tar.gz