rpms/php-idn/EL-4 php-idn.spec,1.3,1.4

Robert Scheck (robert) fedora-extras-commits at redhat.com
Sat Jan 13 18:51:33 UTC 2007


Author: robert

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

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



Index: php-idn.spec
===================================================================
RCS file: /cvs/extras/rpms/php-idn/EL-4/php-idn.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- php-idn.spec	24 Nov 2006 19:37:06 -0000	1.3
+++ php-idn.spec	13 Jan 2007 18:51:03 -0000	1.4
@@ -10,7 +10,9 @@
 Source1:	idn.ini
 URL:		http://php-idn.bayour.com/
 BuildRequires:	php-devel >= 4.3.0, libidn-devel >= 0.4.0, autoconf, automake
+%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 scm-commits mailing list