]> git.pld-linux.org Git - packages/php-horde-Horde_History.git/blame - php-horde-Horde_History.spec
- Horde dir dep
[packages/php-horde-Horde_History.git] / php-horde-Horde_History.spec
CommitLineData
6eacc3ee
ER
1%define status stable
2%define pearname Horde_History
3%include /usr/lib/rpm/macros.php
4Summary: %{pearname} - API for tracking the history of an object
5Name: php-horde-Horde_History
6Version: 1.0.0
7Release: 1
8License: LGPL
9Group: Development/Languages/PHP
10Source0: http://pear.horde.org/get/%{pearname}-%{version}.tgz
11# Source0-md5: b7cf809e88f969f5d0099ca45e7fa7b3
12URL: http://pear.horde.org/package/Horde_History/
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_Db < 2.0.0
20Requires: php-horde-Horde_Exception < 2.0.0
efc9fe16 21Requires: php-pear >= 4:1.3.6-2
6eacc3ee
ER
22BuildArch: noarch
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26The Horde_History API provides a way to track changes on arbitrary
27pieces of data in Horde applications.
28
29In PEAR status of this package is: %{status}.
30
31%prep
32%pear_package_setup
33
34%build
35packagexml2cl package.xml > ChangeLog
36
37%install
38rm -rf $RPM_BUILD_ROOT
39install -d $RPM_BUILD_ROOT%{php_pear_dir}
40%pear_package_install
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
47%doc ChangeLog install.log
48%{php_pear_dir}/.registry/.channel.*/*.reg
49%{php_pear_dir}/Horde/History.php
50%{php_pear_dir}/Horde/History
51%{php_pear_dir}/data/Horde_History
This page took 0.044919 seconds and 4 git commands to generate.