From 80d27211cc2b7c08133406887c327b9148f54c73a35be313b6f4e245abf2e547 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 15 Sep 2011 12:08:43 +0000 Subject: [PATCH] Autobuild autoformatter for 81763 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/protobuf-c?expand=0&rev=2 --- protobuf-c.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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}