]> git.pld-linux.org Git - packages/php-horde-Horde_Constraint.git/blame - php-horde-Horde_Constraint.spec
- Horde dir dep
[packages/php-horde-Horde_Constraint.git] / php-horde-Horde_Constraint.spec
CommitLineData
0b1f90f3
ER
1%define status stable
2%define pearname Horde_Constraint
3%include /usr/lib/rpm/macros.php
4Summary: %{pearname} - Horde Constraint library
5Name: php-horde-Horde_Constraint
6Version: 1.0.0
7Release: 1
8License: BSD
9Group: Development/Languages/PHP
10Source0: http://pear.horde.org/get/%{pearname}-%{version}.tgz
11# Source0-md5: 5d833d3559a7693df3363b05fb42e3e9
12URL: http://pear.horde.org/package/Horde_Constraint/
13BuildRequires: php-channel(pear.horde.org)
14BuildRequires: php-packagexml2cl
15BuildRequires: php-pear-PEAR
16BuildRequires: rpm-php-pearprov >= 4.4.2-11
17BuildRequires: rpmbuild(macros) >= 1.610
18Requires: php-channel(pear.horde.org)
44ea8fd4 19Requires: php-pear >= 4:1.3.6-2
0b1f90f3
ER
20BuildArch: noarch
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24This package provides a programmatic way of building constraints that
25evaluate to true or false.
26
27In PEAR status of this package is: %{status}.
28
29%prep
30%pear_package_setup
31
32%build
33packagexml2cl package.xml > ChangeLog
34
35%install
36rm -rf $RPM_BUILD_ROOT
37install -d $RPM_BUILD_ROOT%{php_pear_dir}
38%pear_package_install
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
45%doc ChangeLog install.log
46%{php_pear_dir}/.registry/.channel.*/*.reg
47%{php_pear_dir}/Horde/Constraint.php
48%{php_pear_dir}/Horde/Constraint
This page took 0.055935 seconds and 4 git commands to generate.