Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
:
EL5
:
extensions
>
php-pecl-xhprof
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 6
[-]
[+]
Changed
php-pecl-xhprof.spec
@@ -36,9 +36,10 @@ %prep %setup -n %{pecl_name}-%{version} +cd .. [ -f package2.xml ] || mv package.xml package2.xml mv package2.xml %{pecl_name}-%{version}/%{pecl_name}.xml -cd xhprof-%{version} +cd %{pecl_name}-%{version} %build @@ -67,7 +68,7 @@ # Install XML package description install -d $RPM_BUILD_ROOT%{pecl_xmldir} -install -pm 644 %{pecl_name}.xml $RPM_BUILD_ROOT%{pecl_xmldir}/%{name}.xml +install -pm 644 ../%{pecl_name}.xml $RPM_BUILD_ROOT%{pecl_xmldir}/%{name}.xml %if 0%{?pecl_install:1}