]> git.pld-linux.org Git - packages/php-horde-Horde_Text_Flowed.git/blob - php-horde-Horde_Text_Flowed.spec
16661eca23aeb9f7ab950152d2c406ee977010ac
[packages/php-horde-Horde_Text_Flowed.git] / php-horde-Horde_Text_Flowed.spec
1 %define         status          stable
2 %define         pearname        Horde_Text_Flowed
3 %include        /usr/lib/rpm/macros.php
4 Summary:        %{pearname} - Horde API for flowed text as per RFC 3676
5 Name:           php-horde-Horde_Text_Flowed
6 Version:        1.0.1
7 Release:        1
8 License:        LGPL
9 Group:          Development/Languages/PHP
10 Source0:        http://pear.horde.org/get/%{pearname}-%{version}.tgz
11 # Source0-md5:  c22a4c2b458d2477892148bfa90bd20b
12 URL:            https://github.com/horde/horde/tree/master/framework/Text_Flowed/
13 BuildRequires:  php-channel(pear.horde.org)
14 BuildRequires:  php-packagexml2cl
15 BuildRequires:  php-pear-PEAR >= 1:1.7.0
16 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
17 BuildRequires:  rpmbuild(macros) >= 1.610
18 Requires:       php-channel(pear.horde.org)
19 Requires:       php-horde-Horde_Util < 2.0.0
20 Requires:       php-pear >= 4:1.3.6-2
21 BuildArch:      noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 The Horde_Text_Flowed:: class provides common methods for manipulating
26 text using the encoding described in RFC 3676 ('flowed' text).
27
28 In PEAR status of this package is: %{status}.
29
30 %prep
31 %pear_package_setup
32
33 %build
34 packagexml2cl package.xml > ChangeLog
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT%{php_pear_dir}
39 %pear_package_install
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc ChangeLog install.log
47 %{php_pear_dir}/.registry/.channel.*/*.reg
48 %{php_pear_dir}/Horde/Text/Flowed.php
This page took 0.027494 seconds and 2 git commands to generate.