From a3b686506611162f829fd9d65d5f23732737f6bd946390f7e3a1f367c9a62f10 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 6 May 2008 22:22:40 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zimg?expand=0&rev=3 --- zimg-5.0.0.patch | 7 +++---- zimg.changes | 5 +++++ zimg.spec | 4 +++- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/zimg-5.0.0.patch b/zimg-5.0.0.patch index 9879518..da7ce9f 100644 --- a/zimg-5.0.0.patch +++ b/zimg-5.0.0.patch @@ -9,12 +9,11 @@ AC_SUBST(VERSION) AM_INIT_AUTOMAKE(zimg, $VERSION) -@@ -69,7 +69,7 @@ AC_LIBTOOL_DLOPEN +@@ -69,6 +69,7 @@ AC_LIBTOOL_DLOPEN AM_PROG_LIBTOOL AC_SUBST(LIBTOOL_DEPS) --if ${CONFIG_SHELL} ./libtool --features | grep "enable static" >/dev/null; then -+if if test -x libtool; then ${CONFIG_SHELL} ./libtool --features; else libtool --features; fi | grep "enable static" >/dev/null; then ++m4_ifdef([LT_OUTPUT], [LT_OUTPUT]) + if ${CONFIG_SHELL} ./libtool --features | grep "enable static" >/dev/null; then STATIC=-static else - STATIC= diff --git a/zimg.changes b/zimg.changes index 0546044..0d724ae 100644 --- a/zimg.changes +++ b/zimg.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 6 14:42:09 CEST 2008 - schwab@suse.de + +- Don't use libtool before it is created. + ------------------------------------------------------------------- Fri Apr 11 14:44:25 CEST 2008 - schwab@suse.de diff --git a/zimg.spec b/zimg.spec index 1b91133..7281279 100644 --- a/zimg.spec +++ b/zimg.spec @@ -18,7 +18,7 @@ Group: Productivity/Graphics/Visualization/Graph Requires: gd >= 1.8.3 AutoReqProv: on Version: 5.0.0 -Release: 160 +Release: 166 Source: %{name}-%{version}.tar.bz2 Patch: %{name}-%{version}.patch Url: http://sourceforge.net/projects/zimg/ @@ -71,6 +71,8 @@ rm -rf $RPM_BUILD_ROOT /usr/share/man/man1/zimg* %changelog +* Tue May 06 2008 schwab@suse.de +- Don't use libtool before it is created. * Fri Apr 11 2008 schwab@suse.de - Work around broken configure script. - Use autoreconf.