https://bugzilla.redhat.com/show_bug.cgi?id=706199
Mattia Verga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Flags| |needinfo?([email protected]) --- Comment #11 from Mattia Verga <[email protected]> --- - Please fix the .spec file URL to point to the correct version - You don't need "BuildRequires: pkgconfig", but you should use, for example, "BuildRequires: pkgconfig(openssl) >= 0.9.7a" and maybe for the other -devel packages. You can look in the file list of the -devel packages and see if they have a /usr/lib[64]/pkconfig/*.pc file to be used in pkgconfig calls. Not all -devel packages have their .pc file, for example libassuan-devel don't, so in this case you must use the old "BuildRequires: libassuan-devel" call. - Look at comment #3 from Jason, can you clarify licenses listed in COPYING? I also think this file should be treated with the %license macro instead of %doc. -- You are receiving this mail because: You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected]
