chore: sync with terra37

This commit is contained in:
windowsboy111
2023-02-21 18:02:49 +08:00
parent c4beab03ad
commit 725c0c9c35
37 changed files with 670 additions and 26 deletions
+6 -5
View File
@@ -9,7 +9,6 @@ Summary: Protocol Buffers
License: BSD-3-Clause
URL: https://developers.google.com/protocol-buffers/
Source0: %{pypi_source}
BuildArch: noarch
BuildRequires: python3-devel gcc
BuildRequires: python3dist(setuptools)
@@ -37,12 +36,14 @@ rm -rf %{pypi_name}.egg-info
%py3_install
%files -n python3-%{pypi_name}
%license LICENSE
%doc README.md
%{python3_sitelib}/google
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}-*.pth
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
%{python3_sitearch}/google
%{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
%{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}-nspkg.pth
%changelog
* Sun Feb 19 2023 windowsboy111 <wboy111@outlook.com> - 4.22.0-1
- Bump.
* Tue Jan 10 2023 windowsboy111 <wboy111@outlook.com> - 4.21.12-1
- Initial package.