Accepting request 1083182 from Java:packages

Allow building on older systems

OBS-URL: https://build.opensuse.org/request/show/1083182
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=143
This commit is contained in:
Martin Pluskal 2023-04-27 15:09:22 +00:00 committed by Git OBS Bridge
parent aae9adad64
commit 57bf115931
3 changed files with 13 additions and 0 deletions

3
protobuf-rpmlintrc Normal file
View File

@ -0,0 +1,3 @@
addFilter("shlib-policy-name-error")
addFilter("env-script-interpreter")
addFilter("spurious-executable-perm")

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 27 06:59:31 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Make possible to build on older systems, like SLE12 that miss
some of the used macros.
-------------------------------------------------------------------
Thu Mar 23 09:01:50 UTC 2023 - Martin Liška <mliska@suse.cz>

View File

@ -16,6 +16,7 @@
#
%{!?make_build:%global make_build make %{?_smp_mflags}}
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define sover 3_21_12
%define tarname protobuf
@ -167,6 +168,9 @@ This package contains the Python bindings for Google Protocol Buffers.
%prep
%autosetup -p1 -n %{tarname}-%{version}
# The previous blank line is crucial for older system being able
# to use the autosetup macro
mkdir gmock
%if %{with python2} || %{with python3}