From b9e8220ba143cf45c62046dfc2c17afd35c488c0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Nov 2013 10:44:07 +0100 Subject: php-phpunit-DbUnit: spec license --- php-phpunit-DbUnit.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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} -- cgit