]> git.pld-linux.org Git - packages/php-horde-Horde_Mail.git/blob - php-horde-Horde_Mail.spec
28b8c1361684e4b0167950975861c3011e41f465
[packages/php-horde-Horde_Mail.git] / php-horde-Horde_Mail.spec
1 %define         status          stable
2 %define         pearname        Horde_Mail
3 %include        /usr/lib/rpm/macros.php
4 Summary:        %{pearname} - Horde Mail Library
5 Name:           php-horde-Horde_Mail
6 Version:        1.2.0
7 Release:        1
8 License:        BSD
9 Group:          Development/Languages/PHP
10 Source0:        http://pear.horde.org/get/%{pearname}-%{version}.tgz
11 # Source0-md5:  8450426ec314640441a3ec6fdfd297dc
12 URL:            https://github.com/horde/horde/tree/master/framework/Mail/
13 BuildRequires:  php-channel(pear.horde.org)
14 BuildRequires:  php-packagexml2cl
15 BuildRequires:  php-pear-PEAR
16 BuildRequires:  php-pear-PEAR >= 1:1.7.0
17 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
18 BuildRequires:  rpmbuild(macros) >= 1.610
19 Requires:       php-channel(pear.horde.org)
20 Requires:       php-horde-Horde_Exception < 2.0.0
21 Requires:       php-pear >= 4:1.3.6-2
22 Suggests:       php-pear-Net_DNS2
23 Suggests:       php-pear-Net_SMTP
24 BuildArch:      noarch
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 # exclude optional dependencies
28 %define         _noautoreq       pear(Net/DNS2.*) pear(Net/SMTP.*)
29
30 %description
31 The Horde_Mail library is a fork of the PEAR Mail library that
32 provides additional functionality, including (but not limited to):
33 - Allows a stream to be passed in.
34 - Allows raw headertext to be used in the outgoing messages (required
35   for things like message redirection pursuant to RFC 5322 [3.6.6]).
36 - Native PHP 5 code.
37 - PHPUnit test suite.
38 - Provides more comprehensive sendmail error messages.
39 - Uses Exceptions instead of PEAR_Errors.
40
41 In PEAR status of this package is: %{status}.
42
43 %prep
44 %pear_package_setup
45
46 %build
47 packagexml2cl package.xml > ChangeLog
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51 install -d $RPM_BUILD_ROOT%{php_pear_dir}
52 %pear_package_install
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %post -p <lua>
58 %pear_package_print_optionalpackages
59
60 %files
61 %defattr(644,root,root,755)
62 %doc ChangeLog install.log
63 %doc optional-packages.txt
64 %{php_pear_dir}/.registry/.channel.*/*.reg
65 %{php_pear_dir}/Horde/Mail.php
66 %{php_pear_dir}/Horde/Mail
This page took 0.060347 seconds and 2 git commands to generate.