diff options
| -rw-r--r-- | php-phpunit-DbUnit.spec | 10 | 
1 files changed, 9 insertions, 1 deletions
| diff --git a/php-phpunit-DbUnit.spec b/php-phpunit-DbUnit.spec index d7060c2..b789588 100644 --- a/php-phpunit-DbUnit.spec +++ b/php-phpunit-DbUnit.spec @@ -1,4 +1,11 @@ -%{!?pear_metadir: %global pear_metadir %{pear_phpdir}} +# spec file for php-phpunit-DbUnit +# +# Copyright (c) 2010-2013 Remi Collet +# License: CC-BY-SA +# http://creativecommons.org/licenses/by-sa/3.0/ +# +# Please, preserve the changelog entries +#  %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}  %global pear_name DbUnit  %global channel pear.phpunit.de @@ -40,6 +47,7 @@ Provides:       php-pear(%{channel}/%{pear_name}) = %{version}  %description  DbUnit port for PHP/PHPUnit +  %prep  %setup -q -c  cd %{pear_name}-%{version} | 
