]> git.pld-linux.org Git - SPECS.git/blob - php-horde-Horde_Cli.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / php-horde-Horde_Cli.spec
1 # TODO
2 # - system locale dir
3 %define         status          stable
4 %define         pearname        Horde_Cli
5 Summary:        %{pearname} - Horde Command Line Interface API
6 Name:           php-horde-Horde_Cli
7 Version:        1.0.4
8 Release:        1
9 License:        LGPL
10 Group:          Development/Languages/PHP
11 Source0:        http://pear.horde.org/get/%{pearname}-%{version}.tgz
12 # Source0-md5:  18630e80162d0d71a9add8a3ffb693eb
13 URL:            https://github.com/horde/horde/tree/master/framework/Cli/
14 BuildRequires:  php-channel(pear.horde.org)
15 BuildRequires:  php-packagexml2cl
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_Support < 2.0.0
21 Requires:       php-horde-Horde_Translation < 2.0.0
22 Requires:       php-pear >= 4:1.3.6-2
23 BuildArch:      noarch
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 Horde_Cli:: API for basic command-line functionality/checks
28
29 In PEAR status of this package is: %{status}.
30
31 %prep
32 %pear_package_setup
33
34 %build
35 packagexml2cl package.xml > ChangeLog
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT%{php_pear_dir}
40 %pear_package_install
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc ChangeLog install.log
48 %doc docs/Horde_Cli/*
49 %{php_pear_dir}/.registry/.channel.*/*.reg
50 %{php_pear_dir}/Horde/Cli.php
51 %{php_pear_dir}/Horde/Cli
52 %{php_pear_dir}/data/Horde_Cli
This page took 0.400628 seconds and 3 git commands to generate.