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