diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-iotassignmentserverdorachua.spec | 84 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 86 insertions, 0 deletions
@@ -0,0 +1 @@ +/IOTAssignmentServerdorachua-0.0.57.tar.gz 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 @@ -0,0 +1 @@ +a792e3da40537c2efa2a8237cff3790a IOTAssignmentServerdorachua-0.0.57.tar.gz |
