From 28a5669aed4feb677cd180543ab82b0dc02ffafa Mon Sep 17 00:00:00 2001 From: jezik Date: Mon, 4 Feb 2008 23:41:08 +0000 Subject: [PATCH] - missing libtool and libraptor in BR - added LDFLAGS=-lraptor Changed files: amaya.spec -> 1.27 --- amaya.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/amaya.spec b/amaya.spec index c741938..f461fe2 100644 --- a/amaya.spec +++ b/amaya.spec @@ -24,6 +24,9 @@ BuildRequires: libpng-devel >= 1.0 BuildRequires: redland-devel >= 0.9.16 BuildRequires: w3c-libwww-devel >= 5.4.0-8 BuildRequires: zlib-devel +BuildRequires: libraptor +BuildRequires: libraptor-devel +BuildRequires: libtool >= 2:1.4d-3 %if %{with gtk1} BuildRequires: gtk+-devel BuildRequires: imlib-devel @@ -58,6 +61,8 @@ dos2unix amaya/Makefile.in %patch1 -p1 %build +export LDFLAGS="-lraptor" +%{__libtoolize} %{__aclocal} %{__autoconf} %{__autoheader} -- 2.44.0