diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-04-07 18:34:43 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-04-07 18:34:43 +0200 | 
| commit | ba96962ef45e5123cb6ed29f6c8b80904ee9baf0 (patch) | |
| tree | c154e14df40709cbf008950c016eca0a63447e0e | |
| parent | fda3c8f053669e0550a4beb34567129bd7abd84f (diff) | |
php-zendframework-zend-inputfilter: add composer.json (2.6.0)
| -rw-r--r-- | php-phpspec-php-diff.spec | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/php-phpspec-php-diff.spec b/php-phpspec-php-diff.spec index f1749bb..27e96fb 100644 --- a/php-phpspec-php-diff.spec +++ b/php-phpspec-php-diff.spec @@ -29,10 +29,13 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildArch:      noarch  # For minimal test  BuildRequires:  php-cli +BuildRequires:  php-mbstring  # To generate an autoloader  BuildRequires:  %{_bindir}/phpab +# From phpcompatinfo report for version 1.1.0  Requires:       php(language) +Requires:       php-mbstring  Requires:       php-pcre  Provides:       php-composer(phpspec/php-diff) = %{version} @@ -90,6 +93,7 @@ rm -rf %{buildroot}  %changelog  * Thu Apr  7 2016 Remi Collet <remi@fedoraproject.org> - 1.1.0-1  - update to 1.1.0 +- add dependency on mbstring  * Tue Feb 17 2015 Remi Collet <remi@fedoraproject.org> - 1.0.2-1  - initial package | 
