forked from pool/protobuf
- Disable python2 bindings
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=90
This commit is contained in:
parent
ec04cb40f8
commit
c5a60c6b9c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 5 05:56:00 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Disable python2 bindings
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 6 10:05:22 UTC 2020 - Nico Kruber <nico.kruber@gmail.com>
|
Fri Mar 6 10:05:22 UTC 2020 - Nico Kruber <nico.kruber@gmail.com>
|
||||||
|
|
||||||
|
@ -24,8 +24,8 @@
|
|||||||
# requires gmock, which is not yet in the distribution
|
# requires gmock, which is not yet in the distribution
|
||||||
%bcond_with check
|
%bcond_with check
|
||||||
%bcond_without java
|
%bcond_without java
|
||||||
%bcond_without python2
|
|
||||||
%bcond_without python3
|
%bcond_without python3
|
||||||
|
%bcond_with python2
|
||||||
Name: protobuf
|
Name: protobuf
|
||||||
Version: 3.11.4
|
Version: 3.11.4
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -158,8 +158,7 @@ sed -i -e '/env python/d' python/google/protobuf/internal/*.py
|
|||||||
autoreconf -fvi
|
autoreconf -fvi
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
%make_build
|
||||||
make %{?_smp_mflags}
|
|
||||||
|
|
||||||
%if %{with java}
|
%if %{with java}
|
||||||
pushd java
|
pushd java
|
||||||
@ -177,7 +176,7 @@ popd
|
|||||||
|
|
||||||
%if %{with check}
|
%if %{with check}
|
||||||
%check
|
%check
|
||||||
make %{?_smp_mflags} check
|
%make_build check
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user