diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-02 20:15:42 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-02 20:15:42 +0100 |
commit | 27754ca5cc3771a9a16af97259ff6731ae6645a6 (patch) | |
tree | c89684a815cbf058b83f5e09b78476897977975d | |
parent | 1e0f5558d9e91e03fc85f94ec473606b11bf3627 (diff) |
php-horde-Horde-Mail + php-horde-Horde-Mime: fix build
-rw-r--r-- | php-horde-Horde-Mail.spec | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/php-horde-Horde-Mail.spec b/php-horde-Horde-Mail.spec index 012607e..e116caf 100644 --- a/php-horde-Horde-Mail.spec +++ b/php-horde-Horde-Mail.spec @@ -15,14 +15,11 @@ Group: Development/Libraries License: BSD URL: http://pear.horde.org Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz -# /usr/lib/rpm/find-lang.sh from fedora 16 -Source1: find-lang.sh BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: php-pear BuildRequires: php-channel(%{pear_channel}) -BuildRequires: gettext %if %{with_tests} # To run unit tests BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.0.0 |