rpms/php-idn/EL-4 php-idn.spec,1.6,1.7

Robert Scheck (robert) fedora-extras-commits at redhat.com
Wed Aug 29 12:48:00 UTC 2007


Author: robert

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

Modified Files:
	php-idn.spec 
Log Message:
Some tiny PHP-specifc fix for RHEL4/EPEL4


Index: php-idn.spec
===================================================================
RCS file: /cvs/extras/rpms/php-idn/EL-4/php-idn.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- php-idn.spec	29 Aug 2007 11:55:25 -0000	1.6
+++ php-idn.spec	29 Aug 2007 12:47:28 -0000	1.7
@@ -40,7 +40,11 @@
 %files
 %defattr(-,root,root)
 %doc CHANGES CREDITS GPL README.documentation THANX_TO idn.php
+%if "%{?rhel}" >= "5"
 %{_libdir}/php/modules/idn.so
+%else
+%{_libdir}/php4/idn.so
+%endif
 %config(noreplace) %{_sysconfdir}/php.d/idn.ini
 
 %changelog




More information about the fedora-extras-commits mailing list