Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11049299
D245.id519.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
D245.id519.diff
View Options
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 @@
+<PISI>
+ <Source>
+ <Name>protobuf-c</Name>
+ <Packager>
+ <Name>Mitchell Fossen</Name>
+ <Email>msfossen@gmail.com</Email>
+ </Packager>
+ <License>BSD-2-Clause</License>
+ <PartOf>programming</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</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-05-29</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
Details
Attached
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
5850860
Default Alt Text
D245.id519.diff (4 KB)
Attached To
Mode
D245: Initial commit of protobuf-c
Attached
Detach File
Event Timeline
Log In to Comment