summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-horde-Horde-Injector.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/php-horde-Horde-Injector.spec b/php-horde-Horde-Injector.spec
index d420498..9be8f66 100644
--- a/php-horde-Horde-Injector.spec
+++ b/php-horde-Horde-Injector.spec
@@ -12,7 +12,7 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Injector
-Version: 2.0.3
+Version: 2.0.4
Release: 1%{?dist}
Summary: Horde dependency injection container
@@ -40,6 +40,7 @@ Requires: php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0
Requires: php-pear(%{pear_channel}/Horde_Exception) < 3.0.0
Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version}
+Provides: php-composer(horde/horde-injector) = %{version}
%description
@@ -71,12 +72,8 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
%check
-src=$(pwd)/%{pear_name}-%{version}
cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
-phpunit \
- --include-path=$src/lib \
- -d date.timezone=UTC \
- .
+phpunit .
%post
@@ -100,6 +97,10 @@ fi
%changelog
+* Fri Jan 09 2015 Remi Collet <remi@fedoraproject.org> - 2.0.4-1
+- Update to 2.0.4
+- add provides php-composer(horde/horde-injector)
+
* Tue Feb 11 2014 Remi Collet <remi@fedoraproject.org> - 2.0.3-1
- Update to 2.0.3