diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-02-03 08:20:03 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-02-03 08:20:03 +0100 |
commit | c4706fd34f8ea06e3a8f08c8b1adda08bb96e3b6 (patch) | |
tree | 438e88f913753d3a8d688d4ba2d6787d121a6555 | |
parent | 6ee5439a26537856b51b400e4f5d7e4ed0960fa0 (diff) |
php-phpunit-Text-Template: cleanups
-rw-r--r-- | php-phpunit-Text-Template.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-phpunit-Text-Template.spec b/php-phpunit-Text-Template.spec index 1270e50..094aa42 100644 --- a/php-phpunit-Text-Template.spec +++ b/php-phpunit-Text-Template.spec @@ -1,4 +1,4 @@ -# spec file for php-phpunit-git +# spec file for php-phpunit-Text-Template # # Copyright (c) 2010-2014 Remi Collet # License: CC-BY-SA @@ -22,13 +22,17 @@ Source0: http://pear.phpunit.de/get/%{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: php(language) >= 5.3.3 BuildRequires: php-pear(PEAR) >= 1.9.4 BuildRequires: php-channel(%{channel}) Requires(post): %{__pear} Requires(postun): %{__pear} +# From package.xml +Requires: php(language) >= 5.3.3 +Requires: php-pear(PEAR) >= 1.9.4 Requires: php-channel(%{channel}) -Requires: php-common >= 5.3.3 +# From phpcompatinfo report for version 1.2.0 Requires: php-spl Provides: php-pear(%{channel}/%{pear_name}) = %{version} |