diff --git a/protobuf-c.spec b/protobuf-c.spec index fb8050c..55caa7e 100644 --- a/protobuf-c.spec +++ b/protobuf-c.spec @@ -1,6 +1,7 @@ # # spec file for package protobuf-c # +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2011 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -19,7 +20,7 @@ Name: protobuf-c Version: 0.15 -Release: 0 +Release: 1 %define soname 0 Summary: C bindings for Google's Protocol Buffers Source: http://protobuf-c.googlecode.com/files/protobuf-c-%{version}.tar.gz @@ -45,6 +46,7 @@ Buffers from pure C (not C++). It uses a modified version of protoc called protoc-c. %package -n libprotobuf-c%{soname} + Summary: C bindings for Google's Protocol Buffers Group: System/Libraries @@ -53,6 +55,7 @@ This package provides a code generator and runtime libraries to use Protocol Buffers from pure C (not C++). %package -n libprotobuf-c-devel + Summary: C bindings for Google's Protocol Buffers Group: Development/Libraries/C and C++ Requires: libprotobuf-c%{soname} = %{version}