Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: libscigraphica - A library of gtk+ widgets for SciGraphica
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=220967
------- Additional Comments From dakingun@gmail.com 2006-12-29 14:27 EST ------- (In reply to comment #2)
Requires: %name = %{version}
needs to be
Requires: %{name} = %{version}-%{release} pkgconfig
BuildRequires: gettext perl(XML::Parser) pkgconfig
should really be
BuildRequires: gettext-devel perl(XML::Parser)
you don't need pkgconfig as a main package BR as it's not used, but is in the
The build actually only relies on binaries in gettext itself, it doesn't compile against gettext libs or use anything fron gettext-devel. Also, as mentioned earlier, libscigraphica checks for pkgconfig when running the configure script.
devel package.
I've added it. Thanks