[php-symfony/epel7] EPEL-7 bootstrap build (PHPUnit not yet available)

Remi Collet remi at fedoraproject.org
Mon Jan 13 06:14:58 UTC 2014


commit 911dbe4201eeedaa8dd5b2d223bdd94c7f2b4dfc
Author: Remi Collet <remi at fedoraproject.org>
Date:   Mon Jan 13 07:15:02 2014 +0100

    EPEL-7 bootstrap build (PHPUnit not yet available)

 php-symfony.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/php-symfony.spec b/php-symfony.spec
index 6e9725f..e5e6dde 100644
--- a/php-symfony.spec
+++ b/php-symfony.spec
@@ -34,11 +34,12 @@
 
 %global symfony_dir             %{_datadir}/php/Symfony
 %global pear_channel            pear.symfony.com
-%global with_tests              %{?_without_tests:0}%{!?_without_tests:1}
+#global with_tests              %{?_without_tests:0}%{!?_without_tests:1}
+%global with_tests              0
 
 Name:          php-symfony
 Version:       %{github_version}
-Release:       1%{?dist}
+Release:       0%{?dist}
 Summary:       PHP framework for web projects
 
 Group:         Development/Libraries
@@ -52,6 +53,7 @@ Source1:       getautoloader.sh
 Source2:       autoloader-%{version}.tgz
 
 BuildArch:     noarch
+%if %{with_tests}
 # For tests
 BuildRequires: php(language) >= %{php_min_ver}
 BuildRequires: php-Monolog   >= %{monolog_min_ver}
@@ -102,6 +104,7 @@ BuildRequires: php-spl
 BuildRequires: php-sqlite3
 BuildRequires: php-tokenizer
 BuildRequires: php-xml
+%endif
 
 # Bridges
 Requires:      %{name}-doctrinebridge      = %{version}-%{release}
@@ -1845,6 +1848,9 @@ done
 # ##############################################################################
 
 %changelog
+* Mon Jan 13 2014 Remi Collet <remi at fedoraproject.org> 2.3.9-0
+- EPEL-7 bootstrap build
+
 * Sun Jan 05 2014 Shawn Iwinski <shawn.iwinski at gmail.com> 2.3.9-1
 - Updated to 2.3.9
 - Conditional %%{?dist}


More information about the scm-commits mailing list