Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_symbols =================================================================== --- /dev/null +++ abi_symbols @@ -0,0 +1,19 @@ +libprotobuf-c.so.1:LIBPROTOBUF_C_1.0.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.10 +libprotoc.so.10 +libstdc++.so.6 Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,20 @@ +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 +component : programming +summary : Protocol Buffers implementation in C +description: | + Protocol Buffers implementation in C +builddeps : + - pkgconfig(protobuf) +setup : | + %autogen + %configure +build : | + %make +install : | + %make_install + rm -f $installdir/%libdir%/*.a Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,50 @@ + + + protobuf-c + + Mitchell Fossen + msfossen@gmail.com + + BSD-2-Clause + programming + Protocol Buffers implementation in C + Protocol Buffers implementation in C + + https://solus-project.com/sources/README.Solus + + + protobuf-c + Protocol Buffers implementation in C + Protocol Buffers implementation in C + + programming + + /usr/bin + /usr/lib64/lib*.so.* + + + + protobuf-c-devel + Development files for protobuf-c + Protocol Buffers implementation in C + + programming.devel + + protobuf-c + + + /usr/include/ + /usr/lib64/lib*.so + /usr/lib64/pkgconfig/*.pc + + + + + 2017-05-29 + 1.2.1 + Packaging update + Mitchell Fossen + msfossen@gmail.com + + + \ No newline at end of file