Autobuild autoformatter for 81763
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/protobuf-c?expand=0&rev=2
This commit is contained in:
parent
7b9ac37584
commit
80d27211cc
@ -1,6 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package protobuf-c
|
# spec file for package protobuf-c
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2011 Pascal Bleser
|
# Copyright (c) 2011 Pascal Bleser
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -19,7 +20,7 @@
|
|||||||
|
|
||||||
Name: protobuf-c
|
Name: protobuf-c
|
||||||
Version: 0.15
|
Version: 0.15
|
||||||
Release: 0
|
Release: 1
|
||||||
%define soname 0
|
%define soname 0
|
||||||
Summary: C bindings for Google's Protocol Buffers
|
Summary: C bindings for Google's Protocol Buffers
|
||||||
Source: http://protobuf-c.googlecode.com/files/protobuf-c-%{version}.tar.gz
|
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.
|
It uses a modified version of protoc called protoc-c.
|
||||||
|
|
||||||
%package -n libprotobuf-c%{soname}
|
%package -n libprotobuf-c%{soname}
|
||||||
|
|
||||||
Summary: C bindings for Google's Protocol Buffers
|
Summary: C bindings for Google's Protocol Buffers
|
||||||
Group: System/Libraries
|
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++).
|
Buffers from pure C (not C++).
|
||||||
|
|
||||||
%package -n libprotobuf-c-devel
|
%package -n libprotobuf-c-devel
|
||||||
|
|
||||||
Summary: C bindings for Google's Protocol Buffers
|
Summary: C bindings for Google's Protocol Buffers
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libprotobuf-c%{soname} = %{version}
|
Requires: libprotobuf-c%{soname} = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user