summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-06-02 08:17:01 +0200
committerRemi Collet <fedora@famillecollet.com>2013-06-02 08:17:01 +0200
commita3a278367504380a4e29e50b4f7a9d17ee3d41ff (patch)
tree59061e077a6e0856e62e77addf52243f50a6f039
parent4b2ee613e0bd2f052f59a9e12ce6c16e49c0e24b (diff)
php-horde-Horde-Nls: cleanups
-rw-r--r--php-horde-Horde-Nls.spec19
1 files changed, 11 insertions, 8 deletions
diff --git a/php-horde-Horde-Nls.spec b/php-horde-Horde-Nls.spec
index 8ab846b..1a88a0d 100644
--- a/php-horde-Horde-Nls.spec
+++ b/php-horde-Horde-Nls.spec
@@ -8,13 +8,14 @@ Release: 1%{?dist}
Summary: Native Language Support (NLS)
Group: Development/Libraries
-License: LGPLv2+
-URL: http://pear.horde.org
-Source0: http://pear.horde.org/get/%{pear_name}-%{version}.tgz
+License: LGPLv2
+URL: http://%{pear_channel}
+Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
BuildRequires: gettext
+BuildRequires: php(language) >= 5.3.0
BuildRequires: php-pear(PEAR) >= 1.7.0
BuildRequires: php-channel(%{pear_channel})
@@ -23,7 +24,7 @@ Requires(postun): %{__pear}
Requires: php(language) >= 5.3.0
Requires: php-date
Requires: php-pcre
-BuildRequires: php-pear(PEAR) >= 1.7.0
+Requires: php-pear(PEAR) >= 1.7.0
Requires: php-channel(%{pear_channel})
Requires: php-pear(%{pear_channel}/Horde_Util) >= 2.0.0
Requires: php-pear(%{pear_channel}/Horde_Util) < 3.0.0
@@ -33,15 +34,16 @@ Requires: php-pear(%{pear_channel}/Horde_Translation) < 3.0.0
Requires: php-pecl(geoip)
Requires: php-pear(Net_DNS2)
-Provides: php-pear(%{pear_channel}/Horde_Nls) = %{version}
+Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version}
+
%description
Common methods for handling language data, timezones, and hostname->country
lookups.
+
%prep
%setup -q -c
-
cd %{pear_name}-%{version}
# Don't install .po and .pot files
@@ -72,6 +74,7 @@ rm -rf %{buildroot}%{pear_metadir}/.??*
mkdir -p %{buildroot}%{pear_xmldir}
install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
+# Locales
for loc in locale/{??,??_??}
do
lang=$(basename $loc)
@@ -96,8 +99,8 @@ fi
%{pear_xmldir}/%{name}.xml
%{pear_phpdir}/Horde/Nls
%{pear_phpdir}/Horde/Nls.php
-%dir %{pear_datadir}/Horde_Nls
-%dir %{pear_datadir}/Horde_Nls/locale
+%dir %{pear_datadir}/%{pear_name}
+%dir %{pear_datadir}/%{pear_name}/locale
%changelog