From 7975159156a54439b418924633305d0056877d06 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 02:34:19 +0000 Subject: [PATCH] auto-import changelog data from ImageMagick-5.2.7-4.src.rpm Sun Apr 29 2001 Bill Nottingham - rebuild for C++ exception handling on ia64 - fix build (need -D_GNU_SOURCE at least on ia64...) - explicitly disable libwmf support --- ImageMagick.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/ImageMagick.spec b/ImageMagick.spec index 609817c..21a4492 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -1,7 +1,7 @@ Summary: An X application for displaying and manipulating images. Name: ImageMagick Version: 5.2.7 -Release: 2 +Release: 4 Copyright: freeware Group: Applications/Multimedia Source: ftp://ftp.cdrom.com/pub/ImageMagick/ImageMagick-%{version}.tar.bz2 @@ -90,9 +90,13 @@ TARGET_PLATFORM=%{_target_platform} RPM_OPT_FLAGS="" %endif +%ifarch ia64 +CFLAGS="-g -D_GNU_SOURCE $RPM_OPT_FLAGS"; export CFLAGS +%else CFLAGS="-g $RPM_OPT_FLAGS"; export CFLAGS +%endif mv configure.in configure.in.dontuse # HACK: Don't run libtoolize in %%configure -%configure --prefix=/usr/X11R6 --enable-shared --with-perl --with-x --with-threads --with-magick_plus_plus +%configure --prefix=/usr/X11R6 --enable-shared --with-perl --with-x --with-threads --with-magick_plus_plus --without-wmf mv configure.in.dontuse configure.in make make -C Magick++ @@ -149,6 +153,11 @@ install -m755 utilities/.libs/* $RPM_BUILD_ROOT%{_bindir}/ %{_libdir}/libMagick++.so %changelog +* Sun Apr 29 2001 Bill Nottingham +- rebuild for C++ exception handling on ia64 +- fix build (need -D_GNU_SOURCE at least on ia64...) +- explicitly disable libwmf support + * Mon Jan 08 2001 Florian La Roche - remove patch for s390, it is not necessary