From 5877f7a1725a97c99b4da977a6fa7e8fdbcd917b Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Tue, 7 Jul 2009 18:13:09 -0300 Subject: [PATCH] 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. --- popproxy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1