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