https://bugzilla.redhat.com/show_bug.cgi?id=2085377
--- Comment #21 from Dan Horák dan@danny.cz --- (In reply to jschmidb from comment #19)
OK, I changed the %setup command to:
%autosetup -q -n %{name}-%{version}
The pull request is open at: https://github.com/opencryptoki/libzpc/pull/6
Regarding the pkgconfig file location: The previous commit "Provide spec file for rpmbuild" changes the location to ${CMAKE_INSTALL_LIBDIR}/pkgconfig, which translates to /usr/{local}/{lib,lib64}/pkgconfig. The spec file has %{_libdir}/pkgconfig/. I do not see the mismatch yet ...
Yes, but this change hasn't made it to the released libzpc archive (currently still version 1.0.0), if I see right. Looks to me it would make sense to release version 1.0.1 with the latest changes.
One reminder because I saw some test data files/URLs in the CMakeLists.txt file, the Fedora or RHEL build systems don't have access to the internet (by design), so should the build download any files on the fly, it will fail.