hi. I've tried to package phpfarm (https://github.com/fpoirotte/phpfarm). First I packaged it on my pc using following spec file: http://pastebin.com/FMnpxsTd. Then, since I have phpfarm compiled already on my system - I wanted to try it in virtualbox, but when I run "$ sudo dnf install /mnt/rpmbuild/RPMS/x86_64/phpfarm-0.2.0-1.fc22.x86_64.rpm" I get the following error:
Error: nothing provides /home/makerpm/rpmbuild/BUILD/phpfarm-0.2.0/inst/php-5.4.42/bin/php needed by phpfarm-0.2.0-1.fc22.x86_64
on my pc I have rpmbuild directory in "/home/makerpm/rpmbuild" which I shared using nfs into virtualbox and mounted it as "/mnt/rpmbuild". Did I miss something?