diff options
| author | Remi Collet <fedora@famillecollet.com> | 2013-03-21 10:14:24 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2013-03-21 10:14:24 +0100 | 
| commit | 9990bb8b0a884feeb41d505b87fa9a783390df74 (patch) | |
| tree | 387f9d035fe174616b870453f15c6ca9ca3489f2 | |
| parent | 99990d767acbaaeef73c9ee424a773262d13e05f (diff) | |
php extension rebuild for php 5.5
| -rw-r--r-- | php-pecl-gmagick.spec | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/php-pecl-gmagick.spec b/php-pecl-gmagick.spec index bc7d457..340b0fd 100644 --- a/php-pecl-gmagick.spec +++ b/php-pecl-gmagick.spec @@ -6,15 +6,16 @@  Summary:        Provides a wrapper to the GraphicsMagick library  Name:           php-pecl-%{pecl_name}  Version:        1.1.2 -Release:        0.1.%{prever}%{?dist} +Release:        0.1.%{prever}%{?dist}.1  License:        PHP  Group:          Development/Libraries  URL:            http://pecl.php.net/package/gmagick  Source0:        http://pecl.php.net/get/gmagick-%{version}%{?prever}.tgz  BuildRoot:      %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) -BuildRequires:  php-pear >= 1.4.7 -BuildRequires:  php-devel >= 5.1.3, GraphicsMagick-devel >= 1.2.6 +BuildRequires:  php-pear +BuildRequires:  php-devel +BuildRequires:  GraphicsMagick-devel >= 1.2.6  Requires(post): %{__pecl}  Requires(postun): %{__pecl}  | 
