summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-01-09 15:40:52 +0100
committerRemi Collet <fedora@famillecollet.com>2015-01-09 15:40:52 +0100
commitcbe0f004a3c062f5c838d9fce133447a8087a2a3 (patch)
treef8be95f4df5740a5db5b8eaee200f10a50e1ed96
parentfa59f4273dc51367cb3fe6cf90ef4ce7137cbb26 (diff)
php-horde-Horde-Mail-Autoconfig: 1.0.2
-rw-r--r--php-horde-Horde-Mail-Autoconfig.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/php-horde-Horde-Mail-Autoconfig.spec b/php-horde-Horde-Mail-Autoconfig.spec
index f2db378..6d0c73c 100644
--- a/php-horde-Horde-Mail-Autoconfig.spec
+++ b/php-horde-Horde-Mail-Autoconfig.spec
@@ -12,7 +12,7 @@
%global with_tests %{?_without_tests:0}%{!?_without_tests:1}
Name: php-horde-Horde-Mail-Autoconfig
-Version: 1.0.1
+Version: 1.0.2
Release: 1%{?dist}
Summary: Horde Mail Autoconfiguration
@@ -50,6 +50,7 @@ Requires: php-pear(Net_DNS2) >= 1.3.0
Requires: php-simplexml
Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version}
+Provides: php-composer(horde/horde-mail-autoconfig) = %{version}
%description
@@ -84,16 +85,12 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
%check
%if %{with_tests}
-src=$(pwd)/%{pear_name}-%{version}
cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
# ignore this broken test for now
rm AutoconfigTest.php
-phpunit \
- --include-path=$src/lib \
- -d date.timezone=UTC \
- .
+phpunit .
%else
: Test disabled, missing '--with tests' option.
%endif
@@ -124,6 +121,10 @@ fi
%changelog
+* Fri Jan 09 2015 Remi Collet <remi@fedoraproject.org> - 1.0.2-1
+- Update to 1.0.2
+- add provides php-composer(horde/horde-mail-autoconfig)
+
* Thu Oct 02 2014 Remi Collet <remi@fedoraproject.org> - 1.0.1-1
- Update to 1.0.1