summaryrefslogtreecommitdiffstats
path: root/php-horde-Horde-Text-Filter-Csstidy.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-horde-Horde-Text-Filter-Csstidy.spec')
-rw-r--r--php-horde-Horde-Text-Filter-Csstidy.spec16
1 files 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 <RPMS@FamilleCollet.com> - 2.0.1-1
-- Update to 2.0.1 for remi repo
+* Mon Nov 19 2012 Remi Collet <remi@fedoraproject.org> - 2.0.1-1
+- Update to 2.0.1
-* Sun Nov 4 2012 Remi Collet <RPMS@FamilleCollet.com> - 1.0.0-1
+* Sun Nov 4 2012 Remi Collet <remi@fedoraproject.org> - 1.0.0-1
- Initial package