]> git.pld-linux.org Git - packages/amaya.git/commitdiff
- missing libtool and libraptor in BR
authorjezik <jezik@pld-linux.org>
Mon, 4 Feb 2008 23:41:08 +0000 (23:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added LDFLAGS=-lraptor

Changed files:
    amaya.spec -> 1.27

amaya.spec

index c741938094260b14a71ab5c98e4e79c602219eef..f461fe20188d6c113ec7964e1de110346fe37651 100644 (file)
@@ -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}
This page took 0.077464 seconds and 4 git commands to generate.