]> git.pld-linux.org Git - packages/php-pecl-imagick.git/blame - php-pecl-imagick.spec
- added wand patch for ImageMagick 6.0.0+, cleanup, release 2
[packages/php-pecl-imagick.git] / php-pecl-imagick.spec
CommitLineData
ec7c7e1d 1%define _modname imagick
3fd56945 2%define _status beta
7ef11872 3Summary: PHP wrapper to the Image Magick Library
4Summary(pl): PHP-owy wrapper do biblioteki Image Magick
ec7c7e1d 5Name: php-pecl-%{_modname}
ad24b33b 6Version: 0.9.9
7aed5a75 7Release: 2
7ef11872 8License: PHP 2.02
9Group: Development/Languages/PHP
b46c9cbe 10Source0: http://pecl.php.net/get/%{_modname}-%{version}.tgz
ad24b33b 11# Source0-md5: 2e58aba0f09b12751c8439d3dc5f0355
7aed5a75 12Patch0: %{name}-wand.patch
b46c9cbe 13URL: http://pecl.php.net/package/imagick/
7aed5a75 14BuildRequires: ImageMagick-devel >= 1:6.0.0
7ef11872 15BuildRequires: php-devel
16Requires: php-common
17Obsoletes: php-imagick
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%define _sysconfdir /etc/php
21%define extensionsdir %{_libdir}/php
22
23%description
24ImageMagick is a robust collection of tools and libraries to read,
25write, and manipulate an image in many image formats (over 68 major
26formats) including popular formats like TIFF, JPEG, PNG, PDF, PhotoCD,
27and GIF. With ImageMagick you can create images dynamically, making it
28suitable for Web applications. You can also resize, rotate, sharpen,
29color reduce, or add special effects to an image and save your
30completed work in the same or differing image format.
31
0324996d 32In PECL status of this package is: %{_status}.
3fd56945 33
7ef11872 34%description -l pl
35