diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-02-13 08:38:43 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-02-13 08:38:43 +0100 |
commit | 285c4e4be0c7ebea44413f6e1b0d4964491fb32c (patch) | |
tree | 38fb24a690cf2129f27ca08a213977fa6aa717da | |
parent | e2e944382dcaff0b8e92a67e042db4ce6447f00b (diff) |
php-sebastian-code-unit-reverse-lookup: fix name
-rw-r--r-- | php-sebastian-code-unit-reverse-lookup.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/php-sebastian-code-unit-reverse-lookup.spec b/php-sebastian-code-unit-reverse-lookup.spec index 55d1c90..f393736 100644 --- a/php-sebastian-code-unit-reverse-lookup.spec +++ b/php-sebastian-code-unit-reverse-lookup.spec @@ -19,7 +19,7 @@ %global with_tests %{?_without_tests:0}%{!?_without_tests:1} %endif -Name: php-%{gh_owner}-%{gh_project} +Name: php-sebastian-%{gh_project} Version: 1.0.0 Release: 1%{?dist} Summary: Looks up which function or method a line of code belongs to @@ -46,12 +46,14 @@ Requires: php(language) >= 5.6 # From phpcompatinfo report for version 1.0.0 Requires: php-reflection -Provides: php-composer(%{gh_owner}/%{gh_project}) = %{version} +Provides: php-composer(sebastian/%{gh_project}) = %{version} %description Looks up which function or method a line of code belongs to. +Autoloader: %{php_home}/%{ns_name}/autoload.php + %prep %setup -q -n %{gh_project}-%{gh_commit} |