diff options
| -rw-r--r-- | php-magickwand.spec | 13 | 
1 files changed, 11 insertions, 2 deletions
diff --git a/php-magickwand.spec b/php-magickwand.spec index 819d8cc..ef47bac 100644 --- a/php-magickwand.spec +++ b/php-magickwand.spec @@ -5,7 +5,7 @@  Summary:       PHP API for ImageMagick  Name:          php-magickwand  Version:       %{mainversion}%{?patchlevel:.%{patchlevel}} -Release:       1%{?dist}.1 +Release:       1%{?dist}.2  License:       ImageMagick  Group:         Development/Languages  URL:           http://www.magickwand.org/ @@ -26,12 +26,21 @@ BuildRequires: ImageMagick-last-devel >= 6.8.2  Requires:      php(zend-abi) = %{php_zend_api}  Requires:      php(api) = %{php_core_api} +# Other third party repo stuff +Obsoletes:      php53-magickwand +Obsoletes:      php53u-magickwand +%if "%{php_version}" > "5.4" +Obsoletes:      php54-magickwand +%endif +%if "%{php_version}" > "5.5" +Obsoletes:      php55-magickwand +%endif +  # Filter private shared  %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$}  %{?filter_setup} -  %description  MagickWand for PHP is a native PHP interface to the new  ImageMagick MagickWand API. It is an almost complete port  | 
