]> git.pld-linux.org Git - packages/php-pecl-imagick.git/blame - php-pecl-imagick.spec
- 0.9.3 - more features and fixes, status info added
[packages/php-pecl-imagick.git] / php-pecl-imagick.spec
CommitLineData
ec7c7e1d 1%define _modname imagick
3fd56945
PG
2%define _status beta
3
7ef11872 4Summary: PHP wrapper to the Image Magick Library
5Summary(pl): PHP-owy wrapper do biblioteki Image Magick
ec7c7e1d 6Name: php-pecl-%{_modname}
3fd56945 7Version: 0.9.3
7ef11872 8Release: 1
9License: PHP 2.02
10Group: Development/Languages/PHP
ec7c7e1d 11Source0: http://pear.php.net/get/%{_modname}-%{version}.tgz
7ef11872 12URL: http://pear.php.net/
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