summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-20 06:52:51 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-20 06:52:51 +0000
commita9bc0bb832ffa18d60614f21efb881afa562aa86 (patch)
tree126818c716adf43a6fb2a76df26827f03054a3d0
parent706571b17fdc6e7afd095af38f9779dafe48f18b (diff)
automatic import of python-temboard-agentopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-temboard-agent.spec95
-rw-r--r--sources1
3 files changed, 97 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..cb38e00 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/temboard-agent-8.0.tar.gz
diff --git a/python-temboard-agent.spec b/python-temboard-agent.spec
new file mode 100644
index 0000000..ac53ad4
--- /dev/null
+++ b/python-temboard-agent.spec
@@ -0,0 +1,95 @@
+%global _empty_manifest_terminate_build 0
+Name: python-temboard-agent
+Version: 8.0
+Release: 1
+Summary: PostgreSQL Remote Control Agent
+License: PostgreSQL
+URL: https://labs.dalibo.com/temboard
+Source0: https://mirrors.aliyun.com/pypi/web/packages/9e/95/a60ea817ffbbf056cbb5afe4dd6d27e105d3ea0abc657441ee2b8c0eb283/temboard-agent-8.0.tar.gz
+BuildArch: noarch
+
+Requires: python3-bottle
+Requires: python3-cryptography
+
+%description
+# temBoard Agent
+
+This project contains the service monitoring and managing one PostgreSQL instance.
+
+Please refer to [temBoard](https://labs.dalibo.com/temboard) main project to see the full picture.
+
+
+
+
+%package -n python3-temboard-agent
+Summary: PostgreSQL Remote Control Agent
+Provides: python-temboard-agent
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-temboard-agent
+# temBoard Agent
+
+This project contains the service monitoring and managing one PostgreSQL instance.
+
+Please refer to [temBoard](https://labs.dalibo.com/temboard) main project to see the full picture.
+
+
+
+
+%package help
+Summary: Development documents and examples for temboard-agent
+Provides: python3-temboard-agent-doc
+%description help
+# temBoard Agent
+
+This project contains the service monitoring and managing one PostgreSQL instance.
+
+Please refer to [temBoard](https://labs.dalibo.com/temboard) main project to see the full picture.
+
+
+
+
+%prep
+%autosetup -n temboard-agent-8.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-temboard-agent -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Tue Jun 20 2023 Python_Bot <Python_Bot@openeuler.org> - 8.0-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..c5df5e2
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+551e854b3d9d055f0d5ca876492c3d8b temboard-agent-8.0.tar.gz