rpms/php-magickwand/EL-4 php-magickwand.spec,1.2,1.3

Robert Scheck (robert) fedora-extras-commits at redhat.com
Sat Jan 13 19:11:55 UTC 2007


Author: robert

Update of /cvs/extras/rpms/php-magickwand/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21380

Modified Files:
	php-magickwand.spec 
Log Message:
Added %if "%{?rhel}" >= "5" and libtool



Index: php-magickwand.spec
===================================================================
RCS file: /cvs/extras/rpms/php-magickwand/EL-4/php-magickwand.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- php-magickwand.spec	3 Sep 2006 21:25:01 -0000	1.2
+++ php-magickwand.spec	13 Jan 2007 19:11:25 -0000	1.3
@@ -9,8 +9,10 @@
 Source0:	http://www.magickwand.org/download/php/magickwand-%{version}.tar.gz
 Source1:	magickwand.ini
 URL:		http://www.magickwand.org/
-BuildRequires:	php-devel >= 4.3.0, ImageMagick-devel, autoconf, automake
+BuildRequires:	php-devel >= 4.3.0, ImageMagick-devel, autoconf, automake, libtool, freetype-devel
+%if "%{?rhel}" >= "5"
 Requires:	php-api = %((echo %{default_apiver}; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1)
+%endif
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description




More information about the fedora-extras-commits mailing list