This directory contains an RPM spec that mirrors the Debian split:
ladybug-cli: CLI binary (lbug)liblbug-devel: shared runtime libraryliblbug-static: headers and static library
- Copy
ladybug-cli.specto your RPMSPECSdirectory. - Download sources:
spectool -g -R ladybug-cli.spec - Build:
rpmbuild -ba ladybug-cli.spec
Note: You may also use Mock to build in a clean chroot environment.
- The spec explicitly disables optional language bindings and tests.
- Upstream currently installs
liblbug.*under/usr/lib; the%installsection relocates files to%{_libdir}when required by distro policy.