forked from pool/protobuf
This commit is contained in:
parent
805fd49fad
commit
e2cca67993
@ -30,7 +30,6 @@ Version: 22.3
|
|||||||
# python module have their own version specified in python/google/protobuf/__init__.py
|
# python module have their own version specified in python/google/protobuf/__init__.py
|
||||||
%global gversion 22.3
|
%global gversion 22.3
|
||||||
%global sover 22_3_0
|
%global sover 22_3_0
|
||||||
%global pversion 4.%{gversion}
|
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Protocol Buffers - Google's data interchange format
|
Summary: Protocol Buffers - Google's data interchange format
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -131,7 +130,7 @@ This package contains source code for Protocol Buffers.
|
|||||||
|
|
||||||
%if 0%{?python_subpackage_only}
|
%if 0%{?python_subpackage_only}
|
||||||
%package -n python-%{name}
|
%package -n python-%{name}
|
||||||
Version: %{pversion}
|
Version: 4.%{gversion}
|
||||||
Summary: Python Bindings for Google Protocol Buffers
|
Summary: Python Bindings for Google Protocol Buffers
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
|
|
||||||
@ -141,7 +140,7 @@ This package contains the Python bindings for Google Protocol Buffers.
|
|||||||
%else
|
%else
|
||||||
|
|
||||||
%package -n python3-%{name}
|
%package -n python3-%{name}
|
||||||
Version: %{pversion}
|
Version: 4.%{gversion}
|
||||||
Summary: Python3 Bindings for Google Protocol Buffers
|
Summary: Python3 Bindings for Google Protocol Buffers
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user