SHA256
1
0
forked from pool/protobuf
Stephan Kulow
2011-12-19 12:01:18 +00:00
committed by Git OBS Bridge
parent 1e5cb0d6b3
commit 20140cb096

View File

@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define soname 7
%bcond_without check
@@ -33,7 +34,7 @@
Name: protobuf
Summary: Protocol Buffers - Google's data interchange format
License: New BSD License
License: BSD-3-Clause
Group: Development/Libraries/C and C++
Version: 2.4.1
Release: 0
@@ -61,7 +62,6 @@ extensible format. Google uses Protocol Buffers for almost all of its internal
RPC protocols and file formats.
%package -n libprotobuf%{soname}
Summary: Protocol Buffers - Google's data interchange format
Group: System/Libraries
@@ -71,7 +71,6 @@ extensible format. Google uses Protocol Buffers for almost all of its internal
RPC protocols and file formats.
%package -n libprotoc%{soname}
Summary: Protocol Buffers - Google's data interchange format
Group: System/Libraries
@@ -81,7 +80,6 @@ extensible format. Google uses Protocol Buffers for almost all of its internal
RPC protocols and file formats.
%package -n libprotobuf-lite%{soname}
Summary: Protocol Buffers - Google's data interchange format
Group: System/Libraries
@@ -91,7 +89,6 @@ extensible format. Google uses Protocol Buffers for almost all of its internal
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-%release libprotobuf-lite%{soname}
@@ -104,7 +101,6 @@ Development files for Google Protocol Buffers
%if %{with protobuf_java}
%package -n %{name}-java
Requires: java >= 1.6.0
Summary: Java Bindings for Google Protocol Buffers
Group: Development/Libraries/Java