[libart_lgpl] Add libttol as a BR, Call libtoolize before autoreconf

Jochen Schmitt s4504kr at fedoraproject.org
Tue Jun 18 16:27:50 UTC 2013


commit 62262e0bfeb849dabef20ede6a3cacc08d9597fd
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Tue Jun 18 18:27:37 2013 +0200

    Add libttol as a BR, Call libtoolize before autoreconf

 libart_lgpl.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/libart_lgpl.spec b/libart_lgpl.spec
index 2b1c644..8e7a29b 100644
--- a/libart_lgpl.spec
+++ b/libart_lgpl.spec
@@ -10,6 +10,7 @@ License: LGPLv2+
 Group: System Environment/Libraries 
 BuildRequires: automake autoconf
 BuildRequires: pkgconfig
+BuildRequires: libtool
 
 %description
 Graphics routines used by the GnomeCanvas widget and some other 
@@ -29,6 +30,7 @@ developing applications that use %{name}.
 %patch0 -p1 -b .multilib
 
 %build
+libtoolize
 autoreconf
 %configure --disable-static
 make %{?_smp_mflags}
@@ -84,6 +86,8 @@ EOF
 %changelog
 * Tue Jun 18 2013 Jochen Schmitt <Jochen herr-schmitt de> - 2.3.21-7
 - Add aarch64 as a 65-Bit architecture (#975267)
+- Add libtool as a BR
+- Call libtoolize before autoreconf
 
 * Fri Mar 29 2013 Jochen Schmitt <Jochen herr-schmitt de> - 2.3.21-6
 - Try to fix aarch64 build issue (#925666)


More information about the scm-commits mailing list