From c7d2bd3face6fa5ea5b871c5a889243943709213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Cami?= Date: Thu, 30 May 2013 11:34:41 +0200 Subject: [PATCH] fix #729469 again --- djvulibre.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/djvulibre.spec b/djvulibre.spec index 85be843..14f3162 100644 --- a/djvulibre.spec +++ b/djvulibre.spec @@ -1,7 +1,7 @@ Summary: DjVu viewers, encoders, and utilities Name: djvulibre Version: 3.5.25.3 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv2+ Group: Applications/Publishing URL: http://djvu.sourceforge.net/ @@ -58,12 +58,12 @@ Development files for DjVuLibre. %prep %setup -q -n %{name}-3.5.25 +autoreconf %patch0 -p1 -b .cdefs %patch1 -p1 -b .cflags %build -autoreconf %configure --with-qt=%{_libdir}/qt-3.3 --enable-threads # Disable rpath on 64bit - NOT! It makes the build fail (still as of 3.5.20-2) #sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool @@ -168,6 +168,9 @@ fi %changelog +* Thu May 23 2013 François Cami - - 3.5.25.3-9 +- Fix #729469 again. + * Thu May 23 2013 François Cami - - 3.5.25.3-8 - Add autoreconf to BuildRequires.