diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-07-28 08:13:18 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-07-28 08:13:18 +0200 |
commit | ba03cb522542bc6df39e28aa44bfa41076d03dcd (patch) | |
tree | d8e42d0d92ca2ae8672393f224fd3595eb220cf5 /php-mongodb.spec | |
parent | 26faed182ee3e56ad3458bad74a01f51b56961b0 (diff) |
php-mongodb: typo
Diffstat (limited to 'php-mongodb.spec')
-rw-r--r-- | php-mongodb.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-mongodb.spec b/php-mongodb.spec index 276353a..b49e0e3 100644 --- a/php-mongodb.spec +++ b/php-mongodb.spec @@ -13,7 +13,7 @@ %global gh_project mongo-php-library # Upstream only support 64bits, see https://jira.mongodb.org/browse/CDRIVER-1186 # Server only available on LE arch (ExcludeArch: ppc ppc64 %{sparc} s390 s390x) -%global with_tests 0%{!?_without_tests:1} +%global with_tests 0%{?_with_tests:1} # remirepo:3 %if 0%{?fedora} >= 21 || 0%{?rhel} >= 6 %global with_tests 0%{!?_without_tests:1} |