summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-01-09 14:28:53 +0100
committerRemi Collet <fedora@famillecollet.com>2015-01-09 14:28:53 +0100
commit7aa6b02adf405281a058d19b9e39f5ff67263b19 (patch)
tree48bfa80ddd55428f7c2501f0638950417d771755
parent8b0c245469461e4136664f693a10004d600412d7 (diff)
php-horde-Horde-Text-Flowed: 2.0.2
-rw-r--r--php-horde-Horde-Text-Flowed.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/php-horde-Horde-Text-Flowed.spec b/php-horde-Horde-Text-Flowed.spec
index 0ea5e5c..3f0797a 100644
--- a/php-horde-Horde-Text-Flowed.spec
+++ b/php-horde-Horde-Text-Flowed.spec
@@ -12,8 +12,8 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Text-Flowed
-Version: 2.0.1
-Release: 4%{?dist}
+Version: 2.0.2
+Release: 1%{?dist}
Summary: Horde API for flowed text as per RFC 3676
Group: Development/Libraries
@@ -39,6 +39,7 @@ Requires: php-pear(%{pear_channel}/Horde_Util) >= 2.0.0
Requires: php-pear(%{pear_channel}/Horde_Util) < 3.0.0
Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version}
+Provides: php-composer(horde/horde-text-flowed) = %{version}
%description
@@ -47,8 +48,7 @@ using the encoding described in RFC 3676 ('flowed' text).
%prep
-%setup -q -c -T
-tar xif %{SOURCE0}
+%setup -q -c
cd %{pear_name}-%{version}
cp ../package.xml %{name}.xml
@@ -72,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 +96,10 @@ fi
%changelog
+* Fri Jan 09 2015 Remi Collet <remi@fedoraproject.org> - 2.0.2-1
+- Update to 2.0.2
+- add provides php-composer(horde/horde-text-flowed)
+
* Sun Feb 17 2013 Remi Collet <remi@fedoraproject.org> - 2.0.1-4
- fix dependencies