[mingw-jasper] Eliminated the libtool hack

epienbro epienbro at fedoraproject.org
Wed Mar 14 18:48:44 UTC 2012


commit c5e504825c00a97cbcc936b1892358c4034a19d9
Author: Erik van Pienbroek <erik at vanpienbroek.nl>
Date:   Wed Mar 14 19:48:40 2012 +0100

    Eliminated the libtool hack

 mingw-jasper.spec |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/mingw-jasper.spec b/mingw-jasper.spec
index f2eef6e..01a9043 100644
--- a/mingw-jasper.spec
+++ b/mingw-jasper.spec
@@ -5,7 +5,7 @@
 
 Name:           mingw-jasper
 Version:        1.900.1
-Release:        18%{?dist}
+Release:        19%{?dist}
 Summary:        MinGW Windows Jasper library
 
 License:        JasPer
@@ -38,6 +38,9 @@ BuildRequires:  mingw64-binutils
 BuildRequires:  mingw32-libjpeg
 BuildRequires:  mingw64-libjpeg
 
+BuildRequires:  autoconf automake libtool
+
+
 %description
 MinGW Windows Jasper library.
 
@@ -81,12 +84,14 @@ Static version of the MinGW Windows Jasper library.
 %setup -q -n jasper-%{version}
 %patch3 -p1 -b .CVE-2007-2721
 
+# The libtool bundled with this package is too old for win64 support
+autoreconf -i --force
+
 %patch1000 -p1 -b .mingw32
 %patch1001 -p1 -b .sleep
 
 
 %build
-export lt_cv_deplibs_check_method="pass_all"
 %mingw_configure \
   --disable-opengl --enable-libjpeg --enable-static --enable-shared
 %mingw_make %{?_smp_mflags}
@@ -132,6 +137,9 @@ rm $RPM_BUILD_ROOT%{mingw32_mandir}/man1/*
 
 
 %changelog
+* Wed Mar 14 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.900.1-19
+- Eliminated the libtool hack
+
 * Wed Mar 14 2012 Kalev Lember <kalevlember at gmail.com> - 1.900.1-18
 - Build 64 bit Windows binaries
 


More information about the scm-commits mailing list