diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-10-22 17:35:15 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-10-22 17:35:15 +0200 |
commit | 546ce5723e1e604e3c093b18652f0a3ac800e38b (patch) | |
tree | c7e3e327dd00ecfe4d6d511629d17a430962fd40 | |
parent | bb9a627854687d46b51b6f8f69ae44ba1c5bdc49 (diff) |
php-phpunit-phpcov: cleanups
-rw-r--r-- | php-phpunit-phpcov.spec | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/php-phpunit-phpcov.spec b/php-phpunit-phpcov.spec index 3977be4..e2cf743 100644 --- a/php-phpunit-phpcov.spec +++ b/php-phpunit-phpcov.spec @@ -7,14 +7,13 @@ # Please, preserve the changelog entries # %{!?pear_metadir: %global pear_metadir %{pear_phpdir}} -%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} %global pear_name phpcov %global pear_channel pear.phpunit.de Name: php-phpunit-phpcov Version: 1.1.0 Release: 1%{?dist} -Summary: TextUI frontend for PHP_CodeCoverage +Summary: TextUI front-end for PHP_CodeCoverage Group: Development/Libraries License: BSD @@ -46,7 +45,7 @@ Provides: phpcov = %{version} %description -TextUI frontend for PHP_CodeCoverage. +TextUI front-end for PHP_CodeCoverage. %prep |