summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-horde-Horde-Group.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/php-horde-Horde-Group.spec b/php-horde-Horde-Group.spec
index cf1c910..d5b8edd 100644
--- a/php-horde-Horde-Group.spec
+++ b/php-horde-Horde-Group.spec
@@ -12,7 +12,7 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Group
-Version: 2.0.4
+Version: 2.0.5
Release: 1%{?dist}
Summary: Horde User Groups System
@@ -47,6 +47,7 @@ Requires: php-pear(%{pear_channel}/Horde_Ldap) >= 2.0.0
Requires: php-pear(%{pear_channel}/Horde_Ldap) < 3.0.0
Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version}
+Provides: php-composer(horde/horde-group) = %{version}
%description
@@ -54,11 +55,10 @@ Package for managing and accessing the Horde groups system.
%prep
-%setup -q -c -T
-tar xif %{SOURCE0}
+%setup -q -c
cd %{pear_name}-%{version}
-cp -p ../package.xml %{name}.xml
+mv ../package.xml %{name}.xml
%build
@@ -79,12 +79,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
@@ -108,6 +104,10 @@ fi
%changelog
+* Wed Mar 04 2015 Remi Collet <remi@fedoraproject.org> - 2.0.5-1
+- Update to 2.0.5
+- add provides php-composer(horde/horde-group)
+
* Tue Jun 17 2014 Remi Collet <remi@fedoraproject.org> - 2.0.4-1
- Update to 2.0.4