Page MenuHomeSolus

D245.id1088.diff
No OneTemporary

D245.id1088.diff

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,18 @@
+name : protobuf-c
+version : 1.2.1
+release : 1
+source :
+ - https://github.com/protobuf-c/protobuf-c/releases/download/v1.2.1/protobuf-c-1.2.1.tar.gz : 846eb4846f19598affdc349d817a8c4c0c68fd940303e6934725c889f16f00bd
+license : BSD-2-Clause
+component : programming.library
+summary : Protocol Buffers implementation in C
+description: |
+ Protocol Buffers implementation in C
+builddeps :
+ - pkgconfig(protobuf)
+setup : |
+ %configure --disable-static
+build : |
+ %make
+install : |
+ %make_install
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,50 @@
+<PISI>
+ <Source>
+ <Name>protobuf-c</Name>
+ <Packager>
+ <Name>Mitchell Fossen</Name>
+ <Email>msfossen@gmail.com</Email>
+ </Packager>
+ <License>BSD-2-Clause</License>
+ <PartOf>programming.library</PartOf>
+ <Summary xml:lang="en">Protocol Buffers implementation in C</Summary>
+ <Description xml:lang="en">Protocol Buffers implementation in C
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>protobuf-c</Name>
+ <Summary xml:lang="en">Protocol Buffers implementation in C</Summary>
+ <Description xml:lang="en">Protocol Buffers implementation in C
+</Description>
+ <PartOf>programming.library</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="library">/usr/lib64/lib*.so.*</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>protobuf-c-devel</Name>
+ <Summary xml:lang="en">Development files for protobuf-c</Summary>
+ <Description xml:lang="en">Protocol Buffers implementation in C
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="1">protobuf-c</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="header">/usr/include/</Path>
+ <Path fileType="library">/usr/lib64/lib*.so</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/*.pc</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-06-26</Date>
+ <Version>1.2.1</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Mitchell Fossen</Name>
+ <Email>msfossen@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 5:34 PM (2 h, 47 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5830357
Default Alt Text
D245.id1088.diff (4 KB)

Event Timeline