From e89b4ccef694eb91fd357cfcef94d56a44fb791bb51a87c05463467b916ccfae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Sun, 2 Oct 2011 15:40:17 +0000 Subject: [PATCH] Accepting request 85986 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/85986 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dirac?expand=0&rev=23 --- dirac.changes | 5 +++++ dirac.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/dirac.changes b/dirac.changes index e66d7b5..8052810 100644 --- a/dirac.changes +++ b/dirac.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 30 20:07:55 UTC 2011 - coolo@suse.com + +- add libtool as buildrequire to make the spec file more reliable + ------------------------------------------------------------------- Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de diff --git a/dirac.spec b/dirac.spec index 5ca5403..9219ee4 100644 --- a/dirac.spec +++ b/dirac.spec @@ -29,6 +29,7 @@ Patch0: 0001-Fix-uninitialised-memory-read-that-causes-the-encode.patch Patch1: %{name}-%{version}-gcc45.patch BuildRequires: gcc-c++ libstdc++-devel BuildRequires: libcppunit-devel +BuildRequires: libtool %ifnarch ia64 s390 s390x %sparc BuildRequires: pkg-config valgrind-devel %endif