Description of problem: spec file for libcroco buildrequires libgnomeui-devel, but none of sources files in libcroco includes any header from libgnomeui. Version-Release number of selected component (if applicable): 0.6.1-4 How reproducible: Ever Steps to Reproduce: 1.download libcroco srpm from rawhide 2.try to build libcroco without libgnomeui-devel installed 3.build srpm with rpmbuild --rebuild --nodeps libcroco.srpm Actual results: Failed build dependencies: libgnomeui-devel is needed by libcroco-0.6.1-4ekt3.i386 Expected results: Compile libcroco Additional info: This is high because libgnomeui-devel downloads lots of dependencies not needed to build against current libcroco.
Created attachment 299979 [details] Patch to spec file version 0.6.1-4.
Comment on attachment 299979 [details] Patch to spec file version 0.6.1-4. --- libcroco.spec.orig 2008-04-02 00:55:35.755092994 -0300 +++ libcroco.spec 2008-04-02 01:00:29.571289498 -0300 @@ -1,7 +1,7 @@ Name: libcroco Summary: A CSS2 parsing library Version: 0.6.1 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv2 Group: System Environment/Libraries Source: %{name}-%{version}.tar.bz2 @@ -14,7 +14,6 @@ BuildRequires: glib2-devel >= 2.3 BuildRequires: pango-devel >= 1.3 BuildRequires: libxml2-devel >= 2.4.23 -BuildRequires: libgnomeui-devel %description CSS2 parsing and manipulation library for GNOME @@ -28,7 +27,6 @@ Requires: glib2-devel >= 2.0 Requires: libxml2 >= 2.4.23 Requires: libxml2-devel >= 2.4.23 -Requires: libgnomeui-devel %description devel This package provides the necessary development libraries and include @@ -76,6 +74,9 @@ %{_libdir}/pkgconfig/libcroco-0.6.pc %changelog +* Tue Apr 01 2008 Christian Tosta <tosta.net> - 0.6.1-5 +- No need libgnomeui-devel for BR and -devel + * Fri Feb 8 2008 Matthias Clasen <mclasen> - 0.6.1-4 - Rebuild for gcc 4.3