]> git.pld-linux.org Git - packages/php-horde-Horde_Imap_Client.git/blame - php-horde-Horde_Imap_Client.spec
- updated to: 1.0.15
[packages/php-horde-Horde_Imap_Client.git] / php-horde-Horde_Imap_Client.spec
CommitLineData
9f12af06
ER
1%define status stable
2%define pearname Horde_Imap_Client
3%include /usr/lib/rpm/macros.php
4Summary: %{pearname} - Horde IMAP abstraction interface
5Name: php-horde-Horde_Imap_Client
176da8e2 6Version: 1.0.15
9f12af06
ER
7Release: 1
8License: LGPL
9Group: Development/Languages/PHP
10Source0: http://pear.horde.org/get/%{pearname}-%{version}.tgz
176da8e2 11# Source0-md5: 3baa21d3d593e9e1057ca8cacd740540
e00c8413 12URL: https://github.com/horde/horde/tree/master/framework/Imap_Client/
9f12af06
ER
13BuildRequires: php-channel(pear.horde.org)
14BuildRequires: php-packagexml2cl
15BuildRequires: php-pear-PEAR >= 1:1.7.0
16BuildRequires: rpm-php-pearprov >= 4.4.2-11
17BuildRequires: rpmbuild(macros) >= 1.610
18Requires: php-channel(pear.horde.org)
19Requires: php-hash
20Requires: php-horde-Horde_Exception < 2.0.0
21Requires: php-horde-Horde_Mime < 2.0.0
22Requires: php-horde-Horde_Util < 2.0.0
ac30abcb 23Requires: php-pear >= 4:1.3.6-2
9f12af06
ER
24Suggests: php-horde-Horde_Cache
25Suggests: php-horde-Horde_Secret
26Suggests: php-horde-Horde_Stream_Filter
27Suggests: php-imap
28Suggests: php-json
29Suggests: php-mbstring
30Suggests: php-pear-Auth_SASL
31BuildArch: noarch
32BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34# exclude optional dependencies
35%define _noautoreq pear(Horde/Cache.*) pear(Horde/Secret.*) pear(Horde/Stream/Filter.*) pear(Auth/SASL.*)
36
37%description
38This package provides an abstracted API interface to various IMAP4rev1
39(RFC 3501) backend drivers.
40
41In PEAR status of this package is: %{status}.
42
43%prep
44%pear_package_setup
45
46%build
47packagexml2cl package.xml > ChangeLog
48
49%install
50rm -rf $RPM_BUILD_ROOT
51install -d $RPM_BUILD_ROOT%{php_pear_dir}
52%pear_package_install
53
54%clean
55rm -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%dir %{php_pear_dir}/Horde/Imap
66%{php_pear_dir}/Horde/Imap/Client.php
67%{php_pear_dir}/Horde/Imap/Client
This page took 0.15023 seconds and 4 git commands to generate.