diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-03-23 08:15:38 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-03-23 08:15:38 +0100 |
commit | 93cfd4711db90e43473a6d358167dbf36663f35c (patch) | |
tree | 30fea85f5685fe571b4b7c6f1f9a87cd5bfa87da | |
parent | a459d80ae5e27241e0274076662b60847b892935 (diff) |
php-pecl-xdebug: small cleanup
-rw-r--r-- | php-pecl-xdebug.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index 156fbb9..81530d0 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -246,11 +246,11 @@ rm -rf %{buildroot} %defattr(-,root,root,-) %{?_licensedir:%license NTS/LICENSE} %doc %{pecl_docdir}/%{pecl_name} -%config(noreplace) %{php_inidir}/%{ini_name} %{_bindir}/debugclient +%{pecl_xmldir}/%{name}.xml +%config(noreplace) %{php_inidir}/%{ini_name} %{php_extdir}/%{pecl_name}.so -%{pecl_xmldir}/%{name}.xml %if %{with_zts} %config(noreplace) %{php_ztsinidir}/%{ini_name} |