forked from pool/protobuf
Accepting request 121527 from devel:tools:building
- BuildRequire zlib-devel otherwise gzip_stream is not built thus breaking newer releases of mosh. (forwarded request 121524 from elvigia) OBS-URL: https://build.opensuse.org/request/show/121527 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/protobuf?expand=0&rev=12
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 19 18:25:52 UTC 2012 - crrodriguez@opensuse.org
|
||||
|
||||
- BuildRequire zlib-devel otherwise gzip_stream is not built
|
||||
thus breaking newer releases of mosh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 16 16:15:25 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
@@ -47,8 +47,9 @@ Source2: gtest-1.5.0.tar.bz2
|
||||
Patch0: protobuf-setuptools-2.4.1.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# Needed to rebootstrap with gtest 1.5.0
|
||||
BuildRequires: libtool
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libtool
|
||||
BuildRequires: zlib-devel
|
||||
%if 0%{?suse_version} > 1010
|
||||
BuildRequires: fdupes
|
||||
%endif
|
||||
@@ -96,8 +97,11 @@ RPC protocols and file formats.
|
||||
%package devel
|
||||
Summary: Header files, libraries and development documentation for %{name}
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: gcc-c++ libprotobuf%{soname} = %version libprotobuf-lite%{soname}
|
||||
Requires: gcc-c++
|
||||
Requires: libprotobuf%{soname} = %version
|
||||
Requires: libprotobuf-lite%{soname}
|
||||
Provides: libprotobuf-devel = %version
|
||||
Requires: zlib-devel
|
||||
BuildRequires: pkg-config
|
||||
|
||||
%description devel
|
||||
|
Reference in New Issue
Block a user