diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-03 15:17:38 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-03 15:17:38 +0100 |
commit | 0f67b2ceb01424ec60bd3cc82602bfac0a48e4a1 (patch) | |
tree | 195b3c47fa69898ac33bbb41f8c15d2de04702f3 | |
parent | 05107ac8d971345dbc16f77b6d89b09bc62e43e6 (diff) |
php-sebastian-recursion-context3: typo
-rw-r--r-- | php-sebastian-recursion-context3.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-sebastian-recursion-context3.spec b/php-sebastian-recursion-context3.spec index 5147d90..1106d73 100644 --- a/php-sebastian-recursion-context3.spec +++ b/php-sebastian-recursion-context3.spec @@ -13,8 +13,8 @@ %global gh_project recursion-context %global pk_vendor sebastian %global pk_project %{gh_project} -%global php_home %{_datadir}/php %global major 3 +%global php_home %{_datadir}/php %if %{bootstrap} %global with_tests %{?_with_tests:1}%{!?_with_tests:0} %else @@ -49,7 +49,7 @@ Requires: php-spl # Autoloader Requires: php-composer(fedora/autoloader) -Provides: php-composer(%{pk_vendor}-%{pk_project}) = %{version} +Provides: php-composer(%{pk_vendor}/%{pk_project}) = %{version} %description |