summaryrefslogtreecommitdiff
path: root/python-iotassignmentserverdorachua.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-05 06:00:10 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-05 06:00:10 +0000
commitf609b511b3e30bb60a6758b81e64752d314332e3 (patch)
tree21d111d6480fc949ccb8b5a29a9370a528213d22 /python-iotassignmentserverdorachua.spec
parent7fc1d191f90d2b29fd8f5df675d83ed9bc57bcd2 (diff)
automatic import of python-iotassignmentserverdorachuaopeneuler20.03
Diffstat (limited to 'python-iotassignmentserverdorachua.spec')
-rw-r--r--python-iotassignmentserverdorachua.spec84
1 files changed, 84 insertions, 0 deletions
diff --git a/python-iotassignmentserverdorachua.spec b/python-iotassignmentserverdorachua.spec
new file mode 100644
index 0000000..c3d3b39
--- /dev/null
+++ b/python-iotassignmentserverdorachua.spec
@@ -0,0 +1,84 @@
+%global _empty_manifest_terminate_build 0
+Name: python-IOTAssignmentServerdorachua
+Version: 0.0.57
+Release: 1
+Summary: A small example package
+License: MIT License
+URL: https://github.com/pypa/sampleproject
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c1/ca/5c0ed206efc316e8e7892acfded0f0646f39a0e8f8210df16aa51f24253c/IOTAssignmentServerdorachua-0.0.57.tar.gz
+BuildArch: noarch
+
+Requires: python3-numpy
+Requires: python3-mysql-connector-python
+Requires: python3-IOTAssignmentUtilitiesdorachua
+
+%description
+This is a simple package created by **Dora Chua** on *07 May 2020* for ST0324 IOT assignment.
+
+
+
+
+%package -n python3-IOTAssignmentServerdorachua
+Summary: A small example package
+Provides: python-IOTAssignmentServerdorachua
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-IOTAssignmentServerdorachua
+This is a simple package created by **Dora Chua** on *07 May 2020* for ST0324 IOT assignment.
+
+
+
+
+%package help
+Summary: Development documents and examples for IOTAssignmentServerdorachua
+Provides: python3-IOTAssignmentServerdorachua-doc
+%description help
+This is a simple package created by **Dora Chua** on *07 May 2020* for ST0324 IOT assignment.
+
+
+
+
+%prep
+%autosetup -n IOTAssignmentServerdorachua-0.0.57
+
+%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-IOTAssignmentServerdorachua -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Fri May 05 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.57-1
+- Package Spec generated