]> git.pld-linux.org Git - packages/php-horde-Horde_Text_Flowed.git/blame - php-horde-Horde_Text_Flowed.spec
- horde h4 pear packages
[packages/php-horde-Horde_Text_Flowed.git] / php-horde-Horde_Text_Flowed.spec
CommitLineData
56d8b624
ER
1%define status stable
2%define pearname Horde_Text_Flowed
3%include /usr/lib/rpm/macros.php
4Summary: %{pearname} - Horde API for flowed text as per RFC 3676
5Name: php-horde-Horde_Text_Flowed
6Version: 1.0.0
7Release: 1
8License: LGPL
9Group: Development/Languages/PHP
10Source0: http://pear.horde.org/get/%{pearname}-%{version}.tgz
11# Source0-md5: 49e6bb391a0f919a9d6d43f320b6db13
12URL: http://pear.horde.org/package/Horde_Text_Flowed/
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-horde-Horde_Util < 2.0.0
20Requires: php-pear
21BuildArch: noarch
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25The Horde_Text_Flowed:: class provides common methods for manipulating
26text using the encoding described in RFC 3676 ('flowed' text).
27
28In PEAR status of this package is: %{status}.
29
30%prep
31%pear_package_setup
32
33%build
34packagexml2cl package.xml > ChangeLog
35
36%install
37rm -rf $RPM_BUILD_ROOT
38install -d $RPM_BUILD_ROOT%{php_pear_dir}
39%pear_package_install
40
41%clean
42rm -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# TODO: dir owner?
49%dir %{php_pear_dir}/Horde/Text
50%{php_pear_dir}/Horde/Text/Flowed.php
This page took 0.253705 seconds and 4 git commands to generate.