|
|
|
@ -9,7 +9,7 @@ Version: %{VER}.%{Patchlevel}
|
|
|
|
|
%else
|
|
|
|
|
Version: %{VER}
|
|
|
|
|
%endif
|
|
|
|
|
Release: 1.2.1
|
|
|
|
|
Release: 1.3
|
|
|
|
|
License: freeware
|
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
|
%if "%{Patchlevel}" != ""
|
|
|
|
@ -25,6 +25,7 @@ Patch4: ImageMagick-5.5.6-hp2xx.patch
|
|
|
|
|
Patch5: ImageMagick-5.4.7-localdoc.patch
|
|
|
|
|
Patch6: ImageMagick-5.5.7-stdin.patch
|
|
|
|
|
Patch7: ImageMagick-5.5.7-automake.patch
|
|
|
|
|
Patch8: ImageMagick-5.5.7-freetype.patch
|
|
|
|
|
Url: http://www.imagemagick.org/
|
|
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
BuildPrereq: bzip2-devel, freetype-devel, libjpeg-devel, libpng-devel
|
|
|
|
@ -114,6 +115,7 @@ however.
|
|
|
|
|
%patch5 -p1 -b .ImageMagick
|
|
|
|
|
%patch6 -p1 -b .stdin
|
|
|
|
|
#%patch7 -p1 -b .amake
|
|
|
|
|
%patch8 -p1 -b .ftype
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
libtoolize --copy --force
|
|
|
|
@ -255,6 +257,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}-%{VER}
|
|
|
|
|
#%{_libdir}/perl*/site_perl/*/*/Image
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Mar 23 2004 Karsten Hopp <karsten@redhat.de> 5.5.7.15-1.3
|
|
|
|
|
- freetype patch to fix convert (#115716)
|
|
|
|
|
|
|
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|