hi all, i am trying to add arora browser to my package list and compile it as a individual application. when i tried ltib -m prep arora
--> Cannot find spec file that contains the package name arora.
If necessary please give the whole spec file name (with the .spec extension).
<--.
here is my spec file(arora.spec).
------------------------------------------------------------------------
%define pfx /opt/freescale/rootfs/%{_target_cpu}
Summary : Arora web browser
Name : arora
Version : 0.10.2
Release : 1
License : GPL
Vendor : Freescale
Packager : xmanxxx
Group : /usr/share/doc/rpm-/arora
URL : http://xxxx
Source : arora-0.10.2.tar.gz
BuildRoot : %{_tmppath}/%{name}
Prefix : %{pfx}
.... rest is same as template spec.
----------------------------------------------------------------------------
can anybody tell me wht is missing
thanks
manz