SHA256
1
0
forked from pool/protobuf

Accepting request 849911 from home:jayvdb:branches:devel:tools:building

- Updated URL to https://github.com/protocolbuffers/protobuf
- Update to v3.14.0

OBS-URL: https://build.opensuse.org/request/show/849911
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=96
This commit is contained in:
Martin Pluskal
2020-11-23 07:23:19 +00:00
committed by Git OBS Bridge
parent 7ed53777a9
commit ca57d7370f
4 changed files with 146 additions and 8 deletions

View File

@@ -17,23 +17,23 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define sover 23
%define sover 25
%define tarname protobuf
%define src_install_dir %{_prefix}/src/%{name}
%define extra_java_flags -source 7 -target 7
# requires gmock, which is not yet in the distribution
%bcond_with check
%bcond_with check
%bcond_without java
%bcond_without python2
%bcond_without python3
Name: protobuf
Version: 3.12.3
Version: 3.14.0
Release: 0
Summary: Protocol Buffers - Google's data interchange format
License: BSD-3-Clause
Group: Development/Libraries/C and C++
URL: https://github.com/google/protobuf/
Source0: https://github.com/google/protobuf/archive/v%{version}.tar.gz#/%{tarname}-%{version}.tar.gz
URL: https://github.com/protocolbuffers/protobuf
Source0: https://github.com/protocolbuffers/protobuf/archive/v%{version}.tar.gz#/%{tarname}-%{version}.tar.gz
Source1: manifest.txt.in
Source2: baselibs.conf
BuildRequires: %{python_module devel}