diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-11-01 10:44:07 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-11-01 10:44:07 +0100 |
commit | b9e8220ba143cf45c62046dfc2c17afd35c488c0 (patch) | |
tree | 09b1e8cccd675e71f95ee0d351982f8e7048e609 | |
parent | 2bd838b20efa33687abd8f44ba712a137a4e385f (diff) |
php-phpunit-DbUnit: spec license
-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} |