summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-03-09 14:32:47 +0000
committerCoprDistGit <infra@openeuler.org>2023-03-09 14:32:47 +0000
commit662936e8466644bc1011cbe9cba3346cc13369ef (patch)
tree5faea0d436bc7146bf8b63dc3e3c945c8441de1d
parent97b1983409703656c7ab916fb7da361a3b197afe (diff)
automatic import of python-opencensus-ext-mysql
-rw-r--r--.gitignore1
-rw-r--r--python-opencensus-ext-mysql.spec81
-rw-r--r--sources1
3 files changed, 83 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..936e9d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/opencensus-ext-mysql-0.1.3.tar.gz
diff --git a/python-opencensus-ext-mysql.spec b/python-opencensus-ext-mysql.spec
new file mode 100644
index 0000000..6967e3a
--- /dev/null
+++ b/python-opencensus-ext-mysql.spec
@@ -0,0 +1,81 @@
+%global _empty_manifest_terminate_build 0
+Name: python-opencensus-ext-mysql
+Version: 0.1.3
+Release: 1
+Summary: OpenCensus MySQL Integration
+License: Apache-2.0
+URL: https://github.com/census-instrumentation/opencensus-python/tree/master/contrib/opencensus-ext-mysql
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/67/8c/aacc830c0dbe34ff814ee618456f490a50f0b1daa457b3c47ce0e82eb4a8/opencensus-ext-mysql-0.1.3.tar.gz
+BuildArch: noarch
+
+Requires: python3-mysql-connector
+Requires: python3-opencensus
+Requires: python3-opencensus-ext-dbapi
+
+%description
+|pypi|
+The integration with MySQL supports the `mysql-connector`_ library and is specified
+to ``trace_integrations`` using ``'mysql'``.
+
+%package -n python3-opencensus-ext-mysql
+Summary: OpenCensus MySQL Integration
+Provides: python-opencensus-ext-mysql
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-opencensus-ext-mysql
+|pypi|
+The integration with MySQL supports the `mysql-connector`_ library and is specified
+to ``trace_integrations`` using ``'mysql'``.
+
+%package help
+Summary: Development documents and examples for opencensus-ext-mysql
+Provides: python3-opencensus-ext-mysql-doc
+%description help
+|pypi|
+The integration with MySQL supports the `mysql-connector`_ library and is specified
+to ``trace_integrations`` using ``'mysql'``.
+
+%prep
+%autosetup -n opencensus-ext-mysql-0.1.3
+
+%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-opencensus-ext-mysql -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.3-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..5768b58
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+ccba365885112cca4d396d16629f15a6 opencensus-ext-mysql-0.1.3.tar.gz