summaryrefslogtreecommitdiff
path: root/python-th2-grpc-data-provider.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-th2-grpc-data-provider.spec')
-rw-r--r--python-th2-grpc-data-provider.spec24
1 files changed, 12 insertions, 12 deletions
diff --git a/python-th2-grpc-data-provider.spec b/python-th2-grpc-data-provider.spec
index ddc6f1b..a40b966 100644
--- a/python-th2-grpc-data-provider.spec
+++ b/python-th2-grpc-data-provider.spec
@@ -1,16 +1,16 @@
%global _empty_manifest_terminate_build 0
Name: python-th2-grpc-data-provider
-Version: 1.2.2
+Version: 1.3.0
Release: 1
Summary: th2_grpc_data_provider
License: Apache License 2.0
URL: https://github.com/th2-net/th2-data-provider
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/12/6e/43063055e69d10642677a55f6d840dae0136e4c8aa7ab3c33d49e1339d73/th2_grpc_data_provider-1.2.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/e7/73/7579702a79be89d05deb69c1f9b4b302a12aa47a14633a82e1a7af6979a2/th2_grpc_data_provider-1.3.0.tar.gz
BuildArch: noarch
%description
-# th2 gRPC Data Provider library (1.2.2)
+# th2 gRPC Data Provider library (1.3.0)
This library contains proto messages and `DataProvider` service with RPC methods that are used in [th2 data provider](https://github.com/th2-net/th2-rpt-data-provider "th2-rpt-data-provider"). See [data_provider.proto](src/main/proto/th2_grpc_data_provider/data_provider.proto "data_provider_template.proto") file for details. <br>
Tool generates code from `.proto` files and uploads built packages (`.proto` files and generated code) to specified repositories.
@@ -57,7 +57,7 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
%description -n python3-th2-grpc-data-provider
-# th2 gRPC Data Provider library (1.2.2)
+# th2 gRPC Data Provider library (1.3.0)
This library contains proto messages and `DataProvider` service with RPC methods that are used in [th2 data provider](https://github.com/th2-net/th2-rpt-data-provider "th2-rpt-data-provider"). See [data_provider.proto](src/main/proto/th2_grpc_data_provider/data_provider.proto "data_provider_template.proto") file for details. <br>
Tool generates code from `.proto` files and uploads built packages (`.proto` files and generated code) to specified repositories.
@@ -101,7 +101,7 @@ If you wish to manually create and publish a package for Python:
Summary: Development documents and examples for th2-grpc-data-provider
Provides: python3-th2-grpc-data-provider-doc
%description help
-# th2 gRPC Data Provider library (1.2.2)
+# th2 gRPC Data Provider library (1.3.0)
This library contains proto messages and `DataProvider` service with RPC methods that are used in [th2 data provider](https://github.com/th2-net/th2-rpt-data-provider "th2-rpt-data-provider"). See [data_provider.proto](src/main/proto/th2_grpc_data_provider/data_provider.proto "data_provider_template.proto") file for details. <br>
Tool generates code from `.proto` files and uploads built packages (`.proto` files and generated code) to specified repositories.
@@ -142,7 +142,7 @@ If you wish to manually create and publish a package for Python:
`PYPI_REPOSITORY_URL`, `PYPI_USER` and `PYPI_PASSWORD` are parameters for publishing.
%prep
-%autosetup -n th2-grpc-data-provider-1.2.2
+%autosetup -n th2_grpc_data_provider-1.3.0
%build
%py3_build
@@ -156,20 +156,20 @@ 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
+ 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
+ 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
+ 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
+ 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
+ find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst
fi
popd
mv %{buildroot}/filelist.lst .
@@ -182,5 +182,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.0-1
- Package Spec generated