diff options
| author | Remi Collet <fedora@famillecollet.com> | 2012-08-13 12:58:29 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2012-08-13 12:58:29 +0200 | 
| commit | 2520f7297e156cc478113c5b1b2695696c467bf7 (patch) | |
| tree | 053e844318e0da10617fc1c0581405e0f6b359a8 | |
| parent | d6499afdd87023a50f23047baf824956b2a0f1d2 (diff) | |
php-pear keep tests in /usr/share/pear/tests for now
| -rw-r--r-- | php-pear.spec | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/php-pear.spec b/php-pear.spec index 4d9023c..50a32de 100644 --- a/php-pear.spec +++ b/php-pear.spec @@ -110,7 +110,6 @@ export INSTALL_ROOT=$RPM_BUILD_ROOT                   --bin    %{_bindir} \                   --www    %{_localstatedir}/www/html \                   --doc    %{_docdir}/pear \ -                 --test   %{_datarootdir}/tests/pear \                   %{SOURCE0} %{SOURCE21} %{SOURCE22} %{SOURCE23} %{SOURCE24}  # Replace /usr/bin/* with simple scripts: @@ -193,13 +192,12 @@ rm new-pear.conf  %doc README* LICENSE*  %dir %{_docdir}/pear  %doc %{_docdir}/pear/* -%dir %{_datarootdir}/tests -%{_datarootdir}/tests/pear +#dir %{_datarootdir}/tests +#{_datarootdir}/tests/pear  %changelog  * Mon Aug 13 2012 Remi Collet <remi@fedoraproject.org> 1:1.9.4-9 -- move test to /usr/share/tests/pear  - remove XML_RPC  * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.9.4-8  | 
