diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-04-06 14:30:47 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-04-06 14:30:47 +0200 |
commit | 26268c3737945712011788d5f6faeac1af1a7bb4 (patch) | |
tree | 46d9e0d3e43b85fadf25c93e61aaf44c59c0528b | |
parent | 21a416b42a387e5446399d583aea8fdf5ac9385f (diff) |
php-hoa-console: fix macro
-rw-r--r-- | php-hoa-console.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-hoa-console.spec b/php-hoa-console.spec index 2375164..d55ccec 100644 --- a/php-hoa-console.spec +++ b/php-hoa-console.spec @@ -13,8 +13,8 @@ %global gh_owner hoaproject %global gh_project Console %global php_home %{_datadir}/php -%global ns_vendor Console -%global ns_project File +%global ns_vendor Hoa +%global ns_project Console %global pk_vendor hoa %global pk_project console %if %{bootstrap} |