From 04a33877ed6b6cfa4dc0fbbd235c301ee01ecab9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Nov 2015 13:30:11 +0100 Subject: php-nette-bootstrap: small cleanup --- php-nette-bootstrap.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/php-nette-bootstrap.spec b/php-nette-bootstrap.spec index f617907..3a9026b 100644 --- a/php-nette-bootstrap.spec +++ b/php-nette-bootstrap.spec @@ -1,4 +1,4 @@ -# remirepo/fedora spec file for php-nette-reflection +# remirepo/fedora spec file for php-nette-bootstrap # # Copyright (c) 2015 Remi Collet # License: CC-BY-SA @@ -31,9 +31,9 @@ Source1: makesrc.sh BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: php(language) >= 5.3.1 BuildRequires: php-composer(theseer/autoload) %if %{with_tests} +BuildRequires: php(language) >= 5.3.1 BuildRequires: php-tokenizer BuildRequires: php-pcre BuildRequires: php-reflection @@ -78,7 +78,7 @@ Requires: php-composer(%{gh_owner}/di) >= 2.3 Requires: php-composer(%{gh_owner}/di) < 3 Requires: php-composer(%{gh_owner}/utils) >= 2.2 Requires: php-composer(%{gh_owner}/utils) < 3 -# from phpcompatinfo report for version 2.3.1 +# from phpcompatinfo report for version 2.3.3 Requires: php-reflection Requires: php-pcre %if 0%{?fedora} > 21 -- cgit