]> git.pld-linux.org Git - packages/php-pecl-xdebug.git/commitdiff
- updated to 1.3.0
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 9 Jan 2004 17:36:13 +0000 (17:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- status changed to stable
- fixed License (it's BSD style, not PHP 2.02)
- new en description (pl needs to be translated)

Changed files:
    php-pecl-xdebug.spec -> 1.11

php-pecl-xdebug.spec

index e075d756ba6e6adf41172153d94ee12af93dc1e9..4d179c30bc12a5ef92cc1d949baf424c21e3ab7b 100644 (file)
@@ -1,15 +1,15 @@
 %define                _modname        xdebug
-%define                _status         beta
-%define                _rc             rc1
+%define                _status         stable
+
 Summary:       %{_modname} - provides functions for functions traces and profiling
 Summary(pl):   %{_modname} - funkcje do ¶ledzenia i profilowania funkcji
 Name:          php-pecl-%{_modname}
 Version:       1.3.0
-Release:       0.%{_rc}
-License:       PHP 2.02
+Release:       1
+License:       BSD style
 Group:         Development/Languages/PHP
-Source0:       http://pecl.php.net/get/%{_modname}-%{version}%{_rc}.tgz
-# Source0-md5: f4077d26281c339e1339d942f0d1788b
+Source0:       http://pecl.php.net/get/%{_modname}-%{version}.tgz
+# Source0-md5: 01f3dc90efa6a089eb624abf6e0825b9
 URL:           http://pecl.php.net/package/xdebug/
 BuildRequires: libtool
 BuildRequires: php-devel
@@ -21,22 +21,36 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                extensionsdir   %{_libdir}/php
 
 %description
-%{_modname} provides functions for function tracing, memory usage and
-profiling.
+The Xdebug extension helps you debugging your script by providing a lot of
+valuable debug information. The debug information that Xdebug can provide
+includes the following:
+
+- stack and function traces in error messages with:
+  - full parameter display for user defined functions
+  - function name, file name and line indications
+  - support for member functions
+- memory allocation
+- protection for infinite recursions
+
+Xdebug also provides:
 
-This extension has in PEAR status: %{_status}.
+- profiling information for PHP scripts
+- script execution analysis
+- capabilities to debug your scripts interactively with a debug client
 
-%description -l pl
-%{_modname} dostarcza funkcje do ¶ledzienia funkcji i wykorzystania
-pamiêci oraz profilowania.
+This extension has in PECL status: %{_status}.
 
-To rozszerzenie ma w PEAR status: %{_status}.
+#%description -l pl
+#%{_modname} dostarcza funkcje do ¶ledzienia funkcji i wykorzystania
+#pamiêci oraz profilowania.
+#
+#To rozszerzenie ma w PECL status: %{_status}.
 
 %prep
 %setup -q -c
 
 %build
-cd %{_modname}-%{version}%{_rc}
+cd %{_modname}-%{version}
 phpize
 %configure
 %{__make}
@@ -45,7 +59,7 @@ phpize
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{extensionsdir}
 
-install %{_modname}-%{version}%{_rc}/modules/%{_modname}.so $RPM_BUILD_ROOT%{extensionsdir}
+install %{_modname}-%{version}/modules/%{_modname}.so $RPM_BUILD_ROOT%{extensionsdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -60,5 +74,5 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc %{_modname}-%{version}%{_rc}/{README,NEWS,Changelog,CREDITS}
+%doc %{_modname}-%{version}/{README,NEWS,Changelog,CREDITS}
 %attr(755,root,root) %{extensionsdir}/%{_modname}.so
This page took 0.096914 seconds and 4 git commands to generate.