From c4706fd34f8ea06e3a8f08c8b1adda08bb96e3b6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Feb 2014 08:20:03 +0100 Subject: php-phpunit-Text-Template: cleanups --- php-phpunit-Text-Template.spec | 8 ++++++-- 1 file 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} -- cgit