]> git.pld-linux.org Git - packages/php-pecl-imagick.git/blame - php-pecl-imagick.spec
- do not use macros in URL
[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}
71b261ab 6Version: 0.9.8
7ef11872 7Release: 1
8License: PHP 2.02
9Group: Development/Languages/PHP
ec7c7e1d 10Source0: http://pear.php.net/get/%{_modname}-%{version}.tgz
71b261ab 11# Source0-md5: 146eae38aedcf39cf9bf10cfd3078b57
b6dacd2d 12URL: http://pear.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