]> git.pld-linux.org Git - packages/php-pear-Gtk2_ExceptionDump.git/blame - php-pear-Gtk2_ExceptionDump.spec
- correct PEAR dep
[packages/php-pear-Gtk2_ExceptionDump.git] / php-pear-Gtk2_ExceptionDump.spec
CommitLineData
f67e5150
ER
1%include /usr/lib/rpm/macros.php
2%define _class Gtk2
3%define _subclass ExceptionDump
4%define _status beta
5%define _pearname Gtk2_ExceptionDump
6Summary: %{_pearname} - Analyze exceptions, php and PEAR errors visually
7Name: php-pear-%{_pearname}
8Version: 0.1.0
9Release: 2
10License: LGPL
11Group: Development/Languages/PHP
12Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
13# Source0-md5: 472d43e96c10ccacae3a306095711d61
14URL: http://pear.php.net/package/Gtk2_ExceptionDump/
15BuildRequires: php-pear-PEAR
16BuildRequires: rpm-php-pearprov >= 4.4.2-11
17Requires: php-pear >= 4:1.0-15
18Requires: php-pear-Gtk2_VarDump >= 0.2.0
41d559ff 19Requires: php-pear-PEAR >= 1:1.4.8
f67e5150
ER
20BuildArch: noarch
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Displays Exceptions, PHP Erros and PEAR_Error objects in a nice and
25clean way. It also allows to inspect parameters passed to methods and
26to drag and drop the files causing the error to any editor. Copying a
27string representation of the exception to clipboard is also supported.
28
29In PEAR status of this package is: %{_status}.
30
f67e5150
ER
31%prep
32%pear_package_setup
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 install.log
45%doc docs/%{_pearname}/examples
46%{php_pear_dir}/.registry/*.reg
47%dir %{php_pear_dir}/Gtk2/ExceptionDump
48%{php_pear_dir}/Gtk2/ExceptionDump/InfoBox.php
49%{php_pear_dir}/Gtk2/ExceptionDump/Stack.php
50%{php_pear_dir}/Gtk2/ExceptionDump/StackModel.php
51%{php_pear_dir}/Gtk2/ExceptionDump.php
This page took 0.064168 seconds and 4 git commands to generate.