diff options
-rw-r--r-- | php-aura-di.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/php-aura-di.spec b/php-aura-di.spec index 26ef1ef..1e02d40 100644 --- a/php-aura-di.spec +++ b/php-aura-di.spec @@ -63,9 +63,14 @@ with the following features: Autoloader: %{php_home}/%{ns_owner}/%{ns_project}/autoload.php + %prep %setup -q -n %{gh_project}-%{gh_commit} +# Uggly hack, need by this package and others +# Only usable in phpunit environment +mv tests/_Config src/_Config + %build : Generate a classmap autoloader |