SPECS: php-pear-Gtk2_ExceptionDump.spec (NEW) - new (created using...

glen glen at pld-linux.org
Wed Nov 8 14:21:30 CET 2006


Author: glen                         Date: Wed Nov  8 13:21:30 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new (created using pear download, pear makerpm, ./pearize.sh and some Brains()

---- Files affected:
SPECS:
   php-pear-Gtk2_ExceptionDump.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/php-pear-Gtk2_ExceptionDump.spec
diff -u /dev/null SPECS/php-pear-Gtk2_ExceptionDump.spec:1.1
--- /dev/null	Wed Nov  8 14:21:30 2006
+++ SPECS/php-pear-Gtk2_ExceptionDump.spec	Wed Nov  8 14:21:25 2006
@@ -0,0 +1,76 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		_class		Gtk2
+%define		_subclass	ExceptionDump
+%define		_status		beta
+%define		_pearname	Gtk2_ExceptionDump
+Summary:	%{_pearname} - Analyze exceptions, php and PEAR errors visually
+Name:		php-pear-%{_pearname}
+Version:	0.1.0
+Release:	2
+License:	LGPL
+Group:		Development/Languages/PHP
+Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5:	472d43e96c10ccacae3a306095711d61
+URL:		http://pear.php.net/package/Gtk2_ExceptionDump/
+BuildRequires:	php-pear-PEAR
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+Requires:	php-pear >= 4:1.0-15
+Requires:	php-pear-Gtk2_VarDump >= 0.2.0
+Requires:	php-pear-PEAR >= 1:1.4.-0.8
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Displays Exceptions, PHP Erros and PEAR_Error objects in a nice and
+clean way. It also allows to inspect parameters passed to methods and
+to drag and drop the files causing the error to any editor. Copying a
+string representation of the exception to clipboard is also supported.
+
+In PEAR status of this package is: %{_status}.
+
+%package tests
+Summary:	Tests for PEAR::%{_pearname}
+Summary(pl):	Testy dla PEAR::%{_pearname}
+Group:		Development
+Requires:	%{name} = %{version}-%{release}
+AutoReq:	no
+AutoProv:	no
+
+%description tests
+Tests for PEAR::%{_pearname}.
+
+%description tests -l pl
+Testy dla PEAR::%{_pearname}.
+
+%prep
+%pear_package_setup
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}
+%pear_package_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc install.log
+%doc docs/%{_pearname}/examples
+%{php_pear_dir}/.registry/*.reg
+%dir %{php_pear_dir}/Gtk2/ExceptionDump
+%{php_pear_dir}/Gtk2/ExceptionDump/InfoBox.php
+%{php_pear_dir}/Gtk2/ExceptionDump/Stack.php
+%{php_pear_dir}/Gtk2/ExceptionDump/StackModel.php
+%{php_pear_dir}/Gtk2/ExceptionDump.php
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/11/08 13:21:25  glen
+- new (created using pear download, pear makerpm, ./pearize.sh and some Brains()
+
================================================================


More information about the pld-cvs-commit mailing list