[packages/php-phpmailer] hack for ac (php5.2)

glen glen at pld-linux.org
Wed Jun 11 16:48:17 CEST 2014


commit 124dc362f3136f46a1bfb6ac587c7242fed45a9d
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Jun 11 17:48:02 2014 +0300

    hack for ac (php5.2)

 php-phpmailer.spec | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/php-phpmailer.spec b/php-phpmailer.spec
index 30eb295..ebacb41 100644
--- a/php-phpmailer.spec
+++ b/php-phpmailer.spec
@@ -64,6 +64,11 @@ Dokumentacja do %{name}.
 %prep
 %setup -q -n PHPMailer-%{version}%{?subver:-%{subver}}
 
+%if "%{pld_release}" == "ac"
+# requires php5.3
+rm test/bootstrap.php
+%endif
+
 %build
 # syntax lint
 for a in $(find -name '*.php' -o -name '*.inc'); do
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-phpmailer.git/commitdiff/124dc362f3136f46a1bfb6ac587c7242fed45a9d



More information about the pld-cvs-commit mailing list