From 88b48b5c05e81ac5c3a919215300e82e63779b94377446a7985c14e353c185da Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 4 Oct 2011 07:01:47 +0000 Subject: [PATCH] Accepting request 85958 from home:coolo:removelibtool add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages OBS-URL: https://build.opensuse.org/request/show/85958 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/cairo?expand=0&rev=48 --- cairo.changes | 5 +++++ cairo.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/cairo.changes b/cairo.changes index 6d10755..4a8814e 100644 --- a/cairo.changes +++ b/cairo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 30 20:07:46 UTC 2011 - coolo@suse.com + +- add libtool as buildrequire to make the spec file more reliable + ------------------------------------------------------------------- Sat Sep 17 22:31:04 UTC 2011 - jengelh@medozas.de diff --git a/cairo.spec b/cairo.spec index 76698f1..657f9d5 100644 --- a/cairo.spec +++ b/cairo.spec @@ -40,6 +40,7 @@ Patch1: cairo-fix-libs.patch BuildRequires: Mesa-devel %endif BuildRequires: gtk-doc +BuildRequires: libtool BuildRequires: pkg-config BuildRequires: pkgconfig(fontconfig) BuildRequires: pkgconfig(freetype2)