Spec URL: https://kalev.fedorapeople.org/rust-lcms2-sys.spec SRPM URL: https://kalev.fedorapeople.org/rust-lcms2-sys-4.0.1-1.fc40.src.rpm Description: Bindings for liblcms2 (Little CMS) with support for Linux, macOS, and Windows. See lcms2 crate for a safe Rust wrapper. Fedora Account System Username: kalev Koji scratch build: https://koji.fedoraproject.org/koji/taskinfo?taskID=105089908
There's some interesting bundling going on here and it would be good if someone who knows rust could review how I've dealt with it. I went with stripping out the bundled liblcms2 and removing the "static" and "static-fallback" features that seemed to expose this. Not entirely sure if that's the way to do it. The rust2rpm.conf file that I used for generating the packaging is: [DEFAULT] buildrequires = pkgconfig(lcms2) lib.requires = pkgconfig(lcms2)
It turns out there is already another rust-lcms2-sys review: https://bugzilla.redhat.com/show_bug.cgi?id=2231910 Closing in favour of this. *** This bug has been marked as a duplicate of bug 2231910 ***