Simple INI file parser library
This commit moves the INIReader C++ library to a subpackage so that a base system with xfsprogs (which provides fsck.xfs) can be built without pulling in the C++ standard library. None of the packages pulling in inih depend on libINIReader.so so this should not break any downstream users. We care about not pulling in the C++ standard library because we might want to install xfsprogs in an initramfs which needs to be as small as possible. By splitting INIReader into a subpackage, installing xfsprogs doesn't pull in the C++ standard library into the initramfs anymore. |
||
|---|---|---|
| .gitignore | ||
| inih.spec | ||
| sources | ||