summaryrefslogtreecommitdiffstats
path: root/php-webimpress-safe-writer.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-03-17 15:02:20 +0100
committerRemi Collet <remi@remirepo.net>2020-03-17 15:02:20 +0100
commitb937d2c18d477fc5490181057949a5819be259f5 (patch)
tree2a6a9e5880eaa5ce5b07aff252f03c142d2b2d71 /php-webimpress-safe-writer.spec
parent37ef656afa1337ce7439c9a57863c554c537728f (diff)
add backport stuff
Diffstat (limited to 'php-webimpress-safe-writer.spec')
-rw-r--r--php-webimpress-safe-writer.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/php-webimpress-safe-writer.spec b/php-webimpress-safe-writer.spec
index 3f2e70d..3b524a9 100644
--- a/php-webimpress-safe-writer.spec
+++ b/php-webimpress-safe-writer.spec
@@ -1,3 +1,4 @@
+# remirepo spec file for php-webimpress-safe-writer, from:
#
# Fedora spec file for php-webimpress-safe-writer
#
@@ -102,7 +103,7 @@ sed 's/function testMultipleWriters/function SKIP_testMultipleWriters/' \
: Upstream tests
RETURN_CODE=0
PHPUNIT=$(which phpunit8)
-for PHP_EXEC in php php70 php71 php72 php73 php74; do
+for PHP_EXEC in php php72 php73 php74; do
if [ "php" == "$PHP_EXEC" ] || which $PHP_EXEC; then
$PHP_EXEC $PHPUNIT --verbose \
--bootstrap %{buildroot}%{phpdir}/Webimpress/SafeWriter/autoload.php \