Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 294827 Details for
Bug 432681
package does not include "debugclient" binary, nor register itself with pecl
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Updated RPM Spec file
php-pecl-xdebug.spec (text/plain), 3.84 KB, created by
Edward Rudd
on 2008-02-13 19:59:44 UTC
(
hide
)
Description:
Updated RPM Spec file
Filename:
MIME Type:
Creator:
Edward Rudd
Created:
2008-02-13 19:59:44 UTC
Size:
3.84 KB
patch
obsolete
>%global php_apiver %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1) >%{!?__pecl: %{expand: %%global __pecl %{_bindir}/pecl}} >%{!?php_extdir: %{expand: %%global php_extdir %(php-config --extension-dir)}} > >%define pecl_name xdebug > >Name: php-pecl-xdebug >Version: 2.0.2 >Release: 2%{?dist} >Summary: PECL package for debugging PHP scripts > >License: BSD >Group: Development/Languages >URL: http://pecl.php.net/package/xdebug >Source0: http://pecl.php.net/get/xdebug-%{version}.tgz >Source1: depcomp > >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >BuildRequires: php-devel, php-pear >Provides: php-pecl(Xdebug) = %{version} > >%if %{?php_zend_api}0 >Requires: php(zend-abi) = %{php_zend_api} >Requires: php(api) = %{php_core_api} >%else ># for EL-5 >Requires: php-api = %{php_apiver} >%endif > >%description >The Xdebug extension helps you debugging your script by providing a lot >of valuable debug information. > >%package -n xdebug-client >Summary: Command line debug client for xdebug >Group: Development/Debuggers > >%description -n xdebug-client >The command line debug client for xdebug > >%prep >%setup -qcn xdebug-%{version} >cd xdebug-%{version} > ># fix rpmlint warnings >iconv -f iso8859-1 -t utf-8 Changelog > Changelog.conv && mv -f Changelog.conv Changelog > > >%build >cd xdebug-%{version} >phpize >%configure --enable-xdebug >CFLAGS="$RPM_OPT_FLAGS" make > >pushd debugclient >cp %{SOURCE1} . >chmod +x depcomp >chmod +x configure >%configure >make %{?_smp_mflags} >popd > > >%install >cd xdebug-%{version} >rm -rf $RPM_BUILD_ROOT >make install INSTALL_ROOT=$RPM_BUILD_ROOT > ># install config file >install -d $RPM_BUILD_ROOT%{_sysconfdir}/php.d >cat > $RPM_BUILD_ROOT%{_sysconfdir}/php.d/xdebug.ini << 'EOF' >; Enable xdebug extension module >zend_extension=%{php_extdir}/xdebug.so >EOF > ># install doc files >install -d docs >install -pm 644 Changelog CREDITS LICENSE NEWS README docs > ># Install XML package description ># use 'name' rather than 'pecl_name' to avoid conflict with pear extensions >%{__mkdir_p} %{buildroot}%{pecl_xmldir} >%{__install} -m 644 ../package2.xml %{buildroot}%{pecl_xmldir}/%{name}.xml > >mkdir -p $RPM_BUILD_ROOT%{_bindir} >cp debugclient/debugclient $RPM_BUILD_ROOT%{_bindir} > >%if 0%{?pecl_install:1} >%post >%{pecl_install} %{pecl_xmldir}/%{name}.xml >/dev/null || : >%endif > > >%if 0%{?pecl_uninstall:1} >%postun >if [ $1 -eq 0 ] ; then > %{pecl_uninstall} %{pecl_name} >/dev/null || : >fi >%endif > > >%clean >rm -rf $RPM_BUILD_ROOT > > >%files >%defattr(-,root,root,-) >%doc xdebug-%{version}/docs/* >%config(noreplace) %{_sysconfdir}/php.d/xdebug.ini >%{pecl_xmldir}/%{name}.xml >%{php_extdir}/xdebug.so > >%files -n xdebug-client >%defattr(-,root,root,-) >%{_bindir}/debugclient > >%changelog >* Wed Feb 13 2008 Edward Rudd <rpms@outoforder.cc> 2.0.2-2 >- add debug client package >- fix pecl registration > >* Sun Nov 25 2007 Christopher Stone <chris.stone@gmail.com> 2.0.2-1 >- Upstream sync > >* Sun Sep 30 2007 Christopher Stone <chris.stone@gmail.com> 2.0.0-2 >- Update to latest standards >- Fix encoding on Changelog > >* Sat Sep 08 2007 Christopher Stone <chris.stone@gmail.com> 2.0.0-1 >- Upstream sync >- Remove %%{?beta} tags > >* Sun Mar 11 2007 Christopher Stone <chris.stone@gmail.com> 2.0.0-0.5.RC2 >- Create directory to untar sources >- Use new ABI check for FC6 >- Remove %%{release} from Provides > >* Mon Jan 29 2007 Christopher Stone <chris.stone@gmail.com> 2.0.0-0.4.RC2 >- Compile with $RPM_OPT_FLAGS >- Use $RPM_BUILD_ROOT instead of %%{buildroot} >- Fix license tag > >* Mon Jan 15 2007 Christopher Stone <chris.stone@gmail.com> 2.0.0-0.3.RC2 >- Upstream sync > >* Sun Oct 29 2006 Christopher Stone <chris.stone@gmail.com> 2.0.0-0.2.RC1 >- Upstream sync > >* Wed Sep 06 2006 Christopher Stone <chris.stone@gmail.com> 2.0.0-0.1.beta6 >- Remove Provides php-xdebug >- Fix Release >- Remove prior changelog due to Release number change
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 432681
: 294827