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