]> git.pld-linux.org Git - packages/php-phpmailer.git/commitdiff
hack for ac (php5.2) auto/th/php-phpmailer-5.2.8-1
authorElan Ruusamäe <glen@delfi.ee>
Wed, 11 Jun 2014 14:48:02 +0000 (17:48 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 11 Jun 2014 14:48:02 +0000 (17:48 +0300)
php-phpmailer.spec

index 30eb295cc7d740b55771a37ebcbdd52ccd5ad0ab..ebacb41efb86016af8bc88b85a3f4fb0962d187c 100644 (file)
@@ -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
This page took 0.050248 seconds and 4 git commands to generate.