Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_symbols =================================================================== --- /dev/null +++ abi_symbols @@ -0,0 +1,20 @@ +libprotobuf-c.so.1:LIBPROTOBUF_C_1.0.0 +libprotobuf-c.so.1:LIBPROTOBUF_C_1.3.0 +libprotobuf-c.so.1:protobuf_c_buffer_simple_append +libprotobuf-c.so.1:protobuf_c_enum_descriptor_get_value +libprotobuf-c.so.1:protobuf_c_enum_descriptor_get_value_by_name +libprotobuf-c.so.1:protobuf_c_message_check +libprotobuf-c.so.1:protobuf_c_message_descriptor_get_field +libprotobuf-c.so.1:protobuf_c_message_descriptor_get_field_by_name +libprotobuf-c.so.1:protobuf_c_message_free_unpacked +libprotobuf-c.so.1:protobuf_c_message_get_packed_size +libprotobuf-c.so.1:protobuf_c_message_init +libprotobuf-c.so.1:protobuf_c_message_pack +libprotobuf-c.so.1:protobuf_c_message_pack_to_buffer +libprotobuf-c.so.1:protobuf_c_message_unpack +libprotobuf-c.so.1:protobuf_c_service_descriptor_get_method_by_name +libprotobuf-c.so.1:protobuf_c_service_destroy +libprotobuf-c.so.1:protobuf_c_service_generated_init +libprotobuf-c.so.1:protobuf_c_service_invoke_internal +libprotobuf-c.so.1:protobuf_c_version +libprotobuf-c.so.1:protobuf_c_version_number Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,5 @@ +libc.so.6 +libgcc_s.so.1 +libprotobuf.so.14 +libprotoc.so.14 +libstdc++.so.6 Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,26 @@ +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 +component : programming.library +summary : Protocol Buffers implementation in C +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 + protobuf-c-rpc project. +builddeps : + - pkgconfig(protobuf) +setup : | + %configure --disable-static +build : | + %make +install : | + %make_install +check : | + %make check Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,68 @@ + + + protobuf-c + + Pierre-Yves + pyu@riseup.net + + BSD-2-Clause + programming.library + Protocol Buffers implementation in C + 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 +protobuf-c-rpc project. + + https://solus-project.com/sources/README.Solus + + + protobuf-c + Protocol Buffers implementation in C + 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 +protobuf-c-rpc project. + + programming.library + + /usr/bin + /usr/lib64/lib*.so.* + + + + protobuf-c-devel + Development files for protobuf-c + 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 +protobuf-c-rpc project. + + programming.devel + + protobuf-c + + + /usr/include/ + /usr/lib64/lib*.so + /usr/lib64/pkgconfig/*.pc + + + + + 2017-09-02 + 1.3.0 + Packaging update + Pierre-Yves + pyu@riseup.net + + + \ No newline at end of file