X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=ImageMagick.spec.in;h=d9945642d260bf6347e5cf6ea66858c3cddec2dc;hb=e39fe98970a538d3655fad41ce1487f8e940cbe1;hp=6608d1e35d374a067a4fea4ba3cf3bba6b574218;hpb=3ed852eea50f9d4cd633efb8c2b054b8e33c2530;p=imagemagick diff --git a/ImageMagick.spec.in b/ImageMagick.spec.in index 6608d1e35..d9945642d 100644 --- a/ImageMagick.spec.in +++ b/ImageMagick.spec.in @@ -1,5 +1,5 @@ -%define VERSION @PACKAGE_VERSION@ -%define Patchlevel @PACKAGE_RELEASE@ +%global VERSION @PACKAGE_VERSION@ +%global Patchlevel @PACKAGE_RELEASE@ Name: @PACKAGE_NAME@ Version: %{VERSION} @@ -12,7 +12,7 @@ Source0: ftp://ftp.imagemagick.org/pub/%{name}/%{name}-%{VERSION}-%{Patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: bzip2-devel, freetype-devel, libjpeg-devel, libpng-devel -BuildRequires: libtiff-devel, giflib-devel, zlib-devel, perl-devel +BuildRequires: libtiff-devel, giflib-devel, zlib-devel, perl-devel >= 5.8.1 BuildRequires: ghostscript-devel, djvulibre-devel BuildRequires: libwmf-devel, jasper-devel, libtool-ltdl-devel BuildRequires: libX11-devel, libXext-devel, libXt-devel @@ -23,7 +23,11 @@ ImageMagick is a software suite to create, edit, and compose bitmap images. It c The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite programming language. Choose from these interfaces: G2F (Ada), MagickCore (C), MagickWand (C), ChMagick (Ch), Magick++ (C++), JMagick (Java), L-Magick (Lisp), nMagick (Neko/haXe), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick (Tcl/TK). With a language interface, use ImageMagick to modify or create images automagically and dynamically. -ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you can freely use, copy, modify, and distribute. Its license is compatible with the GPL. It runs on all major operating systems. +ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may freely use, copy, modify, and distribute in both open and proprietary applications. It is distributed under an Apache 2.0-style license, approved by the OSI. + +The ImageMagick development process ensures a stable API and ABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes memory and thread error detection to help prevent exploits.ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may freely use, copy, modify, and distribute in both open and proprietary applications. It is distributed under an Apache 2.0-style license, approved by the OSI. + +The ImageMagick development process ensures a stable API and ABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes memory and thread error detection to help prevent exploits. %package devel Summary: Library links and header files for ImageMagick application development @@ -107,6 +111,7 @@ however. %prep %setup -q -n %{name}-%{VERSION}-%{Patchlevel} sed -i 's/libltdl.la/libltdl.so/g' configure +iconv -f ISO-8859-1 -t UTF-8 README.txt > README.txt.tmp touch -r README.txt README.txt.tmp mv README.txt.tmp README.txt # for %doc