diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-11-03 10:36:36 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-11-03 10:36:36 +0100 | 
| commit | 5d07eb0c91001e0b15847a7a9353fc5157ec73ba (patch) | |
| tree | 92a193791344f4dfb9bcc930d2ed5c1ffb50581b | |
| parent | ac8aeb3f2e8da0922dfcdab0624c988864c371de (diff) | |
php-nette-reflection: small cleanup
| -rw-r--r-- | php-nette-reflection.spec | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/php-nette-reflection.spec b/php-nette-reflection.spec index 2b3c03b..8fd04ae 100644 --- a/php-nette-reflection.spec +++ b/php-nette-reflection.spec @@ -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 @@ -60,9 +60,6 @@ Requires:       php-composer(%{gh_owner}/utils) <  3  # from phpcompatinfo report for version 2.3.1  Requires:       php-reflection  Requires:       php-pcre -%if 0%{?fedora} > 21 -Suggests:       php-pecl(memcache) -%endif  Provides:       php-composer(%{gh_owner}/%{gh_project}) = %{version}  | 
