[djvulibre] Call autoreconf in %build (#925264).

François Cami fcami at fedoraproject.org
Thu May 23 13:36:44 UTC 2013


commit f65d08e0a387de969a1a0d67f3c2e208633e661b
Author: François Cami <fcami at fedoraproject.org>
Date:   Thu May 23 15:36:37 2013 +0200

    Call autoreconf in %build (#925264).

 djvulibre.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/djvulibre.spec b/djvulibre.spec
index 39ba056..33b1e7b 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: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv2+
 Group: Applications/Publishing
 URL: http://djvu.sourceforge.net/
@@ -63,6 +63,7 @@ Development files for DjVuLibre.
 
 
 %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
@@ -167,6 +168,9 @@ fi
 
 
 %changelog
+* Thu May 23 2013 François Cami <fcami at fedoraproject.org> - - 3.5.25.3-7
+- Call autoreconf in %build (#925264).
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.5.25.3-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list