Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name : protobuf-c | |||||
| version : 1.3.0 | |||||
| release : 1 | |||||
| source : | |||||
| - https://github.com/protobuf-c/protobuf-c/releases/download/v1.3.0/protobuf-c-1.3.0.tar.gz : 5dc9ad7a9b889cf7c8ff6bf72215f1874a90260f60ad4f88acf21bb15d2752a1 | |||||
| license : BSD-2-Clause | |||||
kyrios123: use https://github.com/protobuf-c/protobuf-c/releases/download/v1.2.1/protobuf-c-1.2.1.tar.gz… | |||||
| component : programming.library | |||||
Not Done Inline Actionsshould be BSD-2-Clause to be SPDX compatible joebonrichie: should be BSD-2-Clause to be SPDX compatible | |||||
| summary : Protocol Buffers implementation in C | |||||
Not Done Inline ActionsShould be programming.library JoshStrobl: Should be programming.library | |||||
| description: | | |||||
| This is protobuf-c, a C implementation of the Google Protocol | |||||
| Buffers data serialization format. It includes libprotobuf-c, a pure C | |||||
| library that implements protobuf encoding and decoding, and protoc-c, | |||||
| a code generator that converts Protocol Buffer .proto files to C | |||||
| descriptor code, based on the original protoc. protobuf-c formerly | |||||
| included an RPC implementation; that code has been split out into the | |||||
Not Done Inline Actionsautogen is not required. %configure --disable-static is enough (see my above comment) kyrios123: autogen is not required. `%configure --disable-static` is enough (see my above comment) | |||||
| protobuf-c-rpc project. | |||||
Not Done Inline Actions%autogen automatically calls %configure. JoshStrobl: %autogen automatically calls %configure. | |||||
| builddeps : | |||||
| - pkgconfig(protobuf) | |||||
| setup : | | |||||
| %configure --disable-static | |||||
Not Done Inline ActionsNot really needed. Warnings are just warnings and don't affect the package in this case. JoshStrobl: Not really needed. Warnings are just warnings and don't affect the package in this case. | |||||
| build : | | |||||
Not Done Inline ActionsShould be passing --disable-static instead during autogen, assuming protobuf-c will actually disable static libs in that case. JoshStrobl: Should be passing --disable-static instead during autogen, assuming protobuf-c will actually… | |||||
| %make | |||||
| install : | | |||||
| %make_install | |||||
| check : | | |||||
| %make check | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
use https://github.com/protobuf-c/protobuf-c/releases/download/v1.2.1/protobuf-c-1.2.1.tar.gz as source so you won't need to use autogen