packages: php-pecl-timezonedb/php-pecl-timezonedb.spec - pointless to build...

glen glen at pld-linux.org
Thu Aug 4 17:12:05 CEST 2011


Author: glen                         Date: Thu Aug  4 15:12:05 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- pointless to build, PLD Linux PHP >= 5.3 uses system tzdata

---- Files affected:
packages/php-pecl-timezonedb:
   php-pecl-timezonedb.spec (1.41 -> 1.42) 

---- Diffs:

================================================================
Index: packages/php-pecl-timezonedb/php-pecl-timezonedb.spec
diff -u packages/php-pecl-timezonedb/php-pecl-timezonedb.spec:1.41 packages/php-pecl-timezonedb/php-pecl-timezonedb.spec:1.42
--- packages/php-pecl-timezonedb/php-pecl-timezonedb.spec:1.41	Sun Jul  3 14:19:08 2011
+++ packages/php-pecl-timezonedb/php-pecl-timezonedb.spec	Thu Aug  4 17:12:00 2011
@@ -37,6 +37,11 @@
 %setup -q -c
 mv %{modname}-%{version}/* .
 
+if [ "%{php_major_version}.%{php_minor_version}" = "5.3" ]; then
+	echo >&2 "pointless to build, PLD Linux PHP >= 5.3 uses system tzdata"
+	exit 1
+fi
+
 %build
 phpize
 %configure
@@ -77,6 +82,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.42  2011/08/04 15:12:00  glen
+- pointless to build, PLD Linux PHP >= 5.3 uses system tzdata
+
 Revision 1.41  2011/07/03 12:19:08  adamg
 - updated to 2011.8 (2011h)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pecl-timezonedb/php-pecl-timezonedb.spec?r1=1.41&r2=1.42&f=u



More information about the pld-cvs-commit mailing list