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 @@ + + + iniparser + https://github.com/ndevilla/iniparser + + Algent Albrahimi + algent@protonmail.com + + MIT + programming.library + ini file parser + 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. + + https://getsol.us/sources/README.Solus + + + iniparser + ini file parser + 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. + + programming.library + + /usr/lib/libiniparser.so.1 + + + + iniparser-devel + Development files for iniparser + 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. + + programming.devel + + iniparser + + + /usr/include/dictionary.h + /usr/include/iniparser.h + /usr/lib/libiniparser.so + /usr/lib/pkgconfig/iniparser.pc + + + + + 2023-07-25 + 4.1 + Packaging update + Algent Albrahimi + algent@protonmail.com + + + \ No newline at end of file