summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-07-02 09:08:44 +0200
committerRemi Collet <fedora@famillecollet.com>2015-07-02 09:08:44 +0200
commitf6154c63761691664674e07de86b851dc532768d (patch)
tree473d860e5b604c71a8c0a23b7a5a5066d2a75510
parent540d6390dfb4e5bee25adeb9cfa401f383edd2f9 (diff)
php-phpunit-PHPUnit-MockObject: fix autoloader
-rw-r--r--php-phpunit-PHP-TokenStream.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-phpunit-PHP-TokenStream.spec b/php-phpunit-PHP-TokenStream.spec
index 7e00952..e032f92 100644
--- a/php-phpunit-PHP-TokenStream.spec
+++ b/php-phpunit-PHP-TokenStream.spec
@@ -37,7 +37,7 @@ Source1: Autoload.php.in
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: php(language) >= 5.3.3
-BuildRequires: %{_bindir}/phpab
+BuildRequires: php-theseer-autoload >= 1.19
%if %{with_tests}
BuildRequires: php-pear-PHPUnit >= 3.7.0
%endif