Page MenuHomeSolus

D14282.id34839.diff
No OneTemporary

D14282.id34839.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 @@
+libiniparser.so.1
diff --git a/abi_symbols b/abi_symbols
new file mode 100644
--- /dev/null
+++ b/abi_symbols
@@ -0,0 +1,25 @@
+libiniparser.so.1:dictionary_del
+libiniparser.so.1:dictionary_dump
+libiniparser.so.1:dictionary_get
+libiniparser.so.1:dictionary_hash
+libiniparser.so.1:dictionary_new
+libiniparser.so.1:dictionary_set
+libiniparser.so.1:dictionary_unset
+libiniparser.so.1:iniparser_dump
+libiniparser.so.1:iniparser_dump_ini
+libiniparser.so.1:iniparser_dumpsection_ini
+libiniparser.so.1:iniparser_find_entry
+libiniparser.so.1:iniparser_freedict
+libiniparser.so.1:iniparser_getboolean
+libiniparser.so.1:iniparser_getdouble
+libiniparser.so.1:iniparser_getint
+libiniparser.so.1:iniparser_getlongint
+libiniparser.so.1:iniparser_getnsec
+libiniparser.so.1:iniparser_getseckeys
+libiniparser.so.1:iniparser_getsecname
+libiniparser.so.1:iniparser_getsecnkeys
+libiniparser.so.1:iniparser_getstring
+libiniparser.so.1:iniparser_load
+libiniparser.so.1:iniparser_set
+libiniparser.so.1:iniparser_set_error_callback
+libiniparser.so.1:iniparser_unset
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,23 @@
+libc.so.6:__ctype_b_loc
+libc.so.6:__ctype_tolower_loc
+libc.so.6:__fprintf_chk
+libc.so.6:__isoc99_sscanf
+libc.so.6:__sprintf_chk
+libc.so.6:__stack_chk_fail
+libc.so.6:__vfprintf_chk
+libc.so.6:calloc
+libc.so.6:fclose
+libc.so.6:feof
+libc.so.6:fgets
+libc.so.6:fopen
+libc.so.6:free
+libc.so.6:malloc
+libc.so.6:memcpy
+libc.so.6:memmove
+libc.so.6:stderr
+libc.so.6:strchr
+libc.so.6:strcmp
+libc.so.6:strlen
+libc.so.6:strncmp
+libc.so.6:strtod
+libc.so.6:strtol
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,19 @@
+name : iniparser
+version : '4.1'
+release : 1
+source :
+ - git|https://github.com/ndevilla/iniparser: deb85ad4936d4ca32cc2260ce43323d47936410d
+homepage : https://github.com/ndevilla/iniparser
+license : MIT
+component : programming.library
+summary : ini file parser
+description: |
+ This modules offers parsing of ini files from the C level. See a complete documentation in HTML format, from this directory open the file html/index.html with any HTML-capable browser.
+build : |
+ %make
+install : |
+ install -Dm00644 src/iniparser.h $installdir/usr/include/iniparser.h
+ install -Dm00644 src/dictionary.h $installdir/usr/include/dictionary.h
+ install -Dm00644 libiniparser.so.1 $installdir/usr/lib/libiniparser.so.1
+ install -Dm00644 iniparser.pc $installdir/usr/lib/pkgconfig/iniparser.pc
+ ln -sf libiniparser.so.1 $installdir/usr/lib/libiniparser.so
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,51 @@
+<PISI>
+ <Source>
+ <Name>iniparser</Name>
+ <Homepage>https://github.com/ndevilla/iniparser</Homepage>
+ <Packager>
+ <Name>Algent Albrahimi</Name>
+ <Email>algent@protonmail.com</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.library</PartOf>
+ <Summary xml:lang="en">ini file parser</Summary>
+ <Description xml:lang="en">This modules offers parsing of ini files from the C level. See a complete documentation in HTML format, from this directory open the file html/index.html with any HTML-capable browser.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>iniparser</Name>
+ <Summary xml:lang="en">ini file parser</Summary>
+ <Description xml:lang="en">This modules offers parsing of ini files from the C level. See a complete documentation in HTML format, from this directory open the file html/index.html with any HTML-capable browser.
+</Description>
+ <PartOf>programming.library</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/libiniparser.so.1</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>iniparser-devel</Name>
+ <Summary xml:lang="en">Development files for iniparser</Summary>
+ <Description xml:lang="en">This modules offers parsing of ini files from the C level. See a complete documentation in HTML format, from this directory open the file html/index.html with any HTML-capable browser.
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="1">iniparser</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="header">/usr/include/dictionary.h</Path>
+ <Path fileType="header">/usr/include/iniparser.h</Path>
+ <Path fileType="library">/usr/lib/libiniparser.so</Path>
+ <Path fileType="data">/usr/lib/pkgconfig/iniparser.pc</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2023-07-25</Date>
+ <Version>4.1</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Algent Albrahimi</Name>
+ <Email>algent@protonmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 3, 3:45 PM (4 d, 23 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5891446
Default Alt Text
D14282.id34839.diff (5 KB)

Event Timeline