]> git.pld-linux.org Git - packages/php-horde-Horde_Util.git/blame - php-horde-Horde_Util.spec
- use github url to package, as pear url is not specific
[packages/php-horde-Horde_Util.git] / php-horde-Horde_Util.spec
CommitLineData
84948699
ER
1%define status stable
2%define pearname Horde_Util
3%include /usr/lib/rpm/macros.php
4Summary: %{pearname} - Horde Utility Libraries
5Name: php-horde-Horde_Util
6Version: 1.0.0
7Release: 1
8License: LGPL
9Group: Development/Languages/PHP
10Source0: http://pear.horde.org/get/%{pearname}-%{version}.tgz
11# Source0-md5: 68d8a45480d3b6ddddf7677c46f6171b
0c6d1898 12URL: https://github.com/horde/horde/tree/master/framework/Util/
84948699
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-dom
20Requires: php-horde-Horde_Url < 2.0.0
61604398 21Requires: php-pear >= 4:1.3.6-2
84948699
ER
22Suggests: php-ctype
23Suggests: php-filter
24Suggests: php-horde-Horde_Imap_Client
25Suggests: php-iconv
26Suggests: php-mbstring
27Suggests: php-xml
28BuildArch: noarch
29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31# exclude optional dependencies
32%define _noautoreq pear(Horde/Imap/Client.*)
33
34%description
35These classes provide functionality useful for all kind of
36applications.
37
38In PEAR status of this package is: %{status}.
39
40%prep
41%pear_package_setup
42
43%build
44packagexml2cl package.xml > ChangeLog
45
46%install
47rm -rf $RPM_BUILD_ROOT
48install -d $RPM_BUILD_ROOT%{php_pear_dir}
49%pear_package_install
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%post -p <lua>
55%pear_package_print_optionalpackages
56
57%files
58%defattr(644,root,root,755)
59%doc ChangeLog install.log
60%doc optional-packages.txt
61%{php_pear_dir}/.registry/.channel.*/*.reg
62%{php_pear_dir}/Horde/Array.php
63%{php_pear_dir}/Horde/Array
64%{php_pear_dir}/Horde/Domhtml.php
65%{php_pear_dir}/Horde/String.php
66%{php_pear_dir}/Horde/Util.php
67%{php_pear_dir}/Horde/Variables.php
This page took 0.153471 seconds and 4 git commands to generate.