diff options
| author | Shawn Iwinski <siwinski@redhat.com> | 2016-04-14 12:42:57 -0400 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-04-14 18:48:45 +0200 | 
| commit | f8b6a797c4857ff33dd0c1959ae2ed5f2db42c83 (patch) | |
| tree | 5b3001f5490e3a62cbe9b94609f66df7142a24c3 | |
| parent | 7a7fc313351bc2298e84843a7865f1296cfc0c4b (diff) | |
php-phpdocumentor-reflection: fix php-parser bundle provide
| -rw-r--r-- | php-phpdocumentor-reflection.spec | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/php-phpdocumentor-reflection.spec b/php-phpdocumentor-reflection.spec index 6dd20c7..9c675b4 100644 --- a/php-phpdocumentor-reflection.spec +++ b/php-phpdocumentor-reflection.spec @@ -31,7 +31,7 @@ Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit  %global php_parser_commit  1e5e280ae88a27effa2ae4aa2bd088494ed8594f  %global php_parser_version 0.9.4  Source1:        https://github.com/%{php_parser_owner}/%{php_parser_project}/archive/%{php_parser_commit}/%{php_parser_project}-%{php_parser_version}.tar.gz -Provides:       bundled(nikik/php-parser) = %{php_parser_version} +Provides:       bundled(nikic/php-parser) = %{php_parser_version}  %endif  # Temporary, missing in old versions @@ -183,5 +183,4 @@ rm -rf %{buildroot}  %changelog  * Thu Apr 14 2016 Remi Collet <remi@fedoraproject.org> - 1.0.7-1  - initial package, version 1.0.7 -- bundle nikik/php-parser 0.9.4 - +- bundle nikic/php-parser 0.9.4  | 
