summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-02-12 07:13:31 +0100
committerRemi Collet <fedora@famillecollet.com>2013-02-12 07:13:31 +0100
commit44b1c7a7c32f9629a4ce80bcbb08afeaec682971 (patch)
tree32cbaf868452f7b5728b925da3554c0a884eddc5
parent7123f616472b0a58b5f8b38a7ae5e572ec5972af (diff)
php-horde-Horde-Util: 2.1.0
-rw-r--r--php-horde-Horde-Util.spec17
1 files changed, 10 insertions, 7 deletions
diff --git a/php-horde-Horde-Util.spec b/php-horde-Horde-Util.spec
index 3edd53b..308d558 100644
--- a/php-horde-Horde-Util.spec
+++ b/php-horde-Horde-Util.spec
@@ -1,4 +1,3 @@
-%{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
%global pear_name Horde_Util
%global pear_channel pear.horde.org
@@ -7,17 +6,18 @@
%global with_tests %{?_with_tests:1}%{!?_with_tests:0}
Name: php-horde-Horde-Util
-Version: 2.0.3
+Version: 2.1.0
Release: 1%{?dist}
Summary: Horde Utility Libraries
Group: Development/Libraries
-License: LGPLv2+
+License: LGPLv2
URL: http://pear.horde.org
Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
+BuildRequires: php(language) >= 5.3.0
BuildRequires: php-pear(PEAR) >= 1.7.0
BuildRequires: php-channel(%{pear_channel})
%if %{with_tests}
@@ -47,8 +47,7 @@ Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version}
These classes provide functionality useful for all kind of applications.
%prep
-%setup -q -c -T
-tar xif %{SOURCE0}
+%setup -q -c
cd %{pear_name}-%{version}
mv ../package.xml %{name}.xml
@@ -73,9 +72,10 @@ 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)
-phpunit\
- -d include_path=%{buildroot}%{pear_phpdir}:.:%{pear_phpdir} \
+phpunit \
+ -d include_path=$src/lib:.:%{pear_phpdir} \
-d date.timezone=UTC \
.
%else
@@ -108,6 +108,9 @@ fi
%changelog
+* Tue Feb 12 2013 Remi Collet <remi@fedoraproject.org> - 2.1.0-1
+- Update to 2.1.0
+
* Wed Jan 9 2013 Remi Collet <RPMS@FamilleCollet.com> - 2.0.3-1
- Update to 2.0.3 for remi repo