summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-05-08 10:44:23 +0200
committerRemi Collet <fedora@famillecollet.com>2013-05-08 10:44:23 +0200
commit1b358062cd184bed444116f69e13315e0889a053 (patch)
tree53724f6ead5c537cdfe7046963aeb05fb647119e
parent66eb4b3fd7d182bff9620cc97e8c8096d717b28c (diff)
horde cleanups
-rw-r--r--php-horde-Horde-SessionHandler.spec9
1 files changed, 4 insertions, 5 deletions
diff --git a/php-horde-Horde-SessionHandler.spec b/php-horde-Horde-SessionHandler.spec
index f34e08c..07219b9 100644
--- a/php-horde-Horde-SessionHandler.spec
+++ b/php-horde-Horde-SessionHandler.spec
@@ -9,13 +9,13 @@ Release: 1%{?dist}
Summary: Horde Session Handler API
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-%(%{__id_u} -n)
BuildArch: noarch
-BuildRequires: php-common >= 5.3.0
+BuildRequires: php(language) >= 5.3.0
BuildRequires: php-pear(PEAR)
BuildRequires: php-channel(%{pear_channel})
# To run unit tests
@@ -24,7 +24,7 @@ BuildRequires: php-pear(%{pear_channel}/Horde_Db) >= 2.0.0
Requires(post): %{__pear}
Requires(postun): %{__pear}
-Requires: php-common >= 5.3.0
+Requires: php(language) >= 5.3.0
Requires: php-date
Requires: php-session
Requires: php-channel(%{pear_channel})
@@ -46,8 +46,7 @@ handlers for PHP.
%prep
-%setup -q -c -T
-tar xif %{SOURCE0}
+%setup -q -c
cd %{pear_name}-%{version}
mv ../package.xml %{name}.xml