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