summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-19 22:40:41 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-19 22:40:41 +0100
commit338622af2f5a354f357cbf77754c4e76ac1a4c96 (patch)
tree8b007144cb14936c36fac4499fb8d85cb7985c63
parentfdf071f6ee985460d8f31c973abdc5ef5155a0ec (diff)
php-horde-Horde-Text-Filter-Csstidy 2.0.1
-rw-r--r--php-horde-Horde-Text-Filter-Csstidy.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/php-horde-Horde-Text-Filter-Csstidy.spec b/php-horde-Horde-Text-Filter-Csstidy.spec
index 146c190..6eb4ddf 100644
--- a/php-horde-Horde-Text-Filter-Csstidy.spec
+++ b/php-horde-Horde-Text-Filter-Csstidy.spec
@@ -4,7 +4,7 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Text-Filter-Csstidy
-Version: 2.0.0
+Version: 2.0.1
Release: 1%{?dist}
Summary: Horde Text Filter API
@@ -18,7 +18,7 @@ BuildArch: noarch
BuildRequires: php-pear
BuildRequires: php-channel(%{pear_channel})
# To run unit tests
-BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.0.0
+BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.1.0
Requires(post): %{__pear}
Requires(postun): %{__pear}
@@ -68,7 +68,10 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
%check
cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
# All skiped for now
-phpunit -d date.timezone=UTC AllTests.php
+phpunit\
+ -d include_path=%{buildroot}%{pear_phpdir}:.:%{pear_phpdir} \
+ -d date.timezone=UTC \
+ .
%clean
@@ -96,5 +99,8 @@ fi
%changelog
+* Mon Nov 19 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.0.1-1
+- Update to 2.0.1 for remi repo
+
* Sun Nov 4 2012 Remi Collet <RPMS@FamilleCollet.com> - 1.0.0-1
- Initial package