diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-29 10:00:01 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-29 10:00:01 +0000 |
commit | 76104a2494246a80d3d0adf982adff70621a03d2 (patch) | |
tree | 598ae79fcf2687bd3d5a7a9fa945e4281062cad4 | |
parent | aa64384275605b6ca31f26711a7c3b5d0a643e16 (diff) |
automatic import of python-grpc-google-cloud-logging-v2
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-grpc-google-cloud-logging-v2.spec | 84 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 86 insertions, 0 deletions
@@ -0,0 +1 @@ +/grpc-google-cloud-logging-v2-0.90.0.tar.gz diff --git a/python-grpc-google-cloud-logging-v2.spec b/python-grpc-google-cloud-logging-v2.spec new file mode 100644 index 0000000..7b63b2d --- /dev/null +++ b/python-grpc-google-cloud-logging-v2.spec @@ -0,0 +1,84 @@ +%global _empty_manifest_terminate_build 0 +Name: python-grpc-google-cloud-logging-v2 +Version: 0.90.0 +Release: 1 +Summary: GRPC library for the Stackdriver Logging service +License: Apache-2.0 +URL: https://github.com/googleapis/googleapis +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/59/79/712ee9277d4f20fa5e53d301934ef4b3124ead111cf35db5d5cbb405c398/grpc-google-cloud-logging-v2-0.90.0.tar.gz +BuildArch: noarch + + +%description +gRPC library for Stackdriver Logging + +grpc-google-cloud-logging-v2 is the IDL-derived library for the logging (v2) service in the googleapis_ repository. + +.. _`googleapis`: https://github.com/googleapis/googleapis/tree/master/google/logging/v2 + +%package -n python3-grpc-google-cloud-logging-v2 +Summary: GRPC library for the Stackdriver Logging service +Provides: python-grpc-google-cloud-logging-v2 +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-grpc-google-cloud-logging-v2 +gRPC library for Stackdriver Logging + +grpc-google-cloud-logging-v2 is the IDL-derived library for the logging (v2) service in the googleapis_ repository. + +.. _`googleapis`: https://github.com/googleapis/googleapis/tree/master/google/logging/v2 + +%package help +Summary: Development documents and examples for grpc-google-cloud-logging-v2 +Provides: python3-grpc-google-cloud-logging-v2-doc +%description help +gRPC library for Stackdriver Logging + +grpc-google-cloud-logging-v2 is the IDL-derived library for the logging (v2) service in the googleapis_ repository. + +.. _`googleapis`: https://github.com/googleapis/googleapis/tree/master/google/logging/v2 + +%prep +%autosetup -n grpc-google-cloud-logging-v2-0.90.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-grpc-google-cloud-logging-v2 -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Mon May 29 2023 Python_Bot <Python_Bot@openeuler.org> - 0.90.0-1 +- Package Spec generated @@ -0,0 +1 @@ +e0b6bfeaed6dac053d0e02b2b0032c8d grpc-google-cloud-logging-v2-0.90.0.tar.gz |