[Bug 683071] Review Request: php-libvirt - PHP bindings for libvirt virtualization toolkit

bugzilla at redhat.com bugzilla at redhat.com
Fri Mar 11 14:49:30 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=683071

--- Comment #22 from Michal Novotny <minovotn at redhat.com> 2011-03-11 09:49:29 EST ---
The most interesting thing is that if I change:

%files
%defattr(-,root,root,-)
%doc LICENSE README html
%{php_extdir}/php-libvirt.so
%config(noreplace) %{php_confdir}/php-libvirt.ini

to:

%files
%defattr(-,root,root,-)
%doc LICENSE README html
%{php_extdir}/php-libvirt.so
%config(noreplace) %{php_confdir}/php-libvirt.ini
%{_datadir}/doc/%{name}-%{version}/html

in the SPEC file then it keeps saying:

+ /bin/mkdir -p
/home/mig/RPMS/BUILDROOT/php-libvirt-0.4.1-2.fc14.i386/usr/share/doc/php-libvirt-0.4.1
+ cp -pr LICENSE README html
/home/mig/RPMS/BUILDROOT/php-libvirt-0.4.1-2.fc14.i386/usr/share/doc/php-libvirt-0.4.1
+ exit 0


RPM build errors:
    File not found:
/home/mig/RPMS/BUILDROOT/php-libvirt-0.4.1-2.fc14.i386/usr/share/doc/php-libvirt-0.4.1/html

but:

$ ls
/home/mig/RPMS/BUILDROOT/php-libvirt-0.4.1-2.fc14.i386/usr/share/doc/php-libvirt-0.4.1/html

shows the files exist there but according to rpmbuild they cannot be found.

Michal

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list