[packages/python3-protobuf] - rel 3, fix oversimplification of files
baggins
baggins at pld-linux.org
Tue Apr 28 09:28:07 CEST 2026
commit 668b2f9c6d641d0c71fbc659136347b6edd9e7a8
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Tue Apr 28 11:27:52 2026 +0200
- rel 3, fix oversimplification of files
python3-protobuf.spec | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/python3-protobuf.spec b/python3-protobuf.spec
index a44d3e6..bd009f8 100644
--- a/python3-protobuf.spec
+++ b/python3-protobuf.spec
@@ -3,7 +3,7 @@ Summary: Python bindings for Protocol Buffers
Summary(pl.UTF-8): Wiązania Pythona do buforów protokołowych (Protocol Buffers)
Name: python3-protobuf
Version: 7.34.1
-Release: 2
+Release: 3
License: BSD
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/protobuf/
@@ -44,7 +44,9 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc LICENSE README.md
-%{py3_sitedir}/google
+%dir %{py3_sitedir}/google
+%{py3_sitedir}/google/__pycache__
+%{py3_sitedir}/google/*.py
%dir %{py3_sitedir}/google/_upb
%attr(755,root,root) %{py3_sitedir}/google/_upb/_message.cpython-*.so
%{py3_sitedir}/google/protobuf
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-protobuf.git/commitdiff/668b2f9c6d641d0c71fbc659136347b6edd9e7a8
More information about the pld-cvs-commit
mailing list