]> git.pld-linux.org Git - packages/php-pecl-imagick.git/blame - php-pecl-imagick.spec
- updated to 0.9.9
[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
7ef11872 7Release: 1
8License: PHP 2.02
9Group: Development/Languages/PHP
b46c9cbe 10Source0: http://pecl.php.net/get/%{_modname}-%{version}.tgz
ad24b33b 11# Source0-md5: 2e58aba0f09b12751c8439d3dc5f0355
b46c9cbe 12URL: http://pecl.php.net/package/imagick/
7ef11872 13BuildRequires: ImageMagick-devel
14BuildRequires: php-devel
15Requires: php-common
16Obsoletes: php-imagick
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%define _sysconfdir /etc/php
20%define extensionsdir %{_libdir}/php
21
22%description
23ImageMagick is a robust collection of tools and libraries to read,
24write, and manipulate an image in many image formats (over 68 major
25formats) including popular formats like TIFF, JPEG, PNG, PDF, PhotoCD,
26and GIF. With ImageMagick you can create images dynamically, making it
27suitable for Web applications. You can also resize, rotate, sharpen,
28color reduce, or add special effects to an image and save your
29completed work in the same or differing image format.
30
3fd56945
PG
31This class has in PEAR status: %{_status}.
32
7ef11872 33%description -l pl
34