From: Thadeu Lima de Souza Cascardo Date: Tue, 7 Jul 2009 21:13:09 +0000 (-0300) Subject: We need glib2, not glib1.2 from the system. X-Git-Tag: v0.1.3~10 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Frnetproxy.git;a=commitdiff_plain;h=5877f7a1725a97c99b4da977a6fa7e8fdbcd917b We need glib2, not glib1.2 from the system. GLib >= 2.0 in RPM systems is called glib2, not glib, which is the old GLib 1.2. So we should build require at glib2-devel instead of glib-devel. --- diff --git a/popproxy.spec b/popproxy.spec index da02e35..d5bc1e2 100644 --- a/popproxy.spec +++ b/popproxy.spec @@ -7,7 +7,7 @@ Summary: POP3 Proxy Vendor: Holoscópio Tecnologia Ltda. URL: http://holoscopio.com/ Source: popproxy-0.1.tar.gz -BuildRequires: glib-devel gnutls-devel gdbm-devel +BuildRequires: glib2-devel gnutls-devel gdbm-devel Buildroot: %{_tmppath}/%{name}-%{version}-root %description POP3 Proxy with SSL support and user access control.