Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name : protobuf-c | |||||
| version : 1.2.1 | |||||
| release : 1 | |||||
| source : | |||||
| - https://github.com/protobuf-c/protobuf-c/archive/v1.2.1.tar.gz : 2d708fb3c024b9e6e86df141faff802194f5db90a4b79e6d4aa6bd61dd983dd6 | |||||
| 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 | |||||
JoshStroblUnsubmitted Not Done Inline ActionsShould be programming.library JoshStrobl: Should be 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 | |||||
| description: | | |||||
| Protocol Buffers implementation in C | |||||
| builddeps : | |||||
| - pkgconfig(protobuf) | |||||
| setup : | | |||||
| %autogen | |||||
| %configure | |||||
JoshStroblUnsubmitted Not Done Inline Actions%autogen automatically calls %configure. JoshStrobl: %autogen automatically calls %configure. | |||||
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) | |||||
| build : | | |||||
| %make | |||||
| install : | | |||||
| %make_install | |||||
| rm -f $installdir/%libdir%/*.a | |||||
JoshStroblUnsubmitted 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… | |||||
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. | |||||
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