From 2a96726855252804d77a53d584438b14af6f4ca5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 14 Jan 2013 19:47:50 +0100 Subject: php-horde-Horde-Text-Filter-Csstidy: cleanups before review --- php-horde-Horde-Text-Filter-Csstidy.spec | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/php-horde-Horde-Text-Filter-Csstidy.spec b/php-horde-Horde-Text-Filter-Csstidy.spec index 6eb4ddf..0bb822a 100644 --- a/php-horde-Horde-Text-Filter-Csstidy.spec +++ b/php-horde-Horde-Text-Filter-Csstidy.spec @@ -9,23 +9,25 @@ Release: 1%{?dist} Summary: Horde Text Filter API Group: Development/Libraries -License: GPL-2.0 +License: GPLv2 URL: http://pear.horde.org Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: php-pear +BuildRequires: php-common >= 5.3.0 +BuildRequires: php-pear(PEAR) >= 1.7.0 BuildRequires: php-channel(%{pear_channel}) # To run unit tests BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.1.0 Requires(post): %{__pear} Requires(postun): %{__pear} -Requires: php(language) >= 5.3.0 +Requires: php-common >= 5.3.0 Requires: php-ctype Requires: php-date Requires: php-pcre +Requires: php-pear(PEAR) >= 1.7.0 Requires: php-channel(%{pear_channel}) Requires: php-pear(%{pear_channel}/Horde_Text_Filter) >= 2.0.0 Conflicts: php-pear(%{pear_channel}/Horde_Text_Filter) >= 3.0.0 @@ -53,8 +55,8 @@ cd %{pear_name}-%{version} %install -cd %{pear_name}-%{version} rm -rf %{buildroot} +cd %{pear_name}-%{version} %{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml # Clean up unnecessary files @@ -99,8 +101,8 @@ fi %changelog -* Mon Nov 19 2012 Remi Collet - 2.0.1-1 -- Update to 2.0.1 for remi repo +* Mon Nov 19 2012 Remi Collet - 2.0.1-1 +- Update to 2.0.1 -* Sun Nov 4 2012 Remi Collet - 1.0.0-1 +* Sun Nov 4 2012 Remi Collet - 1.0.0-1 - Initial package -- cgit