Page MenuHomeSolus

D11936.id.diff
No OneTemporary

D11936.id.diff

diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/abi_libs b/abi_libs
new file mode 100644
--- /dev/null
+++ b/abi_libs
@@ -0,0 +1,2 @@
+libmd4c-html.so.0
+libmd4c.so.0
diff --git a/abi_symbols b/abi_symbols
new file mode 100644
--- /dev/null
+++ b/abi_symbols
@@ -0,0 +1,3 @@
+libmd4c-html.so.0:entity_lookup
+libmd4c-html.so.0:md_html
+libmd4c.so.0:md_parse
diff --git a/abi_used_libs b/abi_used_libs
new file mode 100644
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1 @@
+libc.so.6
diff --git a/abi_used_symbols b/abi_used_symbols
new file mode 100644
--- /dev/null
+++ b/abi_used_symbols
@@ -0,0 +1,28 @@
+libc.so.6:__fprintf_chk
+libc.so.6:__libc_start_main
+libc.so.6:__printf_chk
+libc.so.6:__snprintf_chk
+libc.so.6:__stack_chk_fail
+libc.so.6:__strncpy_chk
+libc.so.6:calloc
+libc.so.6:clock
+libc.so.6:exit
+libc.so.6:fclose
+libc.so.6:fopen
+libc.so.6:fread
+libc.so.6:free
+libc.so.6:fwrite
+libc.so.6:malloc
+libc.so.6:memcmp
+libc.so.6:memcpy
+libc.so.6:memmove
+libc.so.6:puts
+libc.so.6:qsort
+libc.so.6:realloc
+libc.so.6:stderr
+libc.so.6:stdin
+libc.so.6:stdout
+libc.so.6:strchr
+libc.so.6:strcspn
+libc.so.6:strlen
+libc.so.6:strncmp
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,16 @@
+name : md4c
+version : 0.4.8
+release : 1
+source :
+ - https://github.com/mity/md4c/archive/refs/tags/release-0.4.8.tar.gz : 4a457df853425b6bb6e3457aa1d1a13bccec587a04c38c622b1013a0da41439f
+license : MIT
+component : programming.library
+summary : C Markdown parser and library
+description: |
+ C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.
+setup : |
+ %cmake_ninja
+build : |
+ %ninja_build
+install : |
+ %ninja_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,59 @@
+<PISI>
+ <Source>
+ <Name>md4c</Name>
+ <Packager>
+ <Name>Martin Reboredo</Name>
+ <Email>yakoyoku@gmail.com</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.library</PartOf>
+ <Summary xml:lang="en">C Markdown parser and library</Summary>
+ <Description xml:lang="en">C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>md4c</Name>
+ <Summary xml:lang="en">C Markdown parser and library</Summary>
+ <Description xml:lang="en">C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.
+</Description>
+ <PartOf>programming.library</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/md2html</Path>
+ <Path fileType="library">/usr/lib64/libmd4c-html.so.0</Path>
+ <Path fileType="library">/usr/lib64/libmd4c-html.so.0.4.8</Path>
+ <Path fileType="library">/usr/lib64/libmd4c.so.0</Path>
+ <Path fileType="library">/usr/lib64/libmd4c.so.0.4.8</Path>
+ <Path fileType="man">/usr/share/man/man1/md2html.1</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>md4c-devel</Name>
+ <Summary xml:lang="en">Development files for md4c</Summary>
+ <Description xml:lang="en">C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="1">md4c</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="header">/usr/include/md4c-html.h</Path>
+ <Path fileType="header">/usr/include/md4c.h</Path>
+ <Path fileType="library">/usr/lib64/cmake/md4c/md4cConfig-relwithdebinfo.cmake</Path>
+ <Path fileType="library">/usr/lib64/cmake/md4c/md4cConfig.cmake</Path>
+ <Path fileType="library">/usr/lib64/libmd4c-html.so</Path>
+ <Path fileType="library">/usr/lib64/libmd4c.so</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/md4c-html.pc</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/md4c.pc</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2021-09-30</Date>
+ <Version>0.4.8</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Martin Reboredo</Name>
+ <Email>yakoyoku@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Sat, Aug 12, 12:55 AM (3 h, 17 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5808320
Default Alt Text
D11936.id.diff (4 KB)

Event Timeline