[php-magickwand/f17] rebuild for new ImageMagick

Tom Callaway spot at fedoraproject.org
Fri Apr 13 16:44:06 UTC 2012


commit f74ad902eff8bf28cbb9211f67d18bbba505e87b
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Fri Apr 13 12:44:03 2012 -0400

    rebuild for new ImageMagick

 php-magickwand.spec |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/php-magickwand.spec b/php-magickwand.spec
index 9f6d9b1..7e13715 100644
--- a/php-magickwand.spec
+++ b/php-magickwand.spec
@@ -11,7 +11,7 @@
 Summary:	PHP API for ImageMagick
 Name:		php-magickwand
 Version:	1.0.9
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	ImageMagick
 Group:		Development/Languages
 # Only latest version is always kept on: http://www.magickwand.org/download/php/
@@ -25,7 +25,6 @@ Requires:	php(api) = %{php_core_api}
 %else
 Requires:	php-api = %{php_apiver}
 %endif
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
 MagickWand for PHP is a native PHP interface to the new
@@ -54,7 +53,6 @@ phpize
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install-modules INSTALL_ROOT=$RPM_BUILD_ROOT
 install -D -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/php.d/magickwand.ini
 
@@ -74,16 +72,15 @@ php --no-php-ini \
     --modules | grep magickwand
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc AUTHOR ChangeLog CREDITS LICENSE README TODO
 %{php_extdir}/magickwand.so
 %config(noreplace) %{_sysconfdir}/php.d/magickwand.ini
 
 %changelog
+* Fri Apr 13 2012 Tom Callaway <spot at fedoraproject.org> - 1.0.9-3
+- rebuild for new ImageMagick
+
 * Thu Jan 19 2012 Remi Collet <remi at fedoraproject.org> - 1.0.9-2
 - build against php 5.4.0
 - add %%check for php extension


More information about the scm-commits mailing list