https://bugzilla.redhat.com/show_bug.cgi?id=2085377
--- Comment #10 from Dan Horák dan@danny.cz --- (In reply to jschmidb from comment #8)
Hi Dan,
ok, I changed the License tag to just MIT. Will open a pr for this.
After changing the %prep to %autosetup, I get an rpm build error, so I left this as "%setup -q -n %{name}" for now.
Comparing the tar.gz archives shows that I in fact included the .git and build folders, which is probably not what you want. I rebuilt the rpm without these two folders and I'm attaching the new rpm to this bugzilla.
The source rpm must include the source archive downloaded from github, as referred by the Source0 tag. I guess you are building the source archive locally. The reviewed source rpm must include the source archive that matches the one from the Source0, otherwise we are possibly reviewing something completely different.
You also mentioned: "there is no %files section for the static library" The %files section has this entry: %{_libdir}/%{name}.so What else do we need here?
There is a %package section for the static subpackage, but no corresponding %files section. As a result the libzpc.a static library is not distributed. And as mentioned in my comment #7, the *.so file belongs to the devel subpackage and the *.so.* file into the main package.