Created attachment 1387059 [details] Proposed fix Description of problem: Fedora packaging guidelines <https://fedoraproject.org/wiki/Packaging:Guidelines>: > BuildRequires based on pkg-config > Fedora packages which use pkg-config to build against a library > (e.g. 'foo') on which they depend, SHOULD express their build > dependency correctly as pkgconfig(foo). However, geany.spec contains: > BuildRequires: desktop-file-utils, gettext, gtk3-devel, > glib2-devel, pango-devel, intltool gtk3-devel and glib2-devel requirements should be replaced with: > BuildRequires: pkgconfig(gtk+-3.0) > BuildRequires: pkgconfig(glib-2.0) (not sure about pango-devel). Version-Release number of selected component (if applicable): Fedora 27, geany-1.32-1.fc27.src.rpm. How reproducible: Always. Steps to Reproduce: 1. N/A Actual results: N/A Expected results: N/A Additional info:
geany-1.32-3.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-9d8d296920
geany-1.32-3.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-9d8d296920
geany-1.32-3.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report.
Hello , This report all may be applied to geany-plugins.spec !